Skip to content

[Bug] Error when pressing convert button #63

@stann-co

Description

@stann-co

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

Image

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'

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions