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:
Diffstat (limited to 'source/blender/python/api2_2x/doc/Lattice.py')
-rw-r--r--source/blender/python/api2_2x/doc/Lattice.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/source/blender/python/api2_2x/doc/Lattice.py b/source/blender/python/api2_2x/doc/Lattice.py
index 9f8bf76c336..3723e290491 100644
--- a/source/blender/python/api2_2x/doc/Lattice.py
+++ b/source/blender/python/api2_2x/doc/Lattice.py
@@ -67,15 +67,15 @@ class Lattice:
The Lattice object
==================
This object gives access to Lattices in Blender.
- @cvar name: The Lattice name.
- @cvar width: The number of x dimension partitions.
- @cvar height: The number of y dimension partitions.
- @cvar depth: The number of z dimension partitions.
- @cvar widthType: The x dimension key type.
- @cvar heightType: The y dimension key type.
- @cvar depthType: The z dimension key type.
- @cvar mode: The current mode of the Lattice.
- @cvar latSize: The number of points in this Lattice.
+ @ivar name: The Lattice name.
+ @ivar width: The number of x dimension partitions.
+ @ivar height: The number of y dimension partitions.
+ @ivar depth: The number of z dimension partitions.
+ @ivar widthType: The x dimension key type.
+ @ivar heightType: The y dimension key type.
+ @ivar depthType: The z dimension key type.
+ @ivar mode: The current mode of the Lattice.
+ @ivar latSize: The number of points in this Lattice.
"""
def getName():