Jump to content

Request: Constrain angle on move operations


Recommended Posts

Rotation operations (like rotate selection, selected pixels, shapes) allow you to constrain the angle to a multiple of 15 degrees if the SHIFT key is pressed.

 

IMHO it would make sense to extend this feature to move operations.

This would make it much easier to move something exactly horizontal, vertical, or one of the other constrained angles.

  • Upvote 1

midoras signature.gif

Link to comment
Share on other sites

Hmm ... not a bad idea. I've filed a bug. (no promises as to when it'll be implemented, as usual :) )

 

In the meantime you can use the arrow keys. Holding Control will move by 10 pixels.

The Paint.NET Blog: https://blog.getpaint.net/

Donations are always appreciated! https://www.getpaint.net/donate.html

forumSig_bmwE60.jpg

Link to comment
Share on other sites

It's a little bit more complex to implement it in a usable way than I thought.

The distance to the drag start must be taken in to acount to decide which angles should be possible.

Means if the distance is small then only horizontal and vertical should be allowed, then in the next step the 45 degree step, and later the 15 degree steps. If you are not doing this then the object jumps around to much for short distances (highdpi must be respected).

 

A simular extension may be usefull for the size operations. In this case the constrain condition could be to get different ratios like 1:1, 1:2, 2:1, ...

So instead just to constrain to a circle you may constrain to ellipses with different ratios (where the 1:1 case is the circle).

midoras signature.gif

Link to comment
Share on other sites

Outer ring on of the Roll Control (Rotate/Zoom) is buggy when Shift is held down.

Link to comment
Share on other sites

I often have the need to move objects/selections horizontally or vertically. For smaller distances I use thw arrow keys and the Control key. For larger distances, I always use MadJik's Panelling plugin.

 

The use of the Move Pixels tool with the Control key will be of great help.

Xkds4Lh.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...