[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [18795] branches/blender2.5/blender/source /blender/editors/mesh/mesh_intern.h: Fix for select multi loop commit, probably missed this file.

Brecht Van Lommel brecht at blender.org
Mon Feb 2 20:59:23 CET 2009


Revision: 18795
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=18795
Author:   blendix
Date:     2009-02-02 20:59:22 +0100 (Mon, 02 Feb 2009)

Log Message:
-----------
Fix for select multi loop commit, probably missed this file.

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/editors/mesh/mesh_intern.h

Modified: branches/blender2.5/blender/source/blender/editors/mesh/mesh_intern.h
===================================================================
--- branches/blender2.5/blender/source/blender/editors/mesh/mesh_intern.h	2009-02-02 19:57:57 UTC (rev 18794)
+++ branches/blender2.5/blender/source/blender/editors/mesh/mesh_intern.h	2009-02-02 19:59:22 UTC (rev 18795)
@@ -192,6 +192,7 @@
 void MESH_OT_select_random(struct wmOperatorType *ot);
 void MESH_OT_vertices_to_sphere(struct wmOperatorType *ot);
 void MESH_OT_selection_type(struct wmOperatorType *ot);
+void MESH_OT_select_multi_loop(struct wmOperatorType *ot);
 
 extern EditEdge *findnearestedge(ViewContext *vc, int *dist);
 extern void EM_automerge(int update);





More information about the Bf-blender-cvs mailing list