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-02-22 16:21:42 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-02-22 16:21:42 +0300
commitd7088ce8259f26eb96d939fe963d4f2a28eb0df3 (patch)
treed31e0fadf5693bc2bd692e6b5f4aeffc1cb1e931 /source/blender/render/intern/include/render_types.h
parentb69b5f274b64f0b7dc80490361208ecfb01863b2 (diff)
Bugfix: objects in groups with texture mapping Object now get texture
coordinates from the object as if they were in their original position, untransformed by dupligroups or dupliverts. Otherwise the textures of such objects would change depending on their position.
Diffstat (limited to 'source/blender/render/intern/include/render_types.h')
-rw-r--r--source/blender/render/intern/include/render_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/render/intern/include/render_types.h b/source/blender/render/intern/include/render_types.h
index e1f454ade1d..271bbd3de00 100644
--- a/source/blender/render/intern/include/render_types.h
+++ b/source/blender/render/intern/include/render_types.h
@@ -276,6 +276,7 @@ typedef struct ObjectInstanceRen {
short flag;
float dupliorco[3], dupliuv[2];
+ float (*duplitexmat)[4];
float *vectors;
int totvector;