Blender V4.3
stubs.cc File Reference
#include "BLI_utildefines.h"
#include "BPY_extern.hh"

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 *)
 

Function Documentation

◆ BPY_is_pyconstraint()

bool BPY_is_pyconstraint ( Text * text)

Definition at line 22 of file stubs.cc.

◆ BPY_pyconstraint_exec()

void BPY_pyconstraint_exec ( bPythonConstraint * con,
bConstraintOb * cob,
ListBase * targets )

Definition at line 16 of file stubs.cc.

Referenced by pycon_evaluate().

◆ BPY_pyconstraint_target()

void BPY_pyconstraint_target ( bPythonConstraint * con,
bConstraintTarget * ct )

Definition at line 21 of file stubs.cc.

Referenced by pycon_get_tarmat().

◆ BPY_pyconstraint_update()

void BPY_pyconstraint_update ( Object * owner,
bConstraint * con )