Asymmetry between argument operation in command listener and by gesture #158
Labels
No labels
bug
ci
design
duplicate
engine
enhancement
maintenance
prospective
question
regression
stub
todo
ui
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
StudioInfinity/dyna3#158
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
With the merge of #155, entering
Sphere point00in the command listener is an error and leads to no sphere being created. For Actions invoked by gestures, typically (at the moment), the selection supplies the arguments. However, if one selects a point and then hits the "Add sphere" button, it adds a sphere just fine, ignoring the selection-qua-argument. This pair of behaviors seems asymmetric, and at least should be considered and a rational design adopted or the conventions clearly documented.