nutti / fake-bpy-module

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

enum in regex is broken #212

Closed JonathanPlasse closed 4 months ago

JonathanPlasse commented 4 months ago

Expected behavior

Parameter description containing enum in should have the type str | int.

Description about the bug

bpy.ops.export_scene.fbx parameter apply_scale_options has enum in in its description, but has the type typing.Any | None instead of str | int.