![]() |
Blender V2.61 - r43446
|
#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 [64] |
| int | uvlayer_tmp |
| int | pad |
Definition at line 342 of file DNA_modifier_types.h.
Definition at line 350 of file DNA_modifier_types.h.
Referenced by copyData(), initData(), and uvprojectModifier_do().
Definition at line 350 of file DNA_modifier_types.h.
Referenced by copyData(), initData(), and uvprojectModifier_do().
Definition at line 348 of file DNA_modifier_types.h.
Referenced by copyData(), initData(), and uvprojectModifier_do().
| struct Image* UVProjectModifierData::image |
Definition at line 347 of file DNA_modifier_types.h.
Referenced by copyData(), foreachIDLink(), initData(), and uvprojectModifier_do().
Definition at line 343 of file DNA_modifier_types.h.
Definition at line 349 of file DNA_modifier_types.h.
Referenced by copyData(), initData(), updateDepgraph(), and uvprojectModifier_do().
Definition at line 353 of file DNA_modifier_types.h.
| struct Object* UVProjectModifierData::projectors[10] |
Definition at line 346 of file DNA_modifier_types.h.
Referenced by copyData(), foreachObjectLink(), initData(), updateDepgraph(), and uvprojectModifier_do().
Definition at line 351 of file DNA_modifier_types.h.
Referenced by copyData(), initData(), and uvprojectModifier_do().
Definition at line 351 of file DNA_modifier_types.h.
Referenced by copyData(), initData(), and uvprojectModifier_do().
| char UVProjectModifierData::uvlayer_name[64] |
Definition at line 352 of file DNA_modifier_types.h.
Referenced by copyData(), and uvprojectModifier_do().
Definition at line 353 of file DNA_modifier_types.h.