Blender
V3.3
|
#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 61 of file gpencil_intern.h.
float GpRandomSettings::hsv[3] |
Definition at line 65 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 63 of file gpencil_intern.h.
Referenced by gpencil_apply_randomness(), gpencil_draw_apply_event(), and gpencil_stroke_addpoint().
float GpRandomSettings::pressure |
Definition at line 66 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 67 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 68 of file gpencil_intern.h.
Referenced by ED_gpencil_init_random_settings(), and gpencil_apply_randomness().