diff --git a/source/blender/python/intern/bpy_rna.cc b/source/blender/python/intern/bpy_rna.cc index f1b653475eb..e35af082ace 100644 --- a/source/blender/python/intern/bpy_rna.cc +++ b/source/blender/python/intern/bpy_rna.cc @@ -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, };