Blender V4.5
IKPlugin Struct Reference

#include <ikplugin_api.h>

Public Attributes

void(*) initialize_tree_func (struct Depsgraph *depsgraph, struct Scene *scene, struct Object *ob, float ctime)
void(*) execute_tree_func (struct Depsgraph *depsgraph, struct Scene *scene, struct Object *ob, struct bPoseChannel *pchan, float ctime)
void(*) release_tree_func (struct Scene *scene, struct Object *ob, float ctime)
void(*) remove_armature_func (struct bPose *pose)
void(*) clear_cache (struct bPose *pose)
void(*) update_param (struct bPose *pose)
void(*) test_constraint (struct Object *ob, struct bConstraint *cons)

Detailed Description

Definition at line 16 of file ikplugin_api.h.

Member Data Documentation

◆ clear_cache

void(*) IKPlugin::clear_cache(struct bPose *pose)

Definition at line 28 of file ikplugin_api.h.

Referenced by BIK_clear_cache().

◆ execute_tree_func

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

Definition at line 21 of file ikplugin_api.h.

Referenced by BIK_execute_tree().

◆ initialize_tree_func

void(*) IKPlugin::initialize_tree_func(struct Depsgraph *depsgraph, struct Scene *scene, struct Object *ob, float ctime)

Definition at line 17 of file ikplugin_api.h.

Referenced by BIK_init_tree().

◆ release_tree_func

void(*) IKPlugin::release_tree_func(struct Scene *scene, struct Object *ob, float ctime)

Definition at line 26 of file ikplugin_api.h.

Referenced by BIK_release_tree().

◆ remove_armature_func

void(*) IKPlugin::remove_armature_func(struct bPose *pose)

Definition at line 27 of file ikplugin_api.h.

Referenced by BIK_clear_data().

◆ test_constraint

void(*) IKPlugin::test_constraint(struct Object *ob, struct bConstraint *cons)

Definition at line 30 of file ikplugin_api.h.

Referenced by BIK_test_constraint().

◆ update_param

void(*) IKPlugin::update_param(struct bPose *pose)

Definition at line 29 of file ikplugin_api.h.

Referenced by BIK_update_param().


The documentation for this struct was generated from the following file: