Revision: 49045
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=49045
Author:   campbellbarton
Date:     2012-07-18 21:13:06 +0000 (Wed, 18 Jul 2012)
Log Message:
-----------
error in previous commit. it worked mostlu but failed in some cases.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/transform/transform.c

Modified: trunk/blender/source/blender/editors/transform/transform.c
===================================================================
--- trunk/blender/source/blender/editors/transform/transform.c  2012-07-18 
20:33:32 UTC (rev 49044)
+++ trunk/blender/source/blender/editors/transform/transform.c  2012-07-18 
21:13:06 UTC (rev 49045)
@@ -174,7 +174,7 @@
 
                if (t->options & CTX_MASK) {
                        /* clamp w/h, mask only */
-                       if (mulx < muly) {
+                       if (mulx / divx < muly / divy) {
                                divx = divy = divx;
                                mulx = muly = mulx;
                        }

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

Reply via email to