|
Blender
V2.59
|
#include <DNA_modifier_types.h>
Public Attributes | |
| ModifierData | modifier |
| struct Object * | projectors [10] |
| struct Image * | image |
| int | flags |
| int | num_projectors |
| float | aspectx |
| float | aspecty |
| float | scalex |
| float | scaley |
| char | uvlayer_name [32] |
| int | uvlayer_tmp |
| int | pad |
Definition at line 336 of file DNA_modifier_types.h.
Definition at line 344 of file DNA_modifier_types.h.
Referenced by copyData(), initData(), and uvprojectModifier_do().
Definition at line 344 of file DNA_modifier_types.h.
Referenced by copyData(), initData(), and uvprojectModifier_do().
Definition at line 342 of file DNA_modifier_types.h.
Referenced by copyData(), initData(), and uvprojectModifier_do().
| struct Image* UVProjectModifierData::image |
Definition at line 341 of file DNA_modifier_types.h.
Referenced by copyData(), foreachIDLink(), initData(), and uvprojectModifier_do().
Definition at line 337 of file DNA_modifier_types.h.
Definition at line 343 of file DNA_modifier_types.h.
Referenced by copyData(), initData(), updateDepgraph(), and uvprojectModifier_do().
Definition at line 347 of file DNA_modifier_types.h.
| struct Object* UVProjectModifierData::projectors[10] |
Definition at line 340 of file DNA_modifier_types.h.
Referenced by copyData(), foreachObjectLink(), initData(), updateDepgraph(), and uvprojectModifier_do().
Definition at line 345 of file DNA_modifier_types.h.
Referenced by copyData(), initData(), and uvprojectModifier_do().
Definition at line 345 of file DNA_modifier_types.h.
Referenced by copyData(), initData(), and uvprojectModifier_do().
| char UVProjectModifierData::uvlayer_name[32] |
Definition at line 346 of file DNA_modifier_types.h.
Referenced by copyData(), and uvprojectModifier_do().
Definition at line 347 of file DNA_modifier_types.h.