You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to Reproduce the Problem: Character With groom using Pipeline > Export > Send to Unreal, if Groom is not visible it exports normally, I assume this basically an Python API problem in 5.0
Error Log:Python: Traceback (most recent call last): File "C:\Users\Sean\AppData\Roaming\Blender Foundation\Blender\5.0\scripts\addons\send2ue\operators.py", line 73, in modal raise error File "C:\Users\Sean\AppData\Roaming\Blender Foundation\Blender\5.0\scripts\addons\send2ue\operators.py", line 63, in modal function(*args, **kwargs) File "C:\Users\Sean\AppData\Roaming\Blender Foundation\Blender\5.0\scripts\addons\send2ue\core\export.py", line 341, in export_hair export_file(properties, file_type=FileTypes.ABC) File "C:\Users\Sean\AppData\Roaming\Blender Foundation\Blender\5.0\scripts\addons\send2ue\core\export.py", line 181, in export_file export_alembic_file(file path, export_settings) File "C:\Users\Sean\AppData\Roaming\Blender Foundation\Blender\5.0\scripts\addons\send2ue\core\export.py", line 112, in export_alembic_file bpy.ops.wm.alembic_export( File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\modules\bpy\ops.py", line 109, in __call__ ret = _op_call(self.idname_py(), kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: Converting py args to operator properties:: keyword "visible_objects_only" unrecognized
Addon: Send to Unreal
Steps to Reproduce the Problem: Character With groom using Pipeline > Export > Send to Unreal, if Groom is not visible it exports normally, I assume this basically an Python API problem in 5.0
Error Log:
Python: Traceback (most recent call last): File "C:\Users\Sean\AppData\Roaming\Blender Foundation\Blender\5.0\scripts\addons\send2ue\operators.py", line 73, in modal raise error File "C:\Users\Sean\AppData\Roaming\Blender Foundation\Blender\5.0\scripts\addons\send2ue\operators.py", line 63, in modal function(*args, **kwargs) File "C:\Users\Sean\AppData\Roaming\Blender Foundation\Blender\5.0\scripts\addons\send2ue\core\export.py", line 341, in export_hair export_file(properties, file_type=FileTypes.ABC) File "C:\Users\Sean\AppData\Roaming\Blender Foundation\Blender\5.0\scripts\addons\send2ue\core\export.py", line 181, in export_file export_alembic_file(file path, export_settings) File "C:\Users\Sean\AppData\Roaming\Blender Foundation\Blender\5.0\scripts\addons\send2ue\core\export.py", line 112, in export_alembic_file bpy.ops.wm.alembic_export( File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\modules\bpy\ops.py", line 109, in __call__ ret = _op_call(self.idname_py(), kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: Converting py args to operator properties:: keyword "visible_objects_only" unrecognizedOS: Windows 11
Addon Version: Send to Unreal 2.6.7
Blender Version: Blender 5.0
Unreal Version: Unreal 5.5