Blender V2.61 - r43446
|
#include <DNA_modifier_types.h>
Public Attributes | |
ModifierData | modifier |
struct Object * | ob_axis |
int | steps |
int | render_steps |
int | iter |
float | screw_ofs |
float | angle |
short | axis |
short | flag |
Definition at line 733 of file DNA_modifier_types.h.
float ScrewModifierData::angle |
Definition at line 740 of file DNA_modifier_types.h.
Referenced by applyModifier(), copyData(), and initData().
short ScrewModifierData::axis |
Definition at line 741 of file DNA_modifier_types.h.
Referenced by applyModifier(), copyData(), and initData().
short ScrewModifierData::flag |
Definition at line 742 of file DNA_modifier_types.h.
Referenced by applyModifier(), copyData(), and initData().
Definition at line 738 of file DNA_modifier_types.h.
Referenced by applyModifier(), copyData(), and initData().
Definition at line 734 of file DNA_modifier_types.h.
struct Object* ScrewModifierData::ob_axis |
Definition at line 735 of file DNA_modifier_types.h.
Referenced by applyModifier(), copyData(), foreachObjectLink(), initData(), and updateDepgraph().
Definition at line 737 of file DNA_modifier_types.h.
Referenced by applyModifier(), copyData(), and initData().
Definition at line 739 of file DNA_modifier_types.h.
Referenced by applyModifier(), and copyData().
Definition at line 736 of file DNA_modifier_types.h.
Referenced by applyModifier(), copyData(), and initData().