|
Blender
V2.93
|
#include <gpencil_intern.h>
Public Attributes | |
| float | pen_press |
| float | hsv [3] |
| float | pressure |
| float | strength |
| float | uv |
Random settings by stroke
Definition at line 71 of file gpencil_intern.h.
| float GpRandomSettings::hsv[3] |
Definition at line 75 of file gpencil_intern.h.
Referenced by ED_gpencil_init_random_settings(), gpencil_primitive_update_strokes(), gpencil_session_validatebuffer(), and gpencil_stroke_addpoint().
| float GpRandomSettings::pen_press |
Pressure used for evaluated curves.
Definition at line 73 of file gpencil_intern.h.
Referenced by gpencil_apply_randomness(), gpencil_draw_apply_event(), and gpencil_stroke_addpoint().
| float GpRandomSettings::pressure |
Definition at line 76 of file gpencil_intern.h.
Referenced by ED_gpencil_init_random_settings(), gpencil_apply_randomness(), and gpencil_primitive_update_strokes().
| float GpRandomSettings::strength |
Definition at line 77 of file gpencil_intern.h.
Referenced by ED_gpencil_init_random_settings(), gpencil_apply_randomness(), and gpencil_primitive_update_strokes().
| float GpRandomSettings::uv |
Definition at line 78 of file gpencil_intern.h.
Referenced by ED_gpencil_init_random_settings(), and gpencil_apply_randomness().