[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [18296] branches/bmesh/bmesh/ bmesh_operators.h: -> Remove BMO_Connect Macro

Geoffrey Bantle hairbat at yahoo.com
Sat Jan 3 21:12:15 CET 2009


Revision: 18296
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=18296
Author:   briggs
Date:     2009-01-03 21:12:12 +0100 (Sat, 03 Jan 2009)

Log Message:
-----------
-> Remove BMO_Connect Macro


Removed BMO_Connect Macro. This was actually something from
old iteration of the BMOP design that was abandoned.

Modified Paths:
--------------
    branches/bmesh/bmesh/bmesh_operators.h

Modified: branches/bmesh/bmesh/bmesh_operators.h
===================================================================
--- branches/bmesh/bmesh/bmesh_operators.h	2009-01-03 20:03:39 UTC (rev 18295)
+++ branches/bmesh/bmesh/bmesh_operators.h	2009-01-03 20:12:12 UTC (rev 18296)
@@ -28,10 +28,6 @@
 	} data;
 }BMOpSlot;
 
-/*not sure if this is correct, which is why it's a macro, nicely
-  visible here in the header.*/
-#define BMO_Connect(s1, s2) (s2->data = s1->data)
-
 /*operators represent logical, executable mesh modules.*/
 #define BMOP_MAX_SLOTS			16		/*way more than probably needed*/
 





More information about the Bf-blender-cvs mailing list