Blender
V3.3
|
#include <DNA_linestyle_types.h>
Public Attributes | |
struct LineStyleModifier | modifier |
struct CurveMapping * | curve |
int | flags |
char | _pad [4] |
Definition at line 309 of file DNA_linestyle_types.h.
char LineStyleAlphaModifier_Tangent::_pad[4] |
Definition at line 316 of file DNA_linestyle_types.h.
struct CurveMapping* LineStyleAlphaModifier_Tangent::curve |
Definition at line 314 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_Tangent::flags |
Definition at line 315 of file DNA_linestyle_types.h.
Referenced by BKE_linestyle_alpha_modifier_copy().
struct LineStyleModifier LineStyleAlphaModifier_Tangent::modifier |
Definition at line 306 of file DNA_linestyle_types.h.