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:
@ -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,
|
||||
|
Reference in New Issue
Block a user