Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rotation tool: Use steps for increasing/decreasing the size of the rotation wheel #2596

Closed
KonstantinEpam23 opened this issue May 11, 2023 · 0 comments · Fixed by #2611
Closed

Comments

@KonstantinEpam23
Copy link
Collaborator

KonstantinEpam23 commented May 11, 2023

Background
At the moment the rotation circle radius changes freely based on the distance between the center of the circle and the cursor. It may be inconvinient while rotating, since it appears to be jumping around.

Proposed solution
Introduce some pre-defined "snapping" positions to the rotation circle radius, it could work the same way the angle snapping works right now: when the distance from the cursor to the crcle center is near a certain position - circle radius will "jump" to the predefined constant value for this position.
Also, when the cursor is below or above a certain value - we may want to stop snapping and allow it to change freely.

Screenshot 2023-05-12 at 06 32 24
@KonstantinEpam23 KonstantinEpam23 self-assigned this May 12, 2023
yuleicul added a commit that referenced this issue May 17, 2023
@Nitvex Nitvex changed the title Rotation tool: Use steps for increasng/decresing the size of the rotation wheel Rotation tool: Use steps for increasing/decreasing the size of the rotation wheel May 17, 2023
@Nitvex Nitvex assigned yuleicul and unassigned KonstantinEpam23 May 17, 2023
yuleicul added a commit that referenced this issue May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants