Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/ikplugin/intern/itasc_plugin.h')
-rw-r--r--source/blender/ikplugin/intern/itasc_plugin.h16
1 files changed, 11 insertions, 5 deletions
diff --git a/source/blender/ikplugin/intern/itasc_plugin.h b/source/blender/ikplugin/intern/itasc_plugin.h
index 9e9adf74241..e7a319809b7 100644
--- a/source/blender/ikplugin/intern/itasc_plugin.h
+++ b/source/blender/ikplugin/intern/itasc_plugin.h
@@ -22,7 +22,6 @@
* \ingroup ikplugin
*/
-
#ifndef __ITASC_PLUGIN_H__
#define __ITASC_PLUGIN_H__
@@ -32,9 +31,16 @@
extern "C" {
#endif
-void itasc_initialize_tree(struct Depsgraph *depsgraph, struct Scene *scene, struct Object *ob, float ctime);
-void itasc_execute_tree(struct Depsgraph *depsgraph, struct Scene *scene, struct Object *ob, struct bPoseChannel *pchan_root, float ctime);
-void itasc_release_tree(struct Scene *scene, struct Object *ob, float ctime);
+void itasc_initialize_tree(struct Depsgraph *depsgraph,
+ struct Scene *scene,
+ struct Object *ob,
+ float ctime);
+void itasc_execute_tree(struct Depsgraph *depsgraph,
+ struct Scene *scene,
+ struct Object *ob,
+ struct bPoseChannel *pchan_root,
+ 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);
@@ -44,4 +50,4 @@ void itasc_test_constraint(struct Object *ob, struct bConstraint *cons);
}
#endif
-#endif /* __ITASC_PLUGIN_H__ */
+#endif /* __ITASC_PLUGIN_H__ */