Blender
V3.3
|
#include <DNA_scene_types.h>
Public Attributes | |
void * | paintcursor |
int | flag |
int | lock_axis |
float | isect_threshold |
char | _pad [4] |
struct CurveMapping * | cur_falloff |
struct CurveMapping * | cur_primitive |
struct GP_Sculpt_Guide | guide |
GPencil Stroke Sculpting Settings.
Definition at line 1110 of file DNA_scene_types.h.
char GP_Sculpt_Settings::_pad[4] |
Definition at line 1119 of file DNA_scene_types.h.
struct CurveMapping* GP_Sculpt_Settings::cur_falloff |
Multi-frame edit falloff effect by frame.
Definition at line 1121 of file DNA_scene_types.h.
Referenced by BKE_toolsettings_copy(), BKE_toolsettings_free(), blo_do_versions_280(), blo_update_defaults_scene(), createTransGPencil(), createTransGPencil_curves(), createTransGPencil_strokes(), do_version_curvemapping_walker(), ED_gpencil_add_defaults(), gpencil_sculpt_brush_apply_standard(), gpencil_sculpt_brush_init(), gpencil_vertexpaint_brush_apply_to_layers(), gpencil_vertexpaint_brush_init(), gpencil_weightpaint_brush_apply_to_layers(), gpencil_weightpaint_brush_init(), scene_blend_read_data(), scene_blend_write(), and scene_init_data().
struct CurveMapping* GP_Sculpt_Settings::cur_primitive |
Curve used for primitive tools.
Definition at line 1123 of file DNA_scene_types.h.
Referenced by BKE_toolsettings_copy(), BKE_toolsettings_free(), blo_do_versions_280(), blo_update_defaults_scene(), do_version_curvemapping_walker(), gpencil_primitive_update_strokes(), scene_blend_read_data(), scene_blend_write(), and scene_init_data().
int GP_Sculpt_Settings::flag |
Definition at line 1114 of file DNA_scene_types.h.
Referenced by createTransGPencil(), gpencil_primitive_update_strokes(), gpencil_sculpt_brush_init(), gpencil_vertexpaint_brush_init(), and gpencil_weightpaint_brush_init().
struct GP_Sculpt_Guide GP_Sculpt_Settings::guide |
Guides used for paint tools
Definition at line 1123 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(), gpencil_guide_rotate(), gpencil_origin_get(), gpencil_origin_set(), gpencil_smooth_buffer(), scene_blend_read_lib(), and scene_foreach_toolsettings().
float GP_Sculpt_Settings::isect_threshold |
Threshold for intersections
Definition at line 1118 of file DNA_scene_types.h.
Referenced by blo_do_versions_280(), gpencil_circle_select_exec(), gpencil_cutter_lasso_select(), gpencil_generic_select_exec(), and gpencil_select_exec().
int GP_Sculpt_Settings::lock_axis |
eGP_Lockaxis_Types lock drawing to one axis.
Definition at line 1116 of file DNA_scene_types.h.
Referenced by blo_do_versions_280(), ED_gpencil_project_point_to_plane(), ED_gpencil_project_stroke_to_plane(), gpencil_primitive_init(), gpencil_primitive_update_strokes(), gpencil_sculpt_compute_lock_axis(), gpencil_session_init_fill(), gpencil_session_initdata(), gpencil_stroke_from_buffer(), and gpencil_stroke_newfrombuffer().
void* GP_Sculpt_Settings::paintcursor |
Runtime.
Definition at line 1112 of file DNA_scene_types.h.
Referenced by ED_gpencil_toggle_brush_cursor(), and scene_blend_read_data().