From 426cc6dca3f7081502f07eb656af2aafa22023a7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 2 Jan 2007 13:12:23 +0000 Subject: weightpaint_envelope_assign - was making an error checking a null vgroup API_intro - changed URL from elysuin others - added __copy__() docs. --- source/blender/python/api2_2x/doc/Lattice.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source/blender/python/api2_2x/doc/Lattice.py') 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 + """ -- cgit v1.2.3