nutti / fake-bpy-module

Fake Blender Python API module collection for the code completion.
MIT License
1.3k stars 95 forks source link

animation_data type should be AnimData | None instead of AnimData #247

Closed JonathanPlasse closed 1 month ago

JonathanPlasse commented 1 month ago

Expected behavior

animation_data can be None when there is no keyframe. animation_data should have the type AnimData | None not AnimData.

I tried using the mod files but fail to make it work.

nutti commented 1 month ago

@JonathanPlasse

This is same as #243.

I copied description to #243 and close this issue.