|
Blender V5.0
|
#include <DNA_scene_types.h>
Public Attributes | |
| int | size |
| float | unprojected_size |
| float | alpha |
| float | weight |
| float | color [3] |
| float | secondary_color [3] |
| float rgb[3] | DNA_DEPRECATED |
| float secondary_rgb[3] | DNA_DEPRECATED |
| int | color_jitter_flag |
| float | hsv_jitter [3] |
| struct CurveMapping * | curve_rand_hue |
| struct CurveMapping * | curve_rand_saturation |
| struct CurveMapping * | curve_rand_value |
| int | input_samples |
| int | flag |
These settings can override the equivalent fields in the active Brush for any paint mode; the flag field controls whether these values are used
Definition at line 1085 of file DNA_scene_types.h.
| float UnifiedPaintSettings::alpha |
Unified strength of brush.
Definition at line 1095 of file DNA_scene_types.h.
Referenced by BKE_brush_alpha_get(), BKE_brush_alpha_set(), blo_do_versions_260(), blo_update_defaults_paint(), copy_unified_paint_settings(), and paint_init_data().
| float UnifiedPaintSettings::color[3] |
Unified brush color.
Definition at line 1101 of file DNA_scene_types.h.
Referenced by BKE_brush_color_set(), BKE_brush_color_sync_legacy(), blo_update_defaults_paint(), blo_update_defaults_scene(), brush_colors_flip_exec(), copy_unified_paint_settings(), and paint_init_data().
| int UnifiedPaintSettings::color_jitter_flag |
Unified color jitter settings
Definition at line 1110 of file DNA_scene_types.h.
Referenced by BKE_brush_color_jitter_get_settings(), and copy_unified_paint_settings().
| struct CurveMapping* UnifiedPaintSettings::curve_rand_hue |
Color jitter pressure curves.
Definition at line 1114 of file DNA_scene_types.h.
Referenced by BKE_brush_color_jitter_get_settings(), BKE_paint_blend_read_data(), BKE_paint_blend_write(), BKE_paint_copy(), BKE_paint_free(), blo_update_defaults_paint(), copy_unified_paint_settings(), paint_init_data(), and scene_blend_read_data().
| struct CurveMapping* UnifiedPaintSettings::curve_rand_saturation |
Definition at line 1115 of file DNA_scene_types.h.
Referenced by BKE_brush_color_jitter_get_settings(), BKE_paint_blend_read_data(), BKE_paint_blend_write(), BKE_paint_copy(), BKE_paint_free(), blo_update_defaults_paint(), copy_unified_paint_settings(), paint_init_data(), and scene_blend_read_data().
| struct CurveMapping* UnifiedPaintSettings::curve_rand_value |
Definition at line 1116 of file DNA_scene_types.h.
Referenced by BKE_brush_color_jitter_get_settings(), BKE_paint_blend_read_data(), BKE_paint_blend_write(), BKE_paint_copy(), BKE_paint_free(), blo_update_defaults_paint(), copy_unified_paint_settings(), paint_init_data(), and scene_blend_read_data().
| float secondary_rgb [3] UnifiedPaintSettings::DNA_DEPRECATED |
Definition at line 1107 of file DNA_scene_types.h.
| float rgb [3] UnifiedPaintSettings::DNA_DEPRECATED |
Definition at line 1106 of file DNA_scene_types.h.
| int UnifiedPaintSettings::flag |
User preferences for sculpt and paint.
Definition at line 1122 of file DNA_scene_types.h.
Referenced by BKE_brush_alpha_get(), BKE_brush_alpha_set(), BKE_brush_input_samples_get(), BKE_brush_input_samples_set(), BKE_brush_size_get(), BKE_brush_size_set(), BKE_brush_unprojected_size_get(), BKE_brush_unprojected_size_set(), BKE_brush_weight_get(), BKE_brush_weight_set(), BKE_paint_use_unified_color(), blo_do_versions_260(), blo_do_versions_280(), blo_update_defaults_paint(), blo_update_defaults_scene(), copy_unified_paint_settings(), paint_init_data(), and pe_brush_size_get().
| float UnifiedPaintSettings::hsv_jitter[3] |
Definition at line 1111 of file DNA_scene_types.h.
Referenced by BKE_brush_color_jitter_get_settings(), and copy_unified_paint_settings().
| int UnifiedPaintSettings::input_samples |
Unified brush stroke input samples.
Definition at line 1119 of file DNA_scene_types.h.
Referenced by BKE_brush_input_samples_get(), BKE_brush_input_samples_set(), blo_update_defaults_paint(), and paint_init_data().
| float UnifiedPaintSettings::secondary_color[3] |
Unified brush secondary color.
Definition at line 1103 of file DNA_scene_types.h.
Referenced by BKE_brush_color_sync_legacy(), blo_update_defaults_paint(), blo_update_defaults_scene(), brush_colors_flip_exec(), copy_unified_paint_settings(), and paint_init_data().
| int UnifiedPaintSettings::size |
Unified diameter of brush in pixels.
Definition at line 1089 of file DNA_scene_types.h.
Referenced by BKE_brush_size_get(), BKE_brush_size_set(), blo_do_versions_260(), blo_update_defaults_paint(), blender::ed::sculpt_paint::filter::cache_init(), copy_unified_paint_settings(), paint_init_data(), pe_brush_size_get(), and update_brush_sizes().
| float UnifiedPaintSettings::unprojected_size |
Unified diameter of brush in Blender units.
Definition at line 1092 of file DNA_scene_types.h.
Referenced by BKE_brush_unprojected_size_get(), BKE_brush_unprojected_size_set(), blo_do_versions_260(), blo_update_defaults_paint(), copy_unified_paint_settings(), paint_init_data(), and update_brush_sizes().
| float UnifiedPaintSettings::weight |
Unified brush weight, [0, 1].
Definition at line 1098 of file DNA_scene_types.h.
Referenced by BKE_brush_weight_get(), BKE_brush_weight_set(), blo_update_defaults_paint(), copy_unified_paint_settings(), and paint_init_data().