not able to shot build lighting files #26

Closed
opened 2023-04-25 14:39:38 +02:00 by Nick Alberelli · 0 comments
Member
Traceback (most recent call last):
  File "/shared/software/addons/addons/blender_kitsu/shot_builder/operators.py", line 233, in execute
    obj.animation_data.action = new_action
AttributeError: 'NoneType' object has no attribute 'action'
Error: Python: Traceback (most recent call last):
  File "/shared/software/addons/addons/blender_kitsu/shot_builder/operators.py", line 233, in execute
    obj.animation_data.action = new_action
AttributeError: 'NoneType' object has no attribute 'action'

From Andy

this currently happens with all shots
the weird thing is, shot builder shouldnt even create actions in lighting files. it should just link in the output data from anim.
unfortunately I'm not able to revert the addon so I cannot pinpoint the commit that caused this (at the beginning/middle of last week I was still able to build)

``` Traceback (most recent call last): File "/shared/software/addons/addons/blender_kitsu/shot_builder/operators.py", line 233, in execute obj.animation_data.action = new_action AttributeError: 'NoneType' object has no attribute 'action' Error: Python: Traceback (most recent call last): File "/shared/software/addons/addons/blender_kitsu/shot_builder/operators.py", line 233, in execute obj.animation_data.action = new_action AttributeError: 'NoneType' object has no attribute 'action' ``` From Andy > this currently happens with all shots > the weird thing is, shot builder shouldnt even create actions in lighting files. it should just link in the output data from anim. > unfortunately I'm not able to revert the addon so I cannot pinpoint the commit that caused this (at the beginning/middle of last week I was still able to build)
Nick Alberelli added the
Kind
Bug
label 2023-04-25 14:39:44 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: studio/blender-studio-tools#26
No description provided.