nutti / fake-bpy-module

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

missing descriptions from bpy_types.py #197

Closed Andrej730 closed 4 months ago

Andrej730 commented 6 months ago

Some IDs properties are defined not in C but in bpy_types.py (e.g. Object.users_collections) and their descriptions are missing.

Object.users_collections in bpy_types.py: image

Object.users_collections in __init__.pyi: image

nutti commented 4 months ago

Due to the generation complexity, we will not support to merge external modules into internal modules. Also, we should handle these classes separately to keep the real structure.

If any good solution about this issue, please ping me again.