[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [16478] trunk/blender/source/blender/ python/api2_2x/doc/Mesh.py: Python API

Ken Hughes khughes at pacific.edu
Fri Sep 12 01:51:00 CEST 2008


Revision: 16478
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=16478
Author:   khughes
Date:     2008-09-12 01:50:22 +0200 (Fri, 12 Sep 2008)

Log Message:
-----------
Python API
----------
Add description for missing parameter in Mesh.MFaceSeq.extend() documentation.

Modified Paths:
--------------
    trunk/blender/source/blender/python/api2_2x/doc/Mesh.py

Modified: trunk/blender/source/blender/python/api2_2x/doc/Mesh.py
===================================================================
--- trunk/blender/source/blender/python/api2_2x/doc/Mesh.py	2008-09-11 20:16:30 UTC (rev 16477)
+++ trunk/blender/source/blender/python/api2_2x/doc/Mesh.py	2008-09-11 23:50:22 UTC (rev 16478)
@@ -636,7 +636,7 @@
 		This object provides sequence and iterator access to the mesh's faces.
 	"""
 
-	def extend(vertseq,ignoreDups=True,indexList=True):
+	def extend(vertseq,ignoreDups=True,indexList=True,smooth=False):
 		"""
 		Add zero or more faces and edges to the mesh.  Faces which already exist
 		in the mesh, or faces which contain the same vertex multiple times are





More information about the Bf-blender-cvs mailing list