 |
Blender V4.3
|
Go to the documentation of this file.
19#define _DNA_DEFAULT_Brush \
22 .flag = (BRUSH_ALPHA_PRESSURE | BRUSH_SPACE | BRUSH_SPACE_ATTEN), \
23 .sampling_flag = (BRUSH_PAINT_ANTIALIASING), \
25 .ob_mode = OB_MODE_ALL_PAINT, \
30 .unprojected_radius = 0.05f, \
32 .autosmooth_factor = 0.0f, \
33 .topology_rake_factor = 0.0f, \
34 .crease_pinch_factor = 0.5f, \
35 .normal_radius_factor = 0.5f, \
36 .wet_paint_radius_factor = 0.5f, \
37 .area_radius_factor = 0.5f, \
38 .disconnected_distance_max = 0.1f, \
39 .sculpt_plane = SCULPT_DISP_DIR_AREA, \
40 .cloth_damping = 0.01, \
42 .cloth_sim_limit = 2.5f, \
43 .cloth_sim_falloff = 0.75f, \
45 .plane_offset = 0.0f, \
47 .clone.alpha = 0.5f, \
48 .normal_weight = 0.0f, \
49 .fill_threshold = 0.2f, \
53 .rgb = {1.0f, 1.0f, 1.0f}, \
55 .secondary_rgb = {0, 0, 0}, \
61 .smooth_stroke_radius = 75, \
62 .smooth_stroke_factor = 0.9f, \
74 .texture_sample_bias = 0, \
75 .texture_overlay_alpha = 33, \
76 .mask_overlay_alpha = 33, \
77 .cursor_overlay_alpha = 33, \
83 .add_col = {1.0, 0.39, 0.39, 0.9}, \
86 .sub_col = {0.39, 0.39, 1.0, 0.9}, \
88 .stencil_pos = {256, 256}, \
89 .stencil_dimension = {256, 256}, \
92 .sculpt_brush_type = SCULPT_BRUSH_TYPE_DRAW, \
93 .pose_smooth_iterations = 4, \
94 .pose_ik_segments = 1, \
97 .automasking_boundary_edges_propagation_steps = 1, \
98 .automasking_start_normal_limit = 0.34906585f, \
99 .automasking_start_normal_falloff = 0.25f, \
100 .automasking_view_normal_limit = 1.570796, \
101 .automasking_view_normal_falloff = 0.25f, \
102 .automasking_cavity_blur_steps = 0,\
103 .automasking_cavity_factor = 1.0f,\
106 .blur_kernel_radius = 2, \
108 .mtex = _DNA_DEFAULT_MTex, \
109 .mask_mtex = _DNA_DEFAULT_MTex, \
111 .tip_scale_x = 1.0f,\
112 .tip_roundness = 1.0f,\