|
Blender V4.5
|
#include <BPy_StrokeAttribute.h>
Public Attributes | |
| PyObject_HEAD Freestyle::StrokeAttribute * | sa |
| bool | borrowed |
Definition at line 25 of file BPy_StrokeAttribute.h.
| bool BPy_StrokeAttribute::borrowed |
Definition at line 28 of file BPy_StrokeAttribute.h.
Referenced by StrokeAttribute_dealloc(), and StrokeAttribute_init().
| PyObject_HEAD Freestyle::StrokeAttribute* BPy_StrokeAttribute::sa |
Definition at line 27 of file BPy_StrokeAttribute.h.
Referenced by StrokeAttribute_alpha_get(), StrokeAttribute_alpha_set(), StrokeAttribute_color_set(), StrokeAttribute_dealloc(), StrokeAttribute_get_attribute_real(), StrokeAttribute_get_attribute_vec2(), StrokeAttribute_get_attribute_vec3(), StrokeAttribute_has_attribute_real(), StrokeAttribute_has_attribute_vec2(), StrokeAttribute_has_attribute_vec3(), StrokeAttribute_init(), StrokeAttribute_mathutils_get(), StrokeAttribute_mathutils_get_index(), StrokeAttribute_mathutils_set(), StrokeAttribute_mathutils_set_index(), StrokeAttribute_repr(), StrokeAttribute_set_attribute_real(), StrokeAttribute_set_attribute_vec2(), StrokeAttribute_set_attribute_vec3(), StrokeAttribute_thickness_set(), StrokeAttribute_visible_get(), and StrokeAttribute_visible_set().