Blender
V3.3
|
Public Types | |
enum | AreaMoveSnapType { SNAP_NONE = 0 , SNAP_AREAGRID , SNAP_FRACTION_AND_ADJACENT , SNAP_BIGGER_SMALLER_ONLY } |
Public Attributes | |
int | bigger |
int | smaller |
int | origval |
int | step |
eScreenAxis | dir_axis |
enum sAreaMoveData::AreaMoveSnapType | snap_type |
Definition at line 1547 of file screen_ops.c.
Enumerator | |
---|---|
SNAP_NONE | |
SNAP_AREAGRID | |
SNAP_FRACTION_AND_ADJACENT | |
SNAP_BIGGER_SMALLER_ONLY |
Definition at line 1550 of file screen_ops.c.
int sAreaMoveData::bigger |
Definition at line 1548 of file screen_ops.c.
Referenced by area_move_apply(), and area_move_init().
eScreenAxis sAreaMoveData::dir_axis |
Definition at line 1549 of file screen_ops.c.
Referenced by area_move_apply(), area_move_init(), and area_move_modal().
int sAreaMoveData::origval |
Definition at line 1548 of file screen_ops.c.
Referenced by area_move_apply(), and area_move_init().
int sAreaMoveData::smaller |
Definition at line 1548 of file screen_ops.c.
Referenced by area_move_apply(), and area_move_init().
enum sAreaMoveData::AreaMoveSnapType sAreaMoveData::snap_type |
Referenced by area_move_apply(), area_move_init(), and area_move_modal().
int sAreaMoveData::step |
Definition at line 1548 of file screen_ops.c.