Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_brush_types.h
| Show First 20 Lines • Show All 320 Lines • ▼ Show 20 Lines | typedef struct Brush { | ||||
| int curve_preset; | int curve_preset; | ||||
| int automasking_flags; | int automasking_flags; | ||||
| int elastic_deform_type; | int elastic_deform_type; | ||||
| float elastic_deform_volume_preservation; | float elastic_deform_volume_preservation; | ||||
| /* pose */ | /* pose */ | ||||
| float pose_offset; | float pose_offset; | ||||
| int pose_smooth_iterations; | |||||
| char _pad1[4]; | |||||
| /* overlay */ | /* overlay */ | ||||
| int texture_overlay_alpha; | int texture_overlay_alpha; | ||||
| int mask_overlay_alpha; | int mask_overlay_alpha; | ||||
| int cursor_overlay_alpha; | int cursor_overlay_alpha; | ||||
| float unprojected_radius; | float unprojected_radius; | ||||
| ▲ Show 20 Lines • Show All 257 Lines • Show Last 20 Lines | |||||