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>2008-04-28 20:09:17 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-04-28 20:09:17 +0400
commitc6554898cc57bea21faf3b6aa440c1d942c9250e (patch)
treeb5ce2bdc713ad2acf7d9fcec2c88788a8b6de9fa /source/blender/python/api2_2x/doc
parentae4179e704f638bf9d697479f8b5a33bd397466c (diff)
fix for [#9651] raw_export.py tooltip outdated?
own error, bpath looper was trying to free NULL pointer, added fromOrig to python mtex api made FromOrig and FromDupli tooltips be understandable
Diffstat (limited to 'source/blender/python/api2_2x/doc')
-rw-r--r--source/blender/python/api2_2x/doc/Texture.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/doc/Texture.py b/source/blender/python/api2_2x/doc/Texture.py
index 8b29d91ca19..5161ac5ea56 100644
--- a/source/blender/python/api2_2x/doc/Texture.py
+++ b/source/blender/python/api2_2x/doc/Texture.py
@@ -515,7 +515,8 @@ class MTex:
@ivar neg: Negate texture values mode
@ivar noRGB: Convert texture RGB values to intensity values
@ivar correctNor: Correct normal mapping for Texture space and Object space
- @ivar fromDupli: If object is duplicated by vertices, faces or particles, inherit texture coordinate from parent object
+ @ivar fromDupli: Dupli's instanced from verts, faces or particles, inherit texture coordinate from their parent
+ @ivar fromOrig: Dupli's derive their object coordinates from the original objects transformation
@ivar xproj: Projection of X axis to Texture space. L{Proj}
@ivar yproj: Projection of Y axis to Texture space. L{Proj}
@ivar zproj: Projection of Z axis to Texture space. L{Proj}