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>2010-03-01 21:11:09 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-01 21:11:09 +0300
commit1b30b13a4d505ec293d1a7872c53a4bc735db92f (patch)
treefe44f30726e9d0b0e6e9e5c70717440b6a9175a1 /source/blender/makesdna
parenta3300bcac8f9658f1cac099d5d1520de6f2abc29 (diff)
Fix #21227, #21346 and #21336: image texture wasn't centered correctly
when sculpting and using it from material nodes.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_texture_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_texture_types.h b/source/blender/makesdna/DNA_texture_types.h
index 5747669d015..3212ff7b534 100644
--- a/source/blender/makesdna/DNA_texture_types.h
+++ b/source/blender/makesdna/DNA_texture_types.h
@@ -236,7 +236,7 @@ typedef struct Tex {
int frames, offset, sfra;
float checkerdist, nabla;
- float norfac;
+ float pad1;
struct ImageUser iuser;