Bro showing this error when coping animation to others on the copy anim button or on link button, i am in 4.3.0.
Python: Traceback (most recent call last):
File "C:\Users\userName\AppData\Roaming\Blender Foundation\Blender\4.3\extensions\blender_org\commotion\ops_anim.py", line 89, in execute
Anim = _anim_get(ob_active)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\userName\AppData\Roaming\Blender Foundation\Blender\4.3\extensions\blender_org\commotion\ops_anim.py", line 66, in _anim_get
ad = slot.material.animation_data
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'animation_data'
Bro showing this error when coping animation to others on the copy anim button or on link button, i am in 4.3.0.
Python: Traceback (most recent call last): File "C:\Users\userName\AppData\Roaming\Blender Foundation\Blender\4.3\extensions\blender_org\commotion\ops_anim.py", line 89, in execute Anim = _anim_get(ob_active) ^^^^^^^^^^^^^^^^^^^^ File "C:\Users\userName\AppData\Roaming\Blender Foundation\Blender\4.3\extensions\blender_org\commotion\ops_anim.py", line 66, in _anim_get ad = slot.material.animation_data ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'animation_data'