pasbi/ommpfritt

Redesign Object and Point Handles

开放

#164 创建于 2021年1月16日

 (1 条评论) (0 个反应) (0 位负责人)C++ (7 个派生)auto 404
UXenhancementhelp wanted

仓库指标

星标
 (46 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南