[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Mathutils.c Mathutils.h blender/source/blender/python/api2_2x/doc Mathutils.py

Campbell Barton cbarton at metavr.com
Sat Jul 1 17:29:04 CEST 2006


campbellbarton (Campbell Barton) 2006/07/01 17:29:04 CEST

  Modified files:
    blender/source/blender/python/api2_2x Mathutils.c Mathutils.h 
    blender/source/blender/python/api2_2x/doc Mathutils.py 
  
  Log:
  Added a scanfill wraper to Mathutils, allows you to fill polylines without using Meshes .fill() function.
  Takes a list of polylines and returns a list of face index triplets.
  
  Added this so using mesh.fill() could be avoided since it requires making an object, linking to the scene and cycling editmode for every NGon imported.
  Since this is so close to release, It might be good if ken, willian or stivs takes a look at the function to make sure its ok. - Ran 100's of times for importing lightwave models but would be good to doublecheck.
  
  Revision  Changes    Path
  1.27      +92 -1     blender/source/blender/python/api2_2x/Mathutils.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Mathutils.c.diff?r1=1.26&r2=1.27&cvsroot=bf-blender>
  1.12      +2 -1      blender/source/blender/python/api2_2x/Mathutils.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Mathutils.h.diff?r1=1.11&r2=1.12&cvsroot=bf-blender>
  1.13      +11 -0     blender/source/blender/python/api2_2x/doc/Mathutils.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/Mathutils.py.diff?r1=1.12&r2=1.13&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list