mirror of
https://projects.blender.org/blender/blender.git
synced 2025-01-22 07:22:12 -05:00
PyAPI: expose bpy.types.bpy_prop_collection_idprop
Expose the IDProperty sub-class of `bpy.types.bpy_prop_collection`, needed for API doc generation but should have been exposed for completeness.
This commit is contained in:
parent
786a601cc8
commit
ddae7cd966
1 changed files with 1 additions and 0 deletions
|
@ -8642,6 +8642,7 @@ PyObject *BPY_rna_types()
|
|||
&pyrna_prop_Type,
|
||||
&pyrna_prop_array_Type,
|
||||
&pyrna_prop_collection_Type,
|
||||
&pyrna_prop_collection_idprop_Type,
|
||||
&pyrna_func_Type,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue