Blender V2.61 - r43446
|
#include <DNA_constraint_types.h>
Public Attributes | |
struct Text * | text |
IDProperty * | prop |
int | flag |
int | tarnum |
ListBase | targets |
struct Object * | tar |
char | subtarget [64] |
Definition at line 115 of file DNA_constraint_types.h.
Definition at line 119 of file DNA_constraint_types.h.
Definition at line 117 of file DNA_constraint_types.h.
Referenced by direct_link_constraints(), pycon_copy(), pycon_free(), pycon_new_data(), and write_constraints().
char bPythonConstraint::subtarget[64] |
Definition at line 125 of file DNA_constraint_types.h.
Referenced by do_versions().
struct Object* bPythonConstraint::tar |
Definition at line 124 of file DNA_constraint_types.h.
Referenced by do_versions().
Definition at line 122 of file DNA_constraint_types.h.
Referenced by direct_link_constraints(), do_versions(), pycon_copy(), pycon_free(), pycon_get_tars(), pycon_id_looper(), and write_constraints().
Definition at line 120 of file DNA_constraint_types.h.
Referenced by do_versions(), and pycon_get_tars().
struct Text* bPythonConstraint::text |
Definition at line 116 of file DNA_constraint_types.h.
Referenced by pycon_id_looper(), pycon_relink(), text_refresh_pyconstraints_exec(), unlink_text(), and validate_pyconstraint_cb().