Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_brush_types.h
| Context not available. | |||||
| typedef struct BrushGpencilSettings { | typedef struct BrushGpencilSettings { | ||||
| float draw_smoothfac; /* amount of smoothing to apply to newly created strokes */ | float draw_smoothfac; /* amount of smoothing to apply to newly created strokes */ | ||||
| float draw_sensitivity; /* amount of sensivity to apply to newly created strokes */ | float draw_sensitivity; /* amount of sensitivity to apply to newly created strokes */ | ||||
| float draw_strength; /* amount of alpha strength to apply to newly created strokes */ | float draw_strength; /* amount of alpha strength to apply to newly created strokes */ | ||||
| float draw_jitter; /* amount of jitter to apply to newly created strokes */ | float draw_jitter; /* amount of jitter to apply to newly created strokes */ | ||||
| float draw_angle; /* angle when the brush has full thickness */ | float draw_angle; /* angle when the brush has full thickness */ | ||||
| Context not available. | |||||