Ooops 2 tipos in the epydocs...

This commit is contained in:
2005-12-30 11:56:44 +00:00
parent f310f296b2
commit 73dc1ff4af

View File

@@ -113,7 +113,7 @@ def Duplicate (linked=1):
Object.GetSelected() will return the list of objects resulting from duplication.
@type linked: int
@param linked: When zero this will duplicate the object data allong with the object.
@param linked: When zero this will duplicate the object data along with the object.
@return: None
I{B{Example:}}
@@ -135,7 +135,7 @@ def Duplicate (linked=1):
activeObject = scn.getActiveObject()
activeObject.LocX += 1
Blender.Redraw()
@note: When duplicating, spesific duplicate settings in the "Edit Methods, Duplicate with Object"
@note: When duplicating, specific duplicate settings in the "Edit Methods, Duplicate with Object"
section of the preferences window will change how duplicate deals with linked data.
"""