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>2007-03-12 04:43:11 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-03-12 04:43:11 +0300
commit268fdb742532860120071c2886ee1811a6ead3b3 (patch)
treeb9f879f09fa2269aa455cf74c274fdbce6fa502f /source/blender/python/api2_2x/doc/Image.py
parentffd91ac7260d2d147a45be5f505b205bcb602e2c (diff)
added no-xtile and no-ytile to the images realtime properties and python api.
Diffstat (limited to 'source/blender/python/api2_2x/doc/Image.py')
-rw-r--r--source/blender/python/api2_2x/doc/Image.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/doc/Image.py b/source/blender/python/api2_2x/doc/Image.py
index 92121806130..2adfdfb5d40 100644
--- a/source/blender/python/api2_2x/doc/Image.py
+++ b/source/blender/python/api2_2x/doc/Image.py
@@ -111,6 +111,10 @@ class Image:
@type bindcode: int
@ivar source: Image source type. See L{the Sources dictionary<Sources>} .
@type source: int
+ @ivar noXTile: When true the image will not tile horizontally.
+ @type noXTile: bool
+ @ivar noYTile: When true the image will not tile vertically.
+ @type noYTile: bool
"""
def getName():