nutti / fake-bpy-module

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

Fix bpy.app.timers types #196

Closed JonathanPlasse closed 1 month ago

JonathanPlasse commented 3 months ago

Expected behavior

bpy.app.timers.register, bpy.app.timers.unregister, bpy.app.timers.is_registered function argument type should be Callable[[], float].

nutti commented 1 month ago

This issue is fixed now.