|
Blender V5.0
|
#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 3017 of file DNA_modifier_types.h.
| char GreasePencilArrayModifierData::_pad[4] |
Definition at line 3031 of file DNA_modifier_types.h.
| int GreasePencilArrayModifierData::count |
Definition at line 3021 of file DNA_modifier_types.h.
Referenced by blender::create_array_copies().
| int GreasePencilArrayModifierData::flag |
Definition at line 3023 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 3019 of file DNA_modifier_types.h.
Referenced by influence_data_from_modifier(), and blender::modify_drawing().
| int GreasePencilArrayModifierData::mat_rpl |
Definition at line 3036 of file DNA_modifier_types.h.
Referenced by blender::create_array_copies().
| ModifierData GreasePencilArrayModifierData::modifier |
Definition at line 3018 of file DNA_modifier_types.h.
Referenced by blender::get_rand_matrix().
| struct Object* GreasePencilArrayModifierData::object |
Definition at line 3020 of file DNA_modifier_types.h.
Referenced by blender::create_array_copies(), and blender::get_array_matrix().
| float GreasePencilArrayModifierData::offset[3] |
Definition at line 3024 of file DNA_modifier_types.h.
Referenced by blender::get_array_matrix().
| float GreasePencilArrayModifierData::rnd_offset[3] |
Definition at line 3027 of file DNA_modifier_types.h.
Referenced by blender::get_rand_matrix().
| float GreasePencilArrayModifierData::rnd_rot[3] |
Definition at line 3028 of file DNA_modifier_types.h.
Referenced by blender::get_rand_matrix().
| float GreasePencilArrayModifierData::rnd_scale[3] |
Definition at line 3029 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 3033 of file DNA_modifier_types.h.
Referenced by blender::get_rand_matrix().
| float GreasePencilArrayModifierData::shift[3] |
Definition at line 3025 of file DNA_modifier_types.h.
Referenced by blender::create_array_copies().