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-02-27 07:28:15 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-02-27 07:28:15 +0300
commit58d1a25da0a2b3cf0a9d03bc50c6b1e5d9e4c21a (patch)
tree47fee3e53657407ff5c84f701ede0c68580f67d6 /source/blender/python/api2_2x/doc/Lattice.py
parentd3f9e661de16487f9857c777e1201a15b25c8a95 (diff)
moved Lattice to getseters. gen_utils.c - removed unused code fixed a warning.
Diffstat (limited to 'source/blender/python/api2_2x/doc/Lattice.py')
-rw-r--r--source/blender/python/api2_2x/doc/Lattice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/doc/Lattice.py b/source/blender/python/api2_2x/doc/Lattice.py
index 309e54a5f92..00412b34970 100644
--- a/source/blender/python/api2_2x/doc/Lattice.py
+++ b/source/blender/python/api2_2x/doc/Lattice.py
@@ -77,7 +77,7 @@ class Lattice:
@ivar depthType: The z dimension key type.
@ivar mode: The current mode of the Lattice.
@ivar latSize: The number of points in this Lattice.
- @cvar key: The L{Key.Key} object associated with this Lattice.
+ @cvar key: The L{Key.Key} object associated with this Lattice or None.
"""
def getName():