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-01-02 16:12:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-01-02 16:12:23 +0300
commit426cc6dca3f7081502f07eb656af2aafa22023a7 (patch)
tree5ddf5d155fd3bb3dd251fd35c765660e5a65da64 /source/blender/python/api2_2x/doc/Lattice.py
parent4f90a3a627713837b1967da41c4b4b5fa0e3efec (diff)
weightpaint_envelope_assign - was making an error checking a null vgroup
API_intro - changed URL from elysuin others - added __copy__() docs.
Diffstat (limited to 'source/blender/python/api2_2x/doc/Lattice.py')
-rw-r--r--source/blender/python/api2_2x/doc/Lattice.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/doc/Lattice.py b/source/blender/python/api2_2x/doc/Lattice.py
index adfddf7e25c..f6b84746950 100644
--- a/source/blender/python/api2_2x/doc/Lattice.py
+++ b/source/blender/python/api2_2x/doc/Lattice.py
@@ -202,5 +202,11 @@ class Lattice:
@param frame: the frame at which the Lattice will be set as a keyframe
"""
+ def __copy__ ():
+ """
+ Make a copy of this lattice
+ @rtype: Lattice
+ @return: a copy of this lattice
+ """