|
Blender V4.5
|
#include <DNA_modifier_types.h>
Public Attributes | |
| ModifierData | modifier |
| GreasePencilModifierInfluenceData | influence |
| struct Object * | object |
| int | count |
| int | flag |
| float | offset [3] |
| float | shift [3] |
| float | rnd_offset [3] |
| float | rnd_rot [3] |
| float | rnd_scale [3] |
| char | _pad [4] |
| int | seed |
| int | mat_rpl |
Definition at line 2907 of file DNA_modifier_types.h.
| char GreasePencilArrayModifierData::_pad[4] |
Definition at line 2921 of file DNA_modifier_types.h.
| int GreasePencilArrayModifierData::count |
Definition at line 2911 of file DNA_modifier_types.h.
Referenced by blender::create_array_copies().
| int GreasePencilArrayModifierData::flag |
Definition at line 2913 of file DNA_modifier_types.h.
Referenced by blender::create_array_copies(), blender::get_array_matrix(), and blender::get_rand_matrix().
| GreasePencilModifierInfluenceData GreasePencilArrayModifierData::influence |
Definition at line 2909 of file DNA_modifier_types.h.
Referenced by influence_data_from_modifier(), and blender::modify_drawing().
| int GreasePencilArrayModifierData::mat_rpl |
Definition at line 2926 of file DNA_modifier_types.h.
Referenced by blender::create_array_copies().
| ModifierData GreasePencilArrayModifierData::modifier |
Definition at line 2908 of file DNA_modifier_types.h.
Referenced by blender::get_rand_matrix().
| struct Object* GreasePencilArrayModifierData::object |
Definition at line 2910 of file DNA_modifier_types.h.
Referenced by blender::create_array_copies(), and blender::get_array_matrix().
| float GreasePencilArrayModifierData::offset[3] |
Definition at line 2914 of file DNA_modifier_types.h.
Referenced by blender::get_array_matrix().
| float GreasePencilArrayModifierData::rnd_offset[3] |
Definition at line 2917 of file DNA_modifier_types.h.
Referenced by blender::get_rand_matrix().
| float GreasePencilArrayModifierData::rnd_rot[3] |
Definition at line 2918 of file DNA_modifier_types.h.
Referenced by blender::get_rand_matrix().
| float GreasePencilArrayModifierData::rnd_scale[3] |
Definition at line 2919 of file DNA_modifier_types.h.
Referenced by blender::get_rand_matrix().
| int GreasePencilArrayModifierData::seed |
(first element is the index) random values. (?)
Definition at line 2923 of file DNA_modifier_types.h.
Referenced by blender::get_rand_matrix().
| float GreasePencilArrayModifierData::shift[3] |
Definition at line 2915 of file DNA_modifier_types.h.
Referenced by blender::create_array_copies().