[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11732] trunk/blender/source/blender/ python/api2_2x: added face sorting to mesh so you can do mesh.faces.sort(.. .)

Joe Eagar joeedh at gmail.com
Mon Aug 20 14:00:37 CEST 2007


Campbell Barton wrote:
> Revision: 11732
>           http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11732
> Author:   campbellbarton
> Date:     2007-08-20 12:08:59 +0200 (Mon, 20 Aug 2007)
>
> Log Message:
> -----------
> added face sorting to mesh so you can do mesh.faces.sort(...)
> uses list sorting internally so is exactly the same as list sorting.
>
>   
Hrm.  Wouldn't it be better to use the C standard function qsort?

Joe


More information about the Bf-committers mailing list