nutti / fake-bpy-module

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

bpy.app.version type should be tuple[int, int, int] #195

Closed JonathanPlasse closed 1 month ago

JonathanPlasse commented 3 months ago

Expected behavior

bpy.app.version type should be tuple[int, int, int] not Any.

nutti commented 1 month ago

This issue is fixed now.