nutti

Results 49 comments of nutti

Thanks for pinging me. I think the patch itself has not merged yet. I will close this issue after the patch is merged.

@charlotte-green Thanks. But I think this issue should be solved by fixing the Blender docs. https://docs.blender.org/api/current/bpy.types.Object.html#bpy.types.Object.matrix_world I will send a patch in near future.

This is not blender issue. I fixed now this.

@1641585051 Is there any documentations of the return type of `bpy.props.CollectionProperty`? We refer the documentation when we generate module.

@1641585051 I think the document is generated from [source/blender/python/intern/bpy_props.c#L3426-L3437](https://github.com/blender/blender/blob/594f47ecd2d5367ca936cf6fc6ec8168c2b360d0/source/blender/python/intern/bpy_props.c#L3426-L3437). This is a bit complicated situation because `bpy.props.CollectionProperty` adds a property to the RNA object not returning a value.

I think `bpy.props.*` does not return `bpy.types.*Property` because `bpy.prop.*` is also used for the annotation of the class (internally generates properties and functions, so on). So, it seems difficult to...

Due to the technical reason, close this issue. If there is a good method to solve this issue, please let me know.

@lembn Sorry for late reply. `fake-bpy-module` parses the Python API document and output fake module. So, we need to add manually the module like [this](https://github.com/nutti/fake-bpy-module/blob/master/src/gen_modfile/gen_external_modules_modfile.py) if you include undocumented Python...

@lembn Is there any update about this issue? If you are still trying this issue, I will support.

@lembn Thanks. I will wait for your contribution.