Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/addons/send2ue/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
bl_info = {
"name": "Send to Unreal",
"author": "Epic Games Inc (now a community fork)",
"version": (2, 6, 5),
"version": (2, 6, 6),
"blender": (3, 6, 0),
"location": "Header > Pipeline > Send to Unreal",
"description": "Sends an asset to the first open Unreal Editor instance on your machine.",
Expand Down
2 changes: 1 addition & 1 deletion src/addons/send2ue/core/io/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from . import fbx_b3, fbx_b4

__all__ = [
'fbx_b3'
'fbx_b3',
'fbx_b4'
]
5 changes: 3 additions & 2 deletions src/addons/send2ue/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## Patch Changes
* Fixed unreal connection error when sending to disk
* [148](https://github.com/poly-hammer/BlenderTools/pull/148)
* Fixed traceback error (missing comma)
* [152](https://github.com/poly-hammer/BlenderTools/pull/152)

## Special Thanks
@Kamushekp

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