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

Fix RemoteTransform2D causing skew to be lost #103377

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Rindbee
Copy link
Contributor

@Rindbee Rindbee commented Feb 28, 2025

Fix #103368.

@Rindbee Rindbee requested a review from a team as a code owner February 28, 2025 01:30
@Rindbee Rindbee force-pushed the fix-RemoteTransform2D-causing-skew-to-be-lost branch 3 times, most recently from 8dc6984 to b75e82f Compare February 28, 2025 09:00
@KoBeWi KoBeWi added this to the 4.5 milestone Feb 28, 2025
@KoBeWi
Copy link
Member

KoBeWi commented Mar 1, 2025

Is the intention that RemoteTransform2D does not modify skew at all? The skew is still reset if update_rotation is enabled.

I also wonder if we should add update_skew property 🤔

@Rindbee Rindbee force-pushed the fix-RemoteTransform2D-causing-skew-to-be-lost branch from b75e82f to c008480 Compare March 1, 2025 14:15
@Rindbee
Copy link
Contributor Author

Rindbee commented Mar 1, 2025

Setting the skew doesn't seem to be a common use case, and perhaps we should write dedicated code for this case instead of writing generic code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RemoteTransform2D works inconsistently with skew
2 participants