Blender V2.61 - r43446
Functions

itasc_plugin.h File Reference

#include "ikplugin_api.h"

Go to the source code of this file.

Functions

void itasc_initialize_tree (struct Scene *scene, struct Object *ob, float ctime)
void itasc_execute_tree (struct Scene *scene, struct Object *ob, struct bPoseChannel *pchan, float ctime)
void itasc_release_tree (struct Scene *scene, struct Object *ob, float ctime)
void itasc_clear_data (struct bPose *pose)
void itasc_clear_cache (struct bPose *pose)
void itasc_update_param (struct bPose *pose)
void itasc_test_constraint (struct Object *ob, struct bConstraint *cons)

Detailed Description

Definition in file itasc_plugin.h.


Function Documentation

void itasc_clear_cache ( struct bPose pose)

Definition at line 1760 of file itasc_plugin.cpp.

References IK_Data::first, bPose::ikdata, IK_Scene::next, and NULL.

void itasc_clear_data ( struct bPose pose)

Definition at line 1747 of file itasc_plugin.cpp.

References IK_Data::first, bPose::ikdata, MEM_freeN(), IK_Scene::next, and NULL.

Referenced by itasc_initialize_tree().

void itasc_execute_tree ( struct Scene scene,
struct Object ob,
struct bPoseChannel pchan,
float  ctime 
)
void itasc_initialize_tree ( struct Scene scene,
struct Object ob,
float  ctime 
)
void itasc_release_tree ( struct Scene scene,
struct Object ob,
float  ctime 
)

Definition at line 1742 of file itasc_plugin.cpp.

void itasc_test_constraint ( struct Object ob,
struct bConstraint cons 
)
void itasc_update_param ( struct bPose pose)