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.
This commit is contained in:
Ell
2020-02-05 09:23:42 +02:00
parent 3a8725a409
commit 251d758771

View File

@ -77,7 +77,7 @@ gimp_transform_3d_options_class_init (GimpTransform3DOptionsClass *klass)
_("Mode"), _("Mode"),
_("Transform mode"), _("Transform mode"),
GIMP_TYPE_TRANSFORM_3D_MODE, GIMP_TYPE_TRANSFORM_3D_MODE,
GIMP_TRANSFORM_3D_MODE_CAMERA, GIMP_TRANSFORM_3D_MODE_ROTATE,
GIMP_PARAM_STATIC_STRINGS); GIMP_PARAM_STATIC_STRINGS);
GIMP_CONFIG_PROP_BOOLEAN (object_class, PROP_UNIFIED, GIMP_CONFIG_PROP_BOOLEAN (object_class, PROP_UNIFIED,