Blender
V3.3
|
Go to the source code of this file.
Functions | |
void | BPY_pyconstraint_exec (struct bPythonConstraint *con, struct bConstraintOb *cob, struct ListBase *targets) |
void | BPY_pyconstraint_target (struct bPythonConstraint *con, struct bConstraintTarget *ct) |
int | BPY_is_pyconstraint (struct Text *text) |
void | BPY_pyconstraint_update (struct Object *owner, struct bConstraint *con) |
int BPY_is_pyconstraint | ( | struct Text * | text | ) |
Definition at line 28 of file source/blender/python/intern/stubs.c.
void BPY_pyconstraint_exec | ( | struct bPythonConstraint * | con, |
struct bConstraintOb * | cob, | ||
struct ListBase * | targets | ||
) |
Definition at line 20 of file source/blender/python/intern/stubs.c.
Referenced by pycon_evaluate().
void BPY_pyconstraint_target | ( | struct bPythonConstraint * | con, |
struct bConstraintTarget * | ct | ||
) |
Definition at line 25 of file source/blender/python/intern/stubs.c.
Referenced by pycon_get_tarmat().
void BPY_pyconstraint_update | ( | struct Object * | owner, |
struct bConstraint * | con | ||
) |
Definition at line 32 of file source/blender/python/intern/stubs.c.
Referenced by constraint_add_exec(), and text_refresh_pyconstraints_exec().