-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
System Information
Operating system:
Graphics card:
Blender Version
Broken:
5.0.0
Short description of error
when clicking convert button i get an error popup, and no conversion happens
Dev log:
[convert_rotation_mode][DEBUG ] ### Working on bone 'thigh.L' ### (utils.py:110)
Traceback (most recent call last):
File "C:\Users\jackc\AppData\Roaming\Blender Foundation\Blender\5.0\extensions\blender_org\convert_rotation_mode\operators.py", line 54, in execute
process_bone_conversion(context, current_bone)
File "C:\Users\jackc\AppData\Roaming\Blender Foundation\Blender\5.0\extensions\blender_org\convert_rotation_mode\utils.py", line 207, in process_bone_conversion
list_frames = get_list_frames(bone)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\jackc\AppData\Roaming\Blender Foundation\Blender\5.0\extensions\blender_org\convert_rotation_mode\utils.py", line 39, in get_list_frames
slot = ad.action_slot
^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'action_slot'
27:26:02.469 bpy.rna | ERROR Python script error in CRM_OT_convert_rotation_mode.execute
27:26:02.469 operator | ERROR Python: Traceback (most recent call last):
| File "C:\Users\jackc\AppData\Roaming\Blender Foundation\Blender\5.0\extensions\blender_org\convert_rotation_mode\operators.py", line 54, in execute
| process_bone_conversion(context, current_bone)
| File "C:\Users\jackc\AppData\Roaming\Blender Foundation\Blender\5.0\extensions\blender_org\convert_rotation_mode\utils.py", line 207, in process_bone_conversion
| list_frames = get_list_frames(bone)
| ^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\jackc\AppData\Roaming\Blender Foundation\Blender\5.0\extensions\blender_org\convert_rotation_mode\utils.py", line 39, in get_list_frames
| slot = ad.action_slot
| ^^^^^^^^^^^^^^
| AttributeError: 'NoneType' object has no attribute 'action_slot'Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working