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>2008-03-11 15:29:59 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-03-11 15:29:59 +0300
commit7f6889a63b7bf3d24798fd70ddeb6f1ba0ddeb89 (patch)
treeb0cdd62fc425b25ad730379b9e5af94e297013a5 /source/blender/render/intern/include/render_types.h
parent51a8a60d96ac49c625787abd0406cf12cb2d3636 (diff)
Bugfix: render instancing didn't work correct with layer ipo's,
each instance should have it's own layer.
Diffstat (limited to 'source/blender/render/intern/include/render_types.h')
-rw-r--r--source/blender/render/intern/include/render_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/render/intern/include/render_types.h b/source/blender/render/intern/include/render_types.h
index edb5f1442b2..b9adaf2c887 100644
--- a/source/blender/render/intern/include/render_types.h
+++ b/source/blender/render/intern/include/render_types.h
@@ -273,7 +273,7 @@ typedef struct ObjectInstanceRen {
ObjectRen *obr;
Object *ob, *par;
- int index, psysindex;
+ int index, psysindex, lay;
float mat[4][4], imat[3][3];
short flag;