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

Introduce ScaleMaintainType #976

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

nayanatharap
Copy link

@nayanatharap nayanatharap commented Jan 29, 2025

Fixes #979 - Introduce different options for scaling bounds handles. The options include:

  • GlobalSize - Maintains global size (previously stored as a separate bool property):
    GlobalSize

  • FixedScale - Sets scale based on initial parent scale:
    FixedScale

  • Advanced - Adjusts scale to retain same size
    Advanced

Introduce different options for scaling bounds handles. The options include:
- Maintaining global size (previously stored as a separate bool property)
- Setting scale based on initial parent scale
- Adjusting scale to retain same size
@nayanatharap nayanatharap requested a review from a team as a code owner January 29, 2025 22:18
@nayanatharap nayanatharap marked this pull request as draft January 29, 2025 23:47
@nayanatharap nayanatharap force-pushed the user/npalanivel/BoundsHandleScaleMaintainTypes branch from bd3abcf to eb48694 Compare January 31, 2025 21:57
@keveleigh keveleigh self-requested a review January 31, 2025 23:39
@nayanatharap nayanatharap marked this pull request as ready for review February 1, 2025 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE REQUEST] Need a more advanced way of scaling the bounding box handles
1 participant