[Bf-blender-cvs] [2f15dcf] soc-2016-uv_tools: Quick fix for missed parameter

Phil Gosch noreply at git.blender.org
Thu Jun 9 16:21:03 CEST 2016


Commit: 2f15dcfa55014cf0d6f230a8a0917e9859214274
Author: Phil Gosch
Date:   Thu Jun 9 16:20:24 2016 +0200
Branches: soc-2016-uv_tools
https://developer.blender.org/rB2f15dcfa55014cf0d6f230a8a0917e9859214274

Quick fix for missed parameter

===================================================================

M	source/blender/editors/include/ED_uvedit.h

===================================================================

diff --git a/source/blender/editors/include/ED_uvedit.h b/source/blender/editors/include/ED_uvedit.h
index 89ca709..f812fe5 100644
--- a/source/blender/editors/include/ED_uvedit.h
+++ b/source/blender/editors/include/ED_uvedit.h
@@ -107,7 +107,7 @@ void ED_uvedit_unwrap_cube_project(struct Object *ob, struct BMesh *bm, float cu
 void ED_unwrap_lscm(struct Scene *scene, struct Object *obedit, const short sel);
 
 /* select shortest path */
-bool ED_uvedit_shortest_path_select(struct Scene *scene,struct Object *ob,struct BMesh *bm);
+bool ED_uvedit_shortest_path_select(struct Scene *scene, struct Object *ob, struct BMesh *bm, bool topo_dist);
 
 /* uvedit_draw.c */
 void ED_image_draw_cursor(struct ARegion *ar, const float cursor[2]);




More information about the Bf-blender-cvs mailing list