Blender V4.3
BIK_api.h File Reference

Go to the source code of this file.

Functions

void BIK_init_tree (struct Depsgraph *depsgraph, struct Scene *scene, struct Object *ob, float ctime)
 
void BIK_execute_tree (struct Depsgraph *depsgraph, struct Scene *scene, struct Object *ob, struct bPoseChannel *pchan, float ctime)
 
void BIK_release_tree (struct Scene *scene, struct Object *ob, float ctime)
 
void BIK_clear_data (struct bPose *pose)
 
void BIK_clear_cache (struct bPose *pose)
 
void BIK_update_param (struct bPose *pose)
 
void BIK_test_constraint (struct Object *ob, struct bConstraint *cons)
 

Function Documentation

◆ BIK_clear_cache()

void BIK_clear_cache ( struct bPose * pose)

Definition at line 103 of file ikplugin_api.cc.

References IKPlugin::clear_cache, and get_plugin().

Referenced by BKE_ptcache_object_reset().

◆ BIK_clear_data()

void BIK_clear_data ( struct bPose * pose)

◆ BIK_execute_tree()

void BIK_execute_tree ( struct Depsgraph * depsgraph,
struct Scene * scene,
struct Object * ob,
struct bPoseChannel * pchan,
float ctime )

◆ BIK_init_tree()

void BIK_init_tree ( struct Depsgraph * depsgraph,
struct Scene * scene,
struct Object * ob,
float ctime )

◆ BIK_release_tree()

void BIK_release_tree ( struct Scene * scene,
struct Object * ob,
float ctime )

Definition at line 85 of file ikplugin_api.cc.

References get_plugin(), Object::pose, and IKPlugin::release_tree_func.

Referenced by BKE_pose_eval_cleanup(), and BKE_pose_where_is().

◆ BIK_test_constraint()

void BIK_test_constraint ( struct Object * ob,
struct bConstraint * cons )

◆ BIK_update_param()

void BIK_update_param ( struct bPose * pose)

Definition at line 112 of file ikplugin_api.cc.

References get_plugin(), and IKPlugin::update_param.