Home
last modified time | relevance | path

Searched refs:pyrna_prop_CreatePyObject (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/python/intern/
H A Dbpy_rna.h193 PyObject *pyrna_prop_CreatePyObject(PointerRNA *ptr, PropertyRNA *prop);
H A Dbpy_rna_array.c954 ret = (BPy_PropertyArrayRNA *)pyrna_prop_CreatePyObject(ptr, prop); in pyrna_py_from_array_index()
990 return pyrna_prop_CreatePyObject(ptr, prop); in pyrna_py_from_array()
H A Dbpy_rna.c671 ret = pyrna_prop_CreatePyObject(ptr, prop); in pyrna_math_object_from_array()
778 ret = pyrna_prop_CreatePyObject(ptr, prop); /* Owned by the mathutils PyObject. */ in pyrna_math_object_from_array()
1593 ret = pyrna_prop_CreatePyObject(ptr, prop); in pyrna_prop_to_py()
3830 return pyrna_prop_CreatePyObject(&r_ptr, r_prop); in pyrna_struct_path_resolve()
7491 PyObject *pyrna_prop_CreatePyObject(PointerRNA *ptr, PropertyRNA *prop) in pyrna_prop_CreatePyObject() function