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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2014-05-09 19:02:08 +0400
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2014-05-09 19:14:13 +0400
commit5f01b3d96ed116d1c0416d5393911211d409a4ae (patch)
tree89aedd3368a33f329fdc022a780563336aff18b3 /intern/cycles/render/object.h
parentfe00dbcc23267ee435d0dd90a824f54989db233f (diff)
Fix T39585: cycles motion vector pass problem with curves.
Diffstat (limited to 'intern/cycles/render/object.h')
-rw-r--r--intern/cycles/render/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/render/object.h b/intern/cycles/render/object.h
index f3a019f4d73..677526b715f 100644
--- a/intern/cycles/render/object.h
+++ b/intern/cycles/render/object.h
@@ -60,7 +60,7 @@ public:
void tag_update(Scene *scene);
void compute_bounds(bool motion_blur);
- void apply_transform();
+ void apply_transform(bool apply_to_motion);
vector<float> motion_times();
};