Blender V4.3
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
9#pragma once
10
11#include "ikplugin_api.h"
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
17void itasc_initialize_tree(struct Depsgraph *depsgraph,
18 struct Scene *scene,
19 struct Object *ob,
20 float ctime);
21void itasc_execute_tree(struct Depsgraph *depsgraph,
22 struct Scene *scene,
23 struct Object *ob,
24 struct bPoseChannel *pchan_root,
25 float ctime);
26void itasc_release_tree(struct Scene *scene, struct Object *ob, float ctime);
27void itasc_clear_data(struct bPose *pose);
28void itasc_clear_cache(struct bPose *pose);
29void itasc_update_param(struct bPose *pose);
30void itasc_test_constraint(struct Object *ob, struct bConstraint *cons);
31
32#ifdef __cplusplus
33}
34#endif
const Depsgraph * 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)