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@pandora.be>2012-05-29 14:34:16 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-05-29 14:34:16 +0400
commit9e2f377273d60ec8de09f2c5c6f140908bc5f9a6 (patch)
treec329b92cd6b49b93bce0ff298c7965b3d7ec68b8 /intern/cycles/render/object.h
parente530b50d172f1ad78b303059de483d1e31952578 (diff)
Fix #31556: cycles object info random value was not properly randomized for
dupligroups.
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 b8169e3758e..83bf2cf0317 100644
--- a/intern/cycles/render/object.h
+++ b/intern/cycles/render/object.h
@@ -41,7 +41,7 @@ public:
Transform tfm;
BoundBox bounds;
ustring name;
- int instance_id;
+ int random_id;
int pass_id;
vector<ParamValue> attributes;
uint visibility;