|
Blender V4.3
|
#include <transform_mode.hh>
Public Attributes | |
| int | flags |
| void(* | init_fn )(TransInfo *, wmOperator *) |
| void(* | transform_fn )(TransInfo *) |
| void(* | transform_matrix_fn )(TransInfo *, float[4][4]) |
| enum eRedrawFlag(* | handle_event_fn )(TransInfo *, const wmEvent *) |
| float(* | snap_distance_fn )(TransInfo *t, const float p1[3], const float p2[3]) |
| void(* | snap_apply_fn )(TransInfo *, float *) |
| void(* | draw_fn )(TransInfo *) |
Definition at line 21 of file transform_mode.hh.
| void(* TransModeInfo::draw_fn) (TransInfo *) |
| int TransModeInfo::flags |
Definition at line 22 of file transform_mode.hh.
Referenced by transform_mode_init().
| enum eRedrawFlag(* TransModeInfo::handle_event_fn) (TransInfo *, const wmEvent *) |
Definition at line 34 of file transform_mode.hh.
Referenced by transformEvent().
| void(* TransModeInfo::init_fn) (TransInfo *, wmOperator *) |
Definition at line 24 of file transform_mode.hh.
Referenced by transform_mode_init().
Definition at line 46 of file transform_mode.hh.
Referenced by transform_snap_mixed_apply().
Get the transform distance between two points (used by Closest snap)
Definition at line 45 of file transform_mode.hh.
Referenced by snap_source_closest_fn().
| void(* TransModeInfo::transform_fn) (TransInfo *) |
Main transform mode function.
Definition at line 27 of file transform_mode.hh.
Referenced by transformApply().
Optional callback to transform a single matrix.
Definition at line 34 of file transform_mode.hh.
Referenced by transform_apply_matrix().