[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [25214] trunk/blender/source/blender/ editors/uvedit/uvedit_unwrap_ops.c: unwrap was unwrapping all faces rather then just the selected ones

Campbell Barton ideasman42 at gmail.com
Tue Dec 8 16:20:57 CET 2009


Revision: 25214
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=25214
Author:   campbellbarton
Date:     2009-12-08 16:20:57 +0100 (Tue, 08 Dec 2009)

Log Message:
-----------
unwrap was unwrapping all faces rather then just the selected ones

Modified Paths:
--------------
    trunk/blender/source/blender/editors/uvedit/uvedit_unwrap_ops.c

Modified: trunk/blender/source/blender/editors/uvedit/uvedit_unwrap_ops.c
===================================================================
--- trunk/blender/source/blender/editors/uvedit/uvedit_unwrap_ops.c	2009-12-08 14:02:06 UTC (rev 25213)
+++ trunk/blender/source/blender/editors/uvedit/uvedit_unwrap_ops.c	2009-12-08 15:20:57 UTC (rev 25214)
@@ -826,7 +826,7 @@
 		return OPERATOR_CANCELLED;
 	}
 
-	handle= construct_param_handle(scene, em, 0, fill_holes, 0, correct_aspect);
+	handle= construct_param_handle(scene, em, 0, fill_holes, 1, correct_aspect);
 
 	param_lscm_begin(handle, PARAM_FALSE, method == 0);
 	param_lscm_solve(handle);





More information about the Bf-blender-cvs mailing list