nutti / fake-bpy-module

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

Fix: use str only for enum types instead of str|int #218

Closed JonathanPlasse closed 1 month ago

JonathanPlasse commented 1 month ago

Purpose of the pull request

nutti commented 1 month ago

@JonathanPlasse

Thank you. Before merging this, I would like to confirm that this PR works for the generated .pyi files. Could you rebase this PR to master branch which includes #217 ?

JonathanPlasse commented 1 month ago

Rebase is done.

nutti commented 1 month ago

@JonathanPlasse Thank you!

JonathanPlasse commented 1 month ago

You are welcome.