Closed JonathanPlasse closed 5 months ago
animation_data can be None when there is no keyframe. animation_data should have the type AnimData | None not AnimData.
animation_data
None
AnimData | None
AnimData
I tried using the mod files but fail to make it work.
@JonathanPlasse
This is same as #243.
I copied description to #243 and close this issue.
Expected behavior
animation_data
can beNone
when there is no keyframe.animation_data
should have the typeAnimData | None
notAnimData
.I tried using the mod files but fail to make it work.