[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [18273] branches/bmesh/bmesh/operators/ bmesh_dupeops.c: -> More cleanup

Geoffrey Bantle hairbat at yahoo.com
Fri Jan 2 23:37:00 CET 2009


Revision: 18273
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=18273
Author:   briggs
Date:     2009-01-02 23:37:00 +0100 (Fri, 02 Jan 2009)

Log Message:
-----------
-> More cleanup

'SELECT' was defined in bmesh_dupeops.c, removed.
Use BMESH_SELECT when testing for selection bmesh
(actually use the BM_Is_Selected() function...)

Modified Paths:
--------------
    branches/bmesh/bmesh/operators/bmesh_dupeops.c

Modified: branches/bmesh/bmesh/operators/bmesh_dupeops.c
===================================================================
--- branches/bmesh/bmesh/operators/bmesh_dupeops.c	2009-01-02 22:34:07 UTC (rev 18272)
+++ branches/bmesh/bmesh/operators/bmesh_dupeops.c	2009-01-02 22:37:00 UTC (rev 18273)
@@ -15,10 +15,6 @@
 #define DUPE_NEW		2
 #define DUPE_DONE		4
 
-#ifndef SELECT
-#define SELECT		1
-#endif
-
 /*
  *  COPY VERTEX
  *





More information about the Bf-blender-cvs mailing list