nutti / fake-bpy-module

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

Missing type annotations for bpy.app.handlers #128

Closed JonathanPlasse closed 1 year ago

JonathanPlasse commented 1 year ago

Hi, Love what you have done with fake-bpy-module. The handlers inside bpy.app.handlers are of the type List[Callable[[bpy.typse.Scene], None] but do not have a type in fake-bpy-module. How could these type annotations be added?

nutti commented 1 year ago

Sorry for late response.

This issue is now resolved.

JonathanPlasse commented 1 year ago

Awesome, thanks!