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:
authorTon Roosendaal <ton@blender.org>2008-12-24 14:08:15 +0300
committerTon Roosendaal <ton@blender.org>2008-12-24 14:08:15 +0300
commite60e7f36679109a6c600f0029a60486e99d7995b (patch)
tree58cb1dfdc12d643283fbb1598b1c06a122c4fcaf /source/blender/blenkernel/BKE_action.h
parentbc5b56e2a8f962f7116b1d8ccdd20f07e2ff0d2b (diff)
2.5
Removed global "workob" from BKE, should now by passed on as an arg.
Diffstat (limited to 'source/blender/blenkernel/BKE_action.h')
-rw-r--r--source/blender/blenkernel/BKE_action.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_action.h b/source/blender/blenkernel/BKE_action.h
index 37b1332170a..a0c8be7d7f8 100644
--- a/source/blender/blenkernel/BKE_action.h
+++ b/source/blender/blenkernel/BKE_action.h
@@ -133,7 +133,7 @@ void extract_pose_from_action(struct bPose *pose, struct bAction *act, float cti
/**
* Get the effects of the given action using a workob
*/
-void what_does_obaction(struct Object *ob, struct bAction *act, float cframe);
+void what_does_obaction(struct Object *ob, struct Object *workob, struct bAction *act, float cframe);
/**
* Iterate through the action channels of the action