removed warning in last commit

This commit is contained in:
2006-11-13 17:55:06 +00:00
parent 414904ec43
commit ef56538c62
2 changed files with 6 additions and 5 deletions

View File

@@ -758,8 +758,8 @@ class Mesh:
be multiplied by the object's 4x4 transform matrix (see L{transform}).
@note: The objects materials will not be copied into the existing mesh,
however the face material indices will match the material list of the original data.
@type name: blender object or string
@param name: The Blender object or its name, which contains the geometry data.
@type object: blender object or string
@param object: The Blender object or its name, which contains the geometry data.
@type cage: int
@param cage: determines whether the original vertices or derived vertices
@type render: int