Commit: c8c62bb8b62707b54fc1b6c084e4a2ab486c26a2 Author: Phil Gosch Date: Fri Jun 10 16:00:41 2016 +0200 Branches: soc-2016-uv_tools https://developer.blender.org/rBc8c62bb8b62707b54fc1b6c084e4a2ab486c26a2
Fix for missing parameter =================================================================== M source/blender/editors/uvedit/uvedit_parametrizer.h =================================================================== diff --git a/source/blender/editors/uvedit/uvedit_parametrizer.h b/source/blender/editors/uvedit/uvedit_parametrizer.h index 5fc66f1..4894614 100644 --- a/source/blender/editors/uvedit/uvedit_parametrizer.h +++ b/source/blender/editors/uvedit/uvedit_parametrizer.h @@ -116,7 +116,7 @@ void param_scale_bounds(ParamHandle *handle); /* Select shortest Path */ -void param_shortest_path(ParamHandle *handle, bool *p_found); +void param_shortest_path(ParamHandle *handle, bool *p_found, bool topological_distance); /* Flushing */ _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
