|
Blender V4.3
|
#include <ED_view3d.hh>
Public Attributes | |
| eV3DSnapCursor | flag |
| uchar | source_color [4] |
| uchar | target_color [4] |
| uchar | color_box [4] |
| float * | prevpoint |
| float | box_dimensions [3] |
| bool | draw_point |
| bool | draw_plane |
| bool | draw_box |
| bool(* | poll )(ARegion *region, void *custom_poll_data) |
| void * | poll_data |
Definition at line 339 of file ED_view3d.hh.
| float V3DSnapCursorState::box_dimensions[3] |
Definition at line 346 of file ED_view3d.hh.
| uchar V3DSnapCursorState::color_box[4] |
Definition at line 344 of file ED_view3d.hh.
| bool V3DSnapCursorState::draw_box |
Definition at line 349 of file ED_view3d.hh.
Referenced by ED_view3d_cursor_snap_state_default_set(), and view3d_ob_drop_matrix_from_snap().
| bool V3DSnapCursorState::draw_plane |
Definition at line 348 of file ED_view3d.hh.
Referenced by ED_view3d_cursor_snap_state_default_set(), snap_gizmo_setup(), view3d_interactive_add_begin(), view3d_ob_drop_matrix_from_snap(), and WIDGETGROUP_placement_setup().
| bool V3DSnapCursorState::draw_point |
Definition at line 347 of file ED_view3d.hh.
Referenced by snap_gizmo_setup(), and view3d_interactive_add_begin().
| eV3DSnapCursor V3DSnapCursorState::flag |
Definition at line 341 of file ED_view3d.hh.
Referenced by ED_gizmotypes_snap_3d_flag_set().
| bool(* V3DSnapCursorState::poll) (ARegion *region, void *custom_poll_data) |
Definition at line 351 of file ED_view3d.hh.
Referenced by ED_view3d_cursor_snap_state_default_set(), snap_gizmo_setup(), and WIDGETGROUP_placement_setup().
| void* V3DSnapCursorState::poll_data |
Definition at line 352 of file ED_view3d.hh.
Referenced by ED_view3d_cursor_snap_state_default_set(), snap_gizmo_setup(), and WIDGETGROUP_placement_setup().
| float* V3DSnapCursorState::prevpoint |
Definition at line 345 of file ED_view3d.hh.
Referenced by ED_view3d_cursor_snap_state_default_set(), and gizmo_snap_rna_prevpoint_get_fn().
| uchar V3DSnapCursorState::source_color[4] |
Definition at line 342 of file ED_view3d.hh.
| uchar V3DSnapCursorState::target_color[4] |
Definition at line 343 of file ED_view3d.hh.