Inspector pivot coordinates and mobile-friendly skew - #211
Open
StickmanRed wants to merge 4 commits into
Open
StickmanRed wants to merge 4 commits into
StickmanRed wants to merge 4 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds:
"Pivot X" and "Pivot Y" values to the inspector, both desktop and mobile. These are expressed in relative coordinates to the selection or single clip (before translation, scale, shear, and rotation are applied).
Pivot snapping to the selection's corners, edge midpoints, and center. It can be disabled by holding
Altwhile dragging the pivot. The pivot snap distance is currently set to the pivot handle's radius.The ability to skew by dragging horizontally. This gets overridden when any modifier keys (
Ctrl,Shift,Alt) are pressed. Currently set to skew within a vertical distance of 10z_0001.mp4
Todo
Testing
Try entering different values for selection pivot X/Y in the inspector. Then move, scale, shear, and rotate the selection using the canvas tool: the values for pivot X/Y should not change.
Drag the pivot point close to the center, one of the corners, or one of the midpoints: at a close enough distance, the pivot should snap to these corners. This can be verified by viewing the pivot's exact coordinates in the inspector.
Checklist