Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_brush_types.h
| Show First 20 Lines • Show All 92 Lines • ▼ Show 20 Lines | |||||
| float era_thickness_f; | float era_thickness_f; | ||||
| /** Internal grease pencil drawing flags. */ | /** Internal grease pencil drawing flags. */ | ||||
| int flag; | int flag; | ||||
| /** gradient control along y for color */ | /** gradient control along y for color */ | ||||
| float gradient_f; | float gradient_f; | ||||
| /** factor xy of shape for dots gradients */ | /** factor xy of shape for dots gradients */ | ||||
| float gradient_s[2]; | float gradient_s[2]; | ||||
| /** Simplify adaptive factor */ | char _pad_2[4]; | ||||
| float simplify_f; | |||||
| struct CurveMapping *curve_sensitivity; | struct CurveMapping *curve_sensitivity; | ||||
| struct CurveMapping *curve_strength; | struct CurveMapping *curve_strength; | ||||
| struct CurveMapping *curve_jitter; | struct CurveMapping *curve_jitter; | ||||
| /* optional link of material to replace default in context */ | /* optional link of material to replace default in context */ | ||||
| /** Material. */ | /** Material. */ | ||||
| struct Material *material; | struct Material *material; | ||||
| ▲ Show 20 Lines • Show All 92 Lines • Show Last 20 Lines | |||||