[gimp] app: set the default 3D Transform tool mode to rotation



commit 251d758771fa8940567208f5fe866513a814769d
Author: Ell <ell_se yahoo com>
Date:   Wed Feb 5 09:23:42 2020 +0200

    app: set the default 3D Transform tool mode to rotation
    
    Change the default mode of the 3D Transform tool from CAMERA to
    ROTATE.  Canvas interaction is limited in camera mode, while
    rotation is the main function of the tool.

 app/tools/gimptransform3doptions.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/tools/gimptransform3doptions.c b/app/tools/gimptransform3doptions.c
index a4baf1d53e..bede62b0dd 100644
--- a/app/tools/gimptransform3doptions.c
+++ b/app/tools/gimptransform3doptions.c
@@ -77,7 +77,7 @@ gimp_transform_3d_options_class_init (GimpTransform3DOptionsClass *klass)
                          _("Mode"),
                          _("Transform mode"),
                          GIMP_TYPE_TRANSFORM_3D_MODE,
-                         GIMP_TRANSFORM_3D_MODE_CAMERA,
+                         GIMP_TRANSFORM_3D_MODE_ROTATE,
                          GIMP_PARAM_STATIC_STRINGS);
 
   GIMP_CONFIG_PROP_BOOLEAN (object_class, PROP_UNIFIED,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]