nutti / fake-bpy-module

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

Object.children type should be tuple[Object, ...] #193

Closed JonathanPlasse closed 1 month ago

JonathanPlasse commented 3 months ago

Expected behavior

bpy.types.Object.children should have the type tuple[Object, ...].

Description about the bug

Currently, bpy.types.Object.children has the type tuple.

nutti commented 1 month ago

This issue is fixed now.