|
Blender
V2.93
|
Public Attributes | |
| const char * | idname |
| int | mode |
| void(* | opfunc )(wmOperatorType *) |
Definition at line 56 of file transform_ops.c.
| const char* TransformModeItem::idname |
Definition at line 57 of file transform_ops.c.
Referenced by ED_keymap_transform(), transform_modal(), transform_operatortypes(), and transformops_data().
| int TransformModeItem::mode |
Definition at line 58 of file transform_ops.c.
Referenced by transform_modal(), and transformops_data().
| void(* TransformModeItem::opfunc) (wmOperatorType *) |
Definition at line 59 of file transform_ops.c.
Referenced by transform_operatortypes().