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.

(cherry picked from commit 251d758771)
This commit is contained in:
Ell
2020-02-05 09:23:42 +02:00
parent 8722629aac
commit 4ef668676e

View File

@ -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,