|
Blender V4.3
|
#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 2971 of file DNA_modifier_types.h.
| char GreasePencilArrayModifierData::_pad[4] |
Definition at line 2985 of file DNA_modifier_types.h.
| int GreasePencilArrayModifierData::count |
Definition at line 2975 of file DNA_modifier_types.h.
Referenced by blender::create_array_copies().
| int GreasePencilArrayModifierData::flag |
Definition at line 2977 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 2973 of file DNA_modifier_types.h.
Referenced by influence_data_from_modifier(), and blender::modify_drawing().
| int GreasePencilArrayModifierData::mat_rpl |
Definition at line 2990 of file DNA_modifier_types.h.
Referenced by blender::create_array_copies().
| ModifierData GreasePencilArrayModifierData::modifier |
Definition at line 2972 of file DNA_modifier_types.h.
Referenced by blender::get_rand_matrix().
| struct Object* GreasePencilArrayModifierData::object |
Definition at line 2974 of file DNA_modifier_types.h.
Referenced by blender::create_array_copies(), and blender::get_array_matrix().
| float GreasePencilArrayModifierData::offset[3] |
Definition at line 2978 of file DNA_modifier_types.h.
Referenced by blender::get_array_matrix().
| float GreasePencilArrayModifierData::rnd_offset[3] |
Definition at line 2981 of file DNA_modifier_types.h.
Referenced by blender::get_rand_matrix().
| float GreasePencilArrayModifierData::rnd_rot[3] |
Definition at line 2982 of file DNA_modifier_types.h.
Referenced by blender::get_rand_matrix().
| float GreasePencilArrayModifierData::rnd_scale[3] |
Definition at line 2983 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 2987 of file DNA_modifier_types.h.
Referenced by blender::get_rand_matrix().
| float GreasePencilArrayModifierData::shift[3] |
Definition at line 2979 of file DNA_modifier_types.h.
Referenced by blender::create_array_copies().