Home
last modified time | relevance | path

Searched refs:wmOperatorTypeMacro (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_windowmanager_types.h322 typedef struct wmOperatorTypeMacro { struct
323 struct wmOperatorTypeMacro *next, *prev; argument
331 } wmOperatorTypeMacro; argument
/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/intern/
H A Dwm_operator_type.c550 wmOperatorTypeMacro *WM_operatortype_macro_define(wmOperatorType *ot, const char *idname) in WM_operatortype_macro_define()
552 wmOperatorTypeMacro *otmacro = MEM_callocN(sizeof(wmOperatorTypeMacro), "wmOperatorTypeMacro"); in WM_operatortype_macro_define()
576 wmOperatorTypeMacro *otmacro; in wm_operatortype_free_macro()
H A Dwm_event_system.c780 LISTBASE_FOREACH (wmOperatorTypeMacro *, macro, &ot->macro) { in WM_operator_poll()
809 LISTBASE_FOREACH (wmOperatorTypeMacro *, macro, &ot->macro) { in WM_operator_check_ui_empty()
1106 LISTBASE_FOREACH (wmOperatorTypeMacro *, macro, &op->opm->type->macro) { in WM_operator_repeat_check()
1177 wmOperatorTypeMacro *otmacro = ot->macro.first; in wm_operator_create()
1202 LISTBASE_FOREACH (wmOperatorTypeMacro *, macro, &op->opm->type->macro) { in wm_operator_create()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/metaball/
H A Dmball_ops.c54 wmOperatorTypeMacro *otmacro; in ED_operatormacros_metaball()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_action/
H A Daction_ops.c97 wmOperatorTypeMacro *otmacro; in ED_operatormacros_action()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/mask/
H A Dmask_edit.c156 wmOperatorTypeMacro *otmacro; in ED_operatormacros_mask()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/curve/
H A Dcurve_ops.c139 wmOperatorTypeMacro *otmacro; in ED_operatormacros_curve()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_node/
H A Dnode_ops.c130 wmOperatorTypeMacro *mot; in ED_operatormacros_node()
/dports/graphics/blender/blender-2.91.0/source/blender/python/intern/
H A Dbpy_operator_wrap.c158 wmOperatorTypeMacro *otmacro; in PYOP_wrap_macro_define()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/armature/
H A Darmature_ops.c158 wmOperatorTypeMacro *otmacro; in ED_operatormacros_armature()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/object/
H A Dobject_ops.c285 wmOperatorTypeMacro *otmacro; in ED_operatormacros_object()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/mesh/
H A Dmesh_ops.c230 wmOperatorTypeMacro *otmacro; in ED_operatormacros_mesh()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_graph/
H A Dgraph_ops.c490 wmOperatorTypeMacro *otmacro; in ED_operatormacros_graph()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/gpencil/
H A Dgpencil_ops.c686 wmOperatorTypeMacro *otmacro; in ED_operatormacros_gpencil()
/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/
H A DWM_api.h574 struct wmOperatorTypeMacro *WM_operatortype_macro_define(struct wmOperatorType *ot,
/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dpaint_ops.c1259 wmOperatorTypeMacro *otmacro; in ED_operatormacros_paint()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_wm.c604 wmOperatorTypeMacro *otmacro = (wmOperatorTypeMacro *)ptr->data; in rna_OperatorMacro_properties_get()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_clip/
H A Dclip_ops.c1872 wmOperatorTypeMacro *otmacro; in ED_operatormacros_clip()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/uvedit/
H A Duvedit_ops.c2092 wmOperatorTypeMacro *otmacro; in ED_operatormacros_uvedit()