Home
last modified time | relevance | path

Searched refs:rna_enum_operator_return_items (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_wm_api.c687 func, "result", rna_enum_operator_return_items, OPERATOR_FINISHED, "result", ""); in rna_generic_op_invoke()
977 func, "result", rna_enum_operator_return_items, OPERATOR_FINISHED, "result", ""); in RNA_api_operator()
1002 func, "result", rna_enum_operator_return_items, OPERATOR_FINISHED, "result", ""); in RNA_api_operator()
1015 func, "result", rna_enum_operator_return_items, OPERATOR_FINISHED, "result", ""); in RNA_api_operator()
H A Drna_wm_gizmo.c1083 func, "result", rna_enum_operator_return_items, OPERATOR_FINISHED, "result", ""); in rna_def_gizmo()
1102 func, "result", rna_enum_operator_return_items, OPERATOR_FINISHED, "result", ""); in rna_def_gizmo()
H A Drna_wm.c468 const EnumPropertyItem rna_enum_operator_return_items[] = { variable
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/
H A DRNA_enum_types.h123 extern const EnumPropertyItem rna_enum_operator_return_items[];
/dports/graphics/blender/blender-2.91.0/source/blender/python/intern/
H A Dbpy_operator.c345 return pyrna_enum_bitfield_to_py(rna_enum_operator_return_items, operator_ret); in pyop_call()