Blender
V3.3
|
#include <DNA_scene_types.h>
Public Attributes | |
char | use_guide |
char | use_snapping |
char | reference_point |
char | type |
char | _pad2 [4] |
float | angle |
float | angle_snap |
float | spacing |
float | location [3] |
struct Object * | reference_object |
Settings for a GPencil Speed Guide.
Definition at line 1096 of file DNA_scene_types.h.
char GP_Sculpt_Guide::_pad2[4] |
Definition at line 1101 of file DNA_scene_types.h.
float GP_Sculpt_Guide::angle |
Definition at line 1102 of file DNA_scene_types.h.
Referenced by gpencil_draw_apply_event(), gpencil_guide_event_handling(), gpencil_guide_rotate(), gpencil_snap_to_guide(), and gpencil_speed_guide_init().
float GP_Sculpt_Guide::angle_snap |
Definition at line 1103 of file DNA_scene_types.h.
Referenced by gpencil_snap_to_guide(), and gpencil_speed_guide_init().
float GP_Sculpt_Guide::location[3] |
Definition at line 1105 of file DNA_scene_types.h.
Referenced by gpencil_origin_get(), and gpencil_origin_set().
struct Object* GP_Sculpt_Guide::reference_object |
Definition at line 1106 of file DNA_scene_types.h.
Referenced by gpencil_origin_get(), scene_blend_read_lib(), and scene_foreach_toolsettings().
char GP_Sculpt_Guide::reference_point |
Definition at line 1099 of file DNA_scene_types.h.
Referenced by gpencil_guide_event_handling(), gpencil_origin_get(), and gpencil_origin_set().
float GP_Sculpt_Guide::spacing |
Definition at line 1104 of file DNA_scene_types.h.
Referenced by gpencil_snap_to_guide(), and gpencil_speed_guide_init().
char GP_Sculpt_Guide::type |
Definition at line 1100 of file DNA_scene_types.h.
Referenced by gpencil_add_fake_points(), gpencil_add_guide_points(), gpencil_draw_apply_event(), gpencil_draw_modal(), gpencil_guide_event_handling(), gpencil_snap_to_guide(), and gpencil_speed_guide_init().
char GP_Sculpt_Guide::use_guide |
Definition at line 1097 of file DNA_scene_types.h.
Referenced by gpencil_add_fake_points(), gpencil_draw_apply(), gpencil_draw_apply_event(), gpencil_draw_modal(), gpencil_draw_status_indicators(), gpencil_guide_event_handling(), and gpencil_smooth_buffer().
char GP_Sculpt_Guide::use_snapping |
Definition at line 1098 of file DNA_scene_types.h.
Referenced by gpencil_draw_apply_event(), gpencil_snap_to_guide(), and gpencil_speed_guide_init().