nutti / fake-bpy-module

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

Subclasses of ID does not inherit ID #205

Closed JonathanPlasse closed 1 month ago

JonathanPlasse commented 1 month ago

Description about the bug

For example: bpy.types.Object does not have bpy.types.ID as base class. This means that bpy.types.Object.copy() is missing.

fake-bpy-module-latest: 20240511

nutti commented 1 month ago

@JonathanPlasse

When does this issue start? I think this issue solve #203 #204.

JonathanPlasse commented 1 month ago

The issue started after this version 20240315 -> 20240316

JonathanPlasse commented 1 month ago
nutti commented 1 month ago

Thanks. This issue is almost fixed, but we need to wait until the latest blender fixes the format issue to pass the linter test. https://projects.blender.org/blender/blender/pulls/121688

JonathanPlasse commented 1 month ago

Awesome!

nutti commented 1 month ago

The patch is merged.