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/BIK_api.h')
-rw-r--r--source/blender/ikplugin/BIK_api.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/source/blender/ikplugin/BIK_api.h b/source/blender/ikplugin/BIK_api.h
index ade3113f041..0b118a25c13 100644
--- a/source/blender/ikplugin/BIK_api.h
+++ b/source/blender/ikplugin/BIK_api.h
@@ -68,9 +68,18 @@ void BIK_clear_cache(struct bPose *pose);
void BIK_update_param(struct bPose *pose);
void BIK_test_constraint(struct Object *ob, struct bConstraint *cons);
// not yet implemented
-// int BIK_get_constraint_param(struct bPose *pose, struct bConstraint *cons, int id, BIK_ParamValue *value);
-// int BIK_get_channel_param(struct bPose *pose, struct bPoseChannel *pchan, int id, BIK_ParamValue *value);
-// int BIK_get_solver_param(struct bPose *pose, struct bPoseChannel *pchan, int id, BIK_ParamValue *value);
+// int BIK_get_constraint_param(struct bPose *pose,
+// struct bConstraint *cons,
+// int id,
+// BIK_ParamValue *value);
+// int BIK_get_channel_param(struct bPose *pose,
+// struct bPoseChannel *pchan,
+// int id,
+// BIK_ParamValue *value);
+// int BIK_get_solver_param(struct bPose *pose,
+// struct bPoseChannel *pchan,
+// int id,
+// BIK_ParamValue *value);
// number of solver available
// 0 = iksolver