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

[FEATURE REQUEST] Need a more advanced way of scaling the bounding box handles #979

Open
jackiecurley opened this issue Feb 1, 2025 · 0 comments · May be fixed by #976
Open

[FEATURE REQUEST] Need a more advanced way of scaling the bounding box handles #979

jackiecurley opened this issue Feb 1, 2025 · 0 comments · May be fixed by #976
Assignees
Labels
Needs: Triage Needs to be triaged. Type: Feature Request A request for a new feature that can be included with the next minor version release.

Comments

@jackiecurley
Copy link
Contributor

jackiecurley commented Feb 1, 2025

Describe the problem

Currently the bounding box handles scale based on the initial parent scale. We have scenarios where items can be scaled and then saved with the new scale or your bounding box can be transferred from one object to another. Since the scale of the handles is initialized on awake this can lead to different handle scales at different times, XL or XS handles when swapping, and an overall not deterministic experience. Additionally, we would like min and max lossy scale values that the handles will stay at when they reach those points.

Describe the solution you'd like

We've developed a solution where you can set the type of scaling you want and created a new type that is deterministic how we would like no matter what the initial parent scale is. Instead of just having to go with the scaling that has been written the user can select which type of scaling they would like or add their own type. We also added the Advanced type that we will be using to address these issues.

Describe alternatives you've considered

We created a script to overwrite the scale every frame but this is not performant

Additional context

Image

@jackiecurley jackiecurley added Needs: Triage Needs to be triaged. Type: Feature Request A request for a new feature that can be included with the next minor version release. labels Feb 1, 2025
@jackiecurley jackiecurley changed the title [FEATURE REQUEST] Need a more deterministic way of scaling the bounding box handles [FEATURE REQUEST] Need a more advanced way of scaling the bounding box handles Feb 1, 2025
@jackiecurley jackiecurley self-assigned this Feb 1, 2025
@nayanatharap nayanatharap linked a pull request Feb 1, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs: Triage Needs to be triaged. Type: Feature Request A request for a new feature that can be included with the next minor version release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant