|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| void | BPY_pyconstraint_exec (bPythonConstraint *, bConstraintOb *, ListBase *) |
| void | BPY_pyconstraint_target (bPythonConstraint *, bConstraintTarget *) |
| bool | BPY_is_pyconstraint (Text *) |
| void | BPY_pyconstraint_update (Object *, bConstraint *) |
| void BPY_pyconstraint_exec | ( | bPythonConstraint * | con, |
| bConstraintOb * | cob, | ||
| ListBase * | targets ) |
Definition at line 16 of file stubs.cc.
Referenced by pycon_evaluate().
| void BPY_pyconstraint_target | ( | bPythonConstraint * | con, |
| bConstraintTarget * | ct ) |
Definition at line 21 of file stubs.cc.
Referenced by pycon_get_tarmat().
| void BPY_pyconstraint_update | ( | Object * | owner, |
| bConstraint * | con ) |
Definition at line 26 of file stubs.cc.
Referenced by blender::ed::object::constraint_add_exec(), and text_refresh_pyconstraints_exec().