Community Forum

Blender 4.0

Forum Overview >> Blender Exporter

CategoryBlender Exporter
Created15.11.2023 09:36


Zoltan Horkay (HorkayZolee) 15.11.2023 09:36
Hello. Blender have a new 4.0 version. With 9.1.0 exporter add the following error:
Python: Traceback (most recent call last):
File "C:\Users\-------\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\io_export_i3d_9_1_0\util\selectionUtil.py", line 339, in getSelectedObjects
if len(context.selected_ids) == 0:
AttributeError: 'Context' object has no attribute 'selected_ids'. Did you mean: 'selected_bones'?

David Zadnik (DzInLa) 15.11.2023 19:58
I think the Blender Exporter Plugins v9.1.0 is only compatible with Blender Version 3.

Zoltan Horkay (HorkayZolee) 23.11.2023 17:02
Reverted to 3.6.5. Now I have this error
Python: Traceback (most recent call last):
File "C:\Users\******\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\io_export_i3d_9_1_0\i3d_ui.py", line 1663, in modal
if not "I3D_XMLconfigID" in bpy.data.objects[currentObjName]:
KeyError: 'bpy_prop_collection[key]: key "Collection" not found'

Does not work e.g the IndexPatch, cannot be specified. But several things are not good either. Tried with only the i3d exporter installed. With a fresh Blender installation


David Zadnik (DzInLa) 23.11.2023 20:52
I had some errors that were caused by orphaned objects. After deleting the orphaned objects, errors stopped.
Will update this post with how to check for orphan data.


Note: Log in to post. Create a new account here.