diff --git a/src/addons/send2ue/__init__.py b/src/addons/send2ue/__init__.py index 0fef3ba0..9074cde2 100644 --- a/src/addons/send2ue/__init__.py +++ b/src/addons/send2ue/__init__.py @@ -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.", diff --git a/src/addons/send2ue/core/io/__init__.py b/src/addons/send2ue/core/io/__init__.py index adf1d7de..b74b7cba 100644 --- a/src/addons/send2ue/core/io/__init__.py +++ b/src/addons/send2ue/core/io/__init__.py @@ -1,6 +1,6 @@ from . import fbx_b3, fbx_b4 __all__ = [ - 'fbx_b3' + 'fbx_b3', 'fbx_b4' ] diff --git a/src/addons/send2ue/release_notes.md b/src/addons/send2ue/release_notes.md index 7418e2fd..933fa925 100644 --- a/src/addons/send2ue/release_notes.md +++ b/src/addons/send2ue/release_notes.md @@ -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)