weightpaint_envelope_assign - was making an error checking a null vgroup

API_intro - changed URL from elysuin
others - added __copy__() docs.
This commit is contained in:
2007-01-02 13:12:23 +00:00
parent 4f90a3a627
commit 426cc6dca3
12 changed files with 68 additions and 8 deletions

View File

@@ -247,3 +247,10 @@ class Camera:
-CLIPPING
@return: py_none
"""
def __copy__ ():
"""
Make a copy of this camera
@rtype: Camera
@return: a copy of this camera
"""