Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_brush_defaults.h
| Show First 20 Lines • Show All 84 Lines • ▼ Show 20 Lines | \ | ||||
| /* subtract mode color is light blue */ \ | /* subtract mode color is light blue */ \ | ||||
| .sub_col = {0.39, 0.39, 1.0}, \ | .sub_col = {0.39, 0.39, 1.0}, \ | ||||
| \ | \ | ||||
| .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, \ | |||||
| \ | \ | ||||
| /* 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__ */ | ||||