-
Notifications
You must be signed in to change notification settings - Fork 263
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
Add center of rotation to the token layout panel #1447
Comments
Why are your doors snap to grid? :) Regardless, probably number 1. I always thought it would be nice to add modifier keys to change rotation as well. |
I don't know what's the big taboo regarding doors with snap-to-grid. Sure it doesn't work now, but if the "center of rotation" is implemented it would be perfect. My idea would be to have a dot on the layout panel representing the center of rotation. For example, both of the door pictures would be possible: |
Since this just came up.... Research needs to be done if this issue is worked on. For |
The fiddliest bit about setting door hinge points is the layout panel is teency weency and doesn't resize. Adding a tiny dot would not be any use without a larger UI. |
The UI could be updated. Perhaps a new tab is needed. |
We need this. |
Is your feature request related to a problem? Please describe.
A number of tokens should have their center of rotation set away from their center. For example, doors should rotate at their hinges and cranes at their base.
Currently, it is not possible to change the center of rotation of a token. Instead, users have to follow one of two workarounds:
use the layout x and y offsets to align the token so its center of rotation is at the center of the layout. However, the token then becomes weirdly aligned on the grid, so the token needs to be aligned manually by turning off snap to grid.
manually add transparent pixels to the image of every rotating tokens, so that their center of rotation is at the right place.
Neither of these solutions is straightforward or desirable.
Describe the solution you'd like
An extra control on the layout panel to set up the token's center of rotation.
The text was updated successfully, but these errors were encountered: