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:
authorJoseph Gilbert <ascotan@gmail.com>2005-02-22 01:00:11 +0300
committerJoseph Gilbert <ascotan@gmail.com>2005-02-22 01:00:11 +0300
commit3cd546e484a607ba8b8f98151caf7c2e4f3fc44f (patch)
tree5b09f3a68e9de7adbf32c638b252f12d67837632 /source/blender/python/api2_2x/doc
parent34b61ee4e98d68976db50af8353a279e7bb1953a (diff)
Patch submitted by Michael Reimpell
- Adds NormalMap to python's list of Texture Image flags
Diffstat (limited to 'source/blender/python/api2_2x/doc')
-rw-r--r--source/blender/python/api2_2x/doc/Texture.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/doc/Texture.py b/source/blender/python/api2_2x/doc/Texture.py
index af23cb37b26..49289c2fc5c 100644
--- a/source/blender/python/api2_2x/doc/Texture.py
+++ b/source/blender/python/api2_2x/doc/Texture.py
@@ -64,6 +64,7 @@ Example::
- MOVIE - Use a movie for an image
- CYCLIC - Repeat animation image
- ANTI - Use anti-aliasing
+ - NORMALMAP - Use image RGB values for normal mapping
@type ExtendModes: readonly dictionary
@var ExtendModes: Extend, clamp or repeat modes for images