Revision: 48849
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48849
Author:   vino
Date:     2012-07-12 06:47:34 +0000 (Thu, 12 Jul 2012)
Log Message:
-----------
Update function signature, fix for r48825

Revision Links:
--------------
    
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48825

Modified Paths:
--------------
    branches/soc-2012-bratwurst/source/blender/editors/include/ED_mesh.h

Modified: branches/soc-2012-bratwurst/source/blender/editors/include/ED_mesh.h
===================================================================
--- branches/soc-2012-bratwurst/source/blender/editors/include/ED_mesh.h        
2012-07-12 05:55:07 UTC (rev 48848)
+++ branches/soc-2012-bratwurst/source/blender/editors/include/ED_mesh.h        
2012-07-12 06:47:34 UTC (rev 48849)
@@ -241,7 +241,7 @@
 void ED_mesh_update(struct Mesh *mesh, struct bContext *C, int calc_edges, int 
calc_tessface);
 
 int ED_mesh_uv_texture_add(struct bContext *C, struct Mesh *me, const char 
*name, int active_set);
-int ED_mesh_uv_texture_remove(struct bContext *C, struct Object *ob, struct 
Mesh *me);
+int ED_mesh_uv_texture_remove(struct bContext *C, struct Object *ob, struct 
Mesh *me, int delete_index);
 int ED_mesh_uv_loop_reset(struct bContext *C, struct Mesh *me);
 int ED_mesh_uv_loop_reset_ex(struct bContext *C, struct Mesh *me, const int 
layernum);
 int ED_mesh_color_add(struct bContext *C, struct Scene *scene, struct Object 
*ob, struct Mesh *me, const char *name, int active_set);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to