Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle-Samuli Riihikoski <haikalle@gmail.com>2011-01-26 19:25:38 +0300
committerKalle-Samuli Riihikoski <haikalle@gmail.com>2011-01-26 19:25:38 +0300
commitf38bdc5c1a8fa8eefdc1c735421bf83483e31dea (patch)
tree0b981b0b0a691d5ebaf39ec9db57bcd33f1b4c80 /io_coat3D/tex.py
parent10ad28fcf0e011fae094d8c20362ee7f28fc4df6 (diff)
cleaning up
Diffstat (limited to 'io_coat3D/tex.py')
-rw-r--r--io_coat3D/tex.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/io_coat3D/tex.py b/io_coat3D/tex.py
index dde24c56..49af82fb 100644
--- a/io_coat3D/tex.py
+++ b/io_coat3D/tex.py
@@ -222,6 +222,7 @@ def gettex(mat_list, objekti, scene,export):
else:
bpy.data.textures[name_tex].use_normal_map = True
objekti.active_material.texture_slots[index].normal_map_space = 'TANGENT'
+ objekti.active_material.texture_slots[index].normal_factor = -1