|
Blender
V3.3
|
#include <DNA_linestyle_types.h>
Public Attributes | |
| struct LineStyleModifier | modifier |
| struct CurveMapping * | curve |
| int | flags |
| char | _pad [4] |
Definition at line 104 of file DNA_linestyle_types.h.
| char LineStyleAlphaModifier_AlongStroke::_pad[4] |
Definition at line 111 of file DNA_linestyle_types.h.
| struct CurveMapping* LineStyleAlphaModifier_AlongStroke::curve |
Definition at line 109 of file DNA_linestyle_types.h.
Referenced by BKE_linestyle_alpha_modifier_add(), BKE_linestyle_alpha_modifier_copy(), and direct_link_linestyle_alpha_modifier().
| int LineStyleAlphaModifier_AlongStroke::flags |
Definition at line 110 of file DNA_linestyle_types.h.
Referenced by BKE_linestyle_alpha_modifier_copy().
| struct LineStyleModifier LineStyleAlphaModifier_AlongStroke::modifier |
Definition at line 101 of file DNA_linestyle_types.h.