Blender
V3.3
|
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) |
Definition at line 103 of file ikplugin_api.c.
References IKPlugin::clear_cache, and get_plugin().
Referenced by BKE_ptcache_object_reset().
Definition at line 94 of file ikplugin_api.c.
References get_plugin(), and IKPlugin::remove_armature_func.
Referenced by BKE_constraint_remove_ex(), BKE_pose_free_data_ex(), pose_grab_with_ik_clear(), and update_deg_with_temporary_ik().
void BIK_execute_tree | ( | struct Depsgraph * | depsgraph, |
struct Scene * | scene, | ||
struct Object * | ob, | ||
struct bPoseChannel * | pchan, | ||
float | ctime | ||
) |
Definition at line 75 of file ikplugin_api.c.
References depsgraph, IKPlugin::execute_tree_func, get_plugin(), Object::pose, and scene.
Referenced by BKE_pose_iktree_evaluate(), and BKE_pose_where_is().
void BIK_init_tree | ( | struct Depsgraph * | depsgraph, |
struct Scene * | scene, | ||
struct Object * | ob, | ||
float | ctime | ||
) |
Definition at line 66 of file ikplugin_api.c.
References depsgraph, get_plugin(), IKPlugin::initialize_tree_func, Object::pose, and scene.
Referenced by BKE_pose_eval_init_ik(), and BKE_pose_where_is().
Definition at line 85 of file ikplugin_api.c.
References get_plugin(), Object::pose, IKPlugin::release_tree_func, and scene.
Referenced by BKE_pose_eval_cleanup(), and BKE_pose_where_is().
void BIK_test_constraint | ( | struct Object * | ob, |
struct bConstraint * | cons | ||
) |
Definition at line 121 of file ikplugin_api.c.
References get_plugin(), Object::pose, and IKPlugin::test_constraint.
Referenced by test_constraint().
Definition at line 112 of file ikplugin_api.c.
References get_plugin(), and IKPlugin::update_param.