-
Notifications
You must be signed in to change notification settings - Fork 7
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
Nicer routes #36
Merged
Merged
Nicer routes #36
Conversation
This file contains 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
Froggy618157725
force-pushed
the
nicer_routes
branch
from
September 3, 2024 10:46
959980b
to
8678503
Compare
Labels can now have an offset associated with them. This offset is done in camera coordinates. Utility Objects have been updated Accordingly. Include nondefault labels as named entities.
Allow for deletion of mutable enitity heirarchies, and support globals with heirarchies.
This scatters Routes into the winds of the world. Instead of being self contained, they're now built piecemeal out of other objects so they can take advantage of common infrastructure, like the handy movement gizmos, and label selection.
You can hit up for parent, down for child, and left/right to go through siblings
There's a few areas this is done, and it's pretty error prone, so generating them in the same place makes sense. We could do the same for all Utility Shapes, but I'm starting with this in case we find a better way to set this up.
Froggy618157725
force-pushed
the
nicer_routes
branch
from
September 4, 2024 06:25
8678503
to
df415d5
Compare
cohaereo
requested changes
Sep 6, 2024
cohaereo
reviewed
Nov 8, 2024
Open
Froggy618157725
force-pushed
the
nicer_routes
branch
from
November 9, 2024 05:10
c2db12b
to
dc01452
Compare
cohaereo
approved these changes
Nov 10, 2024
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.
Routes now use heirarchies, letting them use all the other nice things with those.
Added a lot more heirarchy support to other things
More hotkeys :D