Blender V5.0
itasc_plugin.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2001-2002 NaN Holding BV. All rights reserved.
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
11#include "ikplugin_api.h"
12
13void itasc_initialize_tree(struct Depsgraph *depsgraph,
14 struct Scene *scene,
15 struct Object *ob,
16 float ctime);
17void itasc_execute_tree(struct Depsgraph *depsgraph,
18 struct Scene *scene,
19 struct Object *ob,
20 struct bPoseChannel *pchan_root,
21 float ctime);
22void itasc_release_tree(struct Scene *scene, struct Object *ob, float ctime);
23void itasc_clear_data(struct bPose *pose);
24void itasc_clear_cache(struct bPose *pose);
25void itasc_update_param(struct bPose *pose);
26void itasc_test_constraint(struct Object *ob, struct bConstraint *cons);
BPy_StructRNA * depsgraph
void itasc_clear_cache(struct bPose *pose)
void itasc_clear_data(struct bPose *pose)
void itasc_execute_tree(struct Depsgraph *depsgraph, struct Scene *scene, struct Object *ob, struct bPoseChannel *pchan_root, float ctime)
void itasc_initialize_tree(struct Depsgraph *depsgraph, struct Scene *scene, struct Object *ob, float ctime)
void itasc_update_param(struct bPose *pose)
void itasc_release_tree(struct Scene *scene, struct Object *ob, float ctime)
void itasc_test_constraint(struct Object *ob, struct bConstraint *cons)