Nicer order when duplicating objects#91
Closed
boxrocket6803 wants to merge 1 commit intoFacepunch:masterfrom
Closed
Nicer order when duplicating objects#91boxrocket6803 wants to merge 1 commit intoFacepunch:masterfrom
boxrocket6803 wants to merge 1 commit intoFacepunch:masterfrom
Conversation
Contributor
|
What happens when you have "gaps" in your selection and duplicate? |
Contributor
Author
72a34eb to
130b7fc
Compare
Contributor
|
This PR has been merged upstream. |
Contributor
|
this is awesome thank you |
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.

fixes #973
When duplicating objects, rather than arrange each new copy individually under its source create 'groups' from unbroken chains of objects and place new objects in order under their respective group. This helps keep the order of objects consistent when duplicating and also helps keep the rough correlation between time the object was created and position in the list intact where the existing system tends to create fairly chaotic ordering.
Applies to shift+drag in viewport, the ctrl+d shortcut, and the duplicate option in right click menus
before, after
