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:
authorCampbell Barton <ideasman42@gmail.com>2017-09-25 07:11:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-09-25 07:11:27 +0300
commit1c5f5fb95f13c81fcfad0a7cf89653f86f5bdf82 (patch)
tree3e4650b169de4368d57e7d8d24c4bd9194b2ba14 /source/blender/makesdna/DNA_modifier_types.h
parent4e15eddb526f128fc0b13f6d28cb7384d68cfedf (diff)
Mirror Modifier: option to offset UV's
Useful for baking, so UV's can be moved outside the image and not used to bake pixels (but still used for display). D2801 by @Zuorion
Diffstat (limited to 'source/blender/makesdna/DNA_modifier_types.h')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index e2dde412163..64856b2eb76 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -278,6 +278,7 @@ typedef struct MirrorModifierData {
short flag;
float tolerance;
float uv_offset[2];
+ float uv_offset_copy[2];
struct Object *mirror_ob;
} MirrorModifierData;