Blender
V3.3
|
#include <DNA_windowmanager_types.h>
Public Attributes | |
struct wmOperatorTypeMacro * | next |
struct wmOperatorTypeMacro * | prev |
char | idname [64] |
struct IDProperty * | properties |
struct PointerRNA * | ptr |
Definition at line 336 of file DNA_windowmanager_types.h.
char wmOperatorTypeMacro::idname[64] |
Definition at line 340 of file DNA_windowmanager_types.h.
Referenced by wm_operator_create(), and WM_operatortype_macro_define().
struct wmOperatorTypeMacro* wmOperatorTypeMacro::next |
Definition at line 337 of file DNA_windowmanager_types.h.
Referenced by wm_operator_create().
struct wmOperatorTypeMacro * wmOperatorTypeMacro::prev |
Definition at line 337 of file DNA_windowmanager_types.h.
struct IDProperty* wmOperatorTypeMacro::properties |
Operator properties, assigned to ptr->data and can be written to a file.
Definition at line 343 of file DNA_windowmanager_types.h.
Referenced by wm_operator_create(), and WM_operatortype_macro_define().
struct PointerRNA* wmOperatorTypeMacro::ptr |
Definition at line 344 of file DNA_windowmanager_types.h.
Referenced by ED_operatormacros_action(), ED_operatormacros_armature(), ED_operatormacros_clip(), ED_operatormacros_curve(), ED_operatormacros_gpencil(), ED_operatormacros_graph(), ED_operatormacros_mask(), ED_operatormacros_mesh(), ED_operatormacros_metaball(), ED_operatormacros_nla(), ED_operatormacros_node(), ED_operatormacros_object(), ED_operatormacros_paint(), ED_operatormacros_uvedit(), and WM_operatortype_macro_define().