pasbi/ommpfritt

Redesign Object and Point Handles

Ouverte

#164 ouverte le 16 janv. 2021

 (1 commentaire) (0 réaction) (0 personne assignée)C++ (7 forks)auto 404
UXenhancementhelp wanted

Métriques du dépôt

Stars
 (46 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Currently, there are 8 handles (bounding box, particle, vertical/horizontal move, vertical/horizontal scale, rotate, and isotropic scale).

  • All these handles clutter the view. It's difficult to see the objects one is working with.
  • The default circle and the rotation handle align perfectly if the view is at a 1:1 scale. That adds clutter and confusion.
  • The handles pointing left/up from the center control scaling. Intuitively, one would probably expect translation.
  • Is scaling with handles required at all? It can still be controlled via the property manager or the bounding box handle.

Not sure how to improve this. Appreciate suggestions.

Guide contributeur