|
Blender V4.3
|
#include <ED_view3d.hh>
Public Attributes | |
| eSnapMode | type_source |
| eSnapMode | type_target |
| float | loc [3] |
| float | nor [3] |
| float | obmat [4][4] |
| int | elem_index [3] |
| float | plane_omat [3][3] |
| bool | is_snap_invert |
| bool | is_enabled |
Definition at line 325 of file ED_view3d.hh.
| int V3DSnapCursorData::elem_index[3] |
Definition at line 331 of file ED_view3d.hh.
Referenced by ED_gizmotypes_snap_3d_data_get(), gizmo_snap_rna_snap_elem_index_get_fn(), and v3d_cursor_snap_update().
| bool V3DSnapCursorData::is_enabled |
Enabled when snap is activated, even if it didn't find anything.
Definition at line 336 of file ED_view3d.hh.
Referenced by ED_gizmotypes_snap_3d_is_enabled(), v3d_cursor_snap_update(), and view3d_interactive_add_calc_snap().
| bool V3DSnapCursorData::is_snap_invert |
Definition at line 333 of file ED_view3d.hh.
Referenced by v3d_cursor_is_snap_invert(), v3d_cursor_snap_update(), and view3d_interactive_add_calc_snap().
| float V3DSnapCursorData::loc[3] |
Definition at line 328 of file ED_view3d.hh.
Referenced by ED_gizmotypes_snap_3d_data_get(), gizmo_snap_rna_location_get_fn(), gizmo_snap_rna_location_set_fn(), v3d_cursor_snap_draw_fn(), v3d_cursor_snap_update(), view3d_interactive_add_calc_snap(), and view3d_ob_drop_matrix_from_snap().
| float V3DSnapCursorData::nor[3] |
Definition at line 329 of file ED_view3d.hh.
Referenced by ED_gizmotypes_snap_3d_data_get(), gizmo_snap_rna_normal_get_fn(), and v3d_cursor_snap_update().
| float V3DSnapCursorData::obmat[4][4] |
Definition at line 330 of file ED_view3d.hh.
Referenced by v3d_cursor_snap_update().
| float V3DSnapCursorData::plane_omat[3][3] |
Definition at line 332 of file ED_view3d.hh.
Referenced by v3d_cursor_snap_draw_fn(), v3d_cursor_snap_update(), view3d_interactive_add_calc_snap(), and view3d_ob_drop_matrix_from_snap().
| eSnapMode V3DSnapCursorData::type_source |
Definition at line 326 of file ED_view3d.hh.
Referenced by gizmo_snap_rna_snap_srouce_type_get_fn(), gizmo_snap_rna_snap_srouce_type_set_fn(), and v3d_cursor_snap_draw_fn().
| eSnapMode V3DSnapCursorData::type_target |
Definition at line 327 of file ED_view3d.hh.
Referenced by ED_gizmotypes_snap_3d_data_get(), snap_gizmo_test_select(), v3d_cursor_snap_draw_fn(), v3d_cursor_snap_update(), and view3d_interactive_add_calc_snap().