nutti / fake-bpy-module

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

AnimData.action type should be Action | None instead of Action #248

Closed JonathanPlasse closed 1 month ago

JonathanPlasse commented 1 month ago

Expected behavior

AnimData.action should have the type Action | None not Action.

nutti commented 1 month ago

@JonathanPlasse

This is same as #243.

I copied description to #243 and close this issue.