ucupumar / ucup-export-helper

Blender addons to helps exporting various things to Godot and probably other engines.
20 stars 15 forks source link

trying to export GLTF my character but issue on blender 4.2 #7

Open Styl0o opened 4 hours ago

Styl0o commented 4 hours ago

little bug report

Python: Traceback (most recent call last): File "C:\Users\kirig\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\ucup-export-helper-master\godot.py", line 516, in execute export_rig_ob = extract_export_rig(context, rig_object, scale, use_rigify, unparent_all=unparent_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\kirig\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\ucup-export-helper-master\common.py", line 270, in extract_export_rig print(bone.name, bone.parent.name) ^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'name'

agnira commented 3 hours ago

Hello, can you provide the configuration of your export options? I can't reproduce the error on my device.