Blender
V3.3
|
#include <ED_view3d.h>
Public Attributes | |
eV3DSnapCursor | flag |
eV3DPlaceDepth | plane_depth |
eV3DPlaceOrient | plane_orient |
uchar | color_line [4] |
uchar | color_point [4] |
uchar | color_box [4] |
struct wmGizmoGroupType * | gzgrp_type |
float * | prevpoint |
float | box_dimensions [3] |
eSnapMode | snap_elem_force |
short | plane_axis |
bool | use_plane_axis_auto |
bool | draw_point |
bool | draw_plane |
bool | draw_box |
Definition at line 315 of file ED_view3d.h.
float V3DSnapCursorState::box_dimensions[3] |
Definition at line 325 of file ED_view3d.h.
uchar V3DSnapCursorState::color_box[4] |
Definition at line 322 of file ED_view3d.h.
uchar V3DSnapCursorState::color_line[4] |
Definition at line 320 of file ED_view3d.h.
uchar V3DSnapCursorState::color_point[4] |
Definition at line 321 of file ED_view3d.h.
Referenced by snap_gizmo_setup().
bool V3DSnapCursorState::draw_box |
Definition at line 331 of file ED_view3d.h.
Referenced by ED_view3d_cursor_snap_state_default_set(), and view3d_ob_drop_matrix_from_snap().
bool V3DSnapCursorState::draw_plane |
Definition at line 330 of file ED_view3d.h.
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 329 of file ED_view3d.h.
Referenced by snap_gizmo_setup(), and view3d_interactive_add_begin().
eV3DSnapCursor V3DSnapCursorState::flag |
Definition at line 317 of file ED_view3d.h.
Referenced by ED_gizmotypes_snap_3d_flag_clear(), ED_gizmotypes_snap_3d_flag_set(), ED_gizmotypes_snap_3d_flag_test(), and view3d_interactive_add_begin().
struct wmGizmoGroupType* V3DSnapCursorState::gzgrp_type |
Definition at line 323 of file ED_view3d.h.
Referenced by ED_view3d_cursor_snap_state_default_set(), snap_gizmo_setup(), and WIDGETGROUP_placement_setup().
short V3DSnapCursorState::plane_axis |
Definition at line 327 of file ED_view3d.h.
Referenced by idp_rna_plane_axis_get_fn(), idp_rna_plane_axis_set_fn(), and view3d_interactive_add_begin().
eV3DPlaceDepth V3DSnapCursorState::plane_depth |
Definition at line 318 of file ED_view3d.h.
Referenced by idp_rna_plane_depth_get_fn(), and idp_rna_plane_depth_set_fn().
eV3DPlaceOrient V3DSnapCursorState::plane_orient |
Definition at line 319 of file ED_view3d.h.
Referenced by idp_rna_plane_orient_get_fn(), and idp_rna_plane_orient_set_fn().
float* V3DSnapCursorState::prevpoint |
Definition at line 324 of file ED_view3d.h.
Referenced by ED_view3d_cursor_snap_state_default_set(), and gizmo_snap_rna_prevpoint_get_fn().
eSnapMode V3DSnapCursorState::snap_elem_force |
Definition at line 326 of file ED_view3d.h.
Referenced by gizmo_snap_rna_snap_elements_force_get_fn(), gizmo_snap_rna_snap_elements_force_set_fn(), idp_rna_snap_target_get_fn(), idp_rna_snap_target_set_fn(), snap_gizmo_snap_elements_update(), and v3d_cursor_snap_elements().
bool V3DSnapCursorState::use_plane_axis_auto |
Definition at line 328 of file ED_view3d.h.
Referenced by idp_rna_use_plane_axis_auto_get_fn(), and idp_rna_use_plane_axis_auto_set_fn().