Skip to content

Commit

Permalink
send2ue247 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshQuake committed Aug 1, 2024
1 parent 2b64b32 commit f9eaf7e
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions src/addons/send2ue/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
## Patch Changes
* **MacOS and Linux support**
* [34](https://github.com/poly-hammer/BlenderTools/pull/34)
* Combined mesh rotations fixed
* [27](https://github.com/poly-hammer/BlenderTools/pull/27)
* Blender 4.2 support
* [41](https://github.com/poly-hammer/BlenderTools/pull/41)
* Strip numbers from duplicate mesh sockets
* [46](https://github.com/poly-hammer/BlenderTools/pull/46)
* Fixed scaling with Use Object Origins
* [50](https://github.com/poly-hammer/BlenderTools/pull/50)
* Fixed send2ue module not found in Blender 4.2
* [59](https://github.com/poly-hammer/BlenderTools/pull/59)


## Special Thanks
@jack-yao91, @JoshQuake
and @goatilus, @xBaaDf00d for helping test on MacOS
@jack-yao91

## Tests Passing On
* Blender `3.6`, `4.0`, `4.1`, `4.2` (installed from blender.org)
Expand Down

2 comments on commit f9eaf7e

@WackyWhisker
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey! Not sure where a better place to report would be, so I will try here:

The 'send2ue module not found" error seems to be fixed, but I am getting another error now when trying to push:

Python: Traceback (most recent call last):
  File "C:\Users\conta\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\user_default\send2ue\core\utilities.py", line 799, in is_unreal_connected
    unreal.bootstrap_unreal_with_rpc_server()
  File "C:\Users\conta\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\user_default\send2ue\dependencies\unreal.py", line 192, in bootstrap_unreal_with_rpc_server
    rpc_response_timeout = bpy.context.preferences.addons["send2ue"].preferences.rpc_response_timeout
                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
KeyError: 'bpy_prop_collection[key]: key "send2ue" not found'

Does that help by any chance?

@JoshQuake
Copy link
Collaborator Author

@JoshQuake JoshQuake commented on f9eaf7e Aug 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah crap missed those. Thanks. I will fix, do one more look through, and push another release.

For future, please create an Issue so it can be tracked.

https://github.com/poly-hammer/BlenderTools/issues

Please sign in to comment.