Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_brush_defaults.h
| Show First 20 Lines • Show All 90 Lines • ▼ Show 20 Lines | \ | ||||
| .sub_col = {0.39, 0.39, 1.0, 0.9}, \ | .sub_col = {0.39, 0.39, 1.0, 0.9}, \ | ||||
| \ | \ | ||||
| .stencil_pos = {256, 256}, \ | .stencil_pos = {256, 256}, \ | ||||
| .stencil_dimension = {256, 256}, \ | .stencil_dimension = {256, 256}, \ | ||||
| \ | \ | ||||
| /* sculpting defaults to the draw tool for new brushes */ \ | /* sculpting defaults to the draw tool for new brushes */ \ | ||||
| .sculpt_tool = SCULPT_TOOL_DRAW, \ | .sculpt_tool = SCULPT_TOOL_DRAW, \ | ||||
| .pose_smooth_iterations = 4, \ | .pose_smooth_iterations = 4, \ | ||||
| .pose_ik_segments = 1, \ | |||||
| \ | \ | ||||
| /* A kernel radius of 1 has almost no effect (T63233). */ \ | /* A kernel radius of 1 has almost no effect (T63233). */ \ | ||||
| .blur_kernel_radius = 2, \ | .blur_kernel_radius = 2, \ | ||||
| \ | \ | ||||
| .mtex = _DNA_DEFAULT_MTex, \ | .mtex = _DNA_DEFAULT_MTex, \ | ||||
| .mask_mtex = _DNA_DEFAULT_MTex, \ | .mask_mtex = _DNA_DEFAULT_MTex, \ | ||||
| } | } | ||||
| /** \} */ | /** \} */ | ||||
| /* clang-format on */ | /* clang-format on */ | ||||
| #endif /* __DNA_BRUSH_DEFAULTS_H__ */ | #endif /* __DNA_BRUSH_DEFAULTS_H__ */ | ||||