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] Item Order Change in Scene from Dock [not the dock list] #26

Open
REALtony4twenty opened this issue Jul 1, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@REALtony4twenty
Copy link

Request
A way to change the item order of the item in its original scene using the dock.

Describe the solution you'd like
Right Click Menu Option(s)

Additional context
If dock is dynamic, add the normal order change arrow icons.
Order changes in the original source dock update the order in the dynamic dock

@REALtony4twenty REALtony4twenty added the enhancement New feature or request label Jul 1, 2024
@REALtony4twenty REALtony4twenty changed the title Item Order Change in Scene from Dock [not the dock list] [Feature] Item Order Change in Scene from Dock [not the dock list] Jul 1, 2024
@FiniteSingularity
Copy link
Owner

This might be doable with a popup. Even in the Dynamic list, we have an issue in that we dont show what scenes a given source is in, and so there isn't a good way to sanely re-order the sources.

An option- a "Reorder in scene" button in the contextual menu (or even in the parent scenes menu) that opens a dialog with all sources in that scene in a list, and you can drag/drop the scene order from there. Not sure if this has much advantage over just using the original Sources dock, but I can play around a bit with it and see if I can get something that would work well.

@NaGeL182
Copy link

I have a question does this involve the dynamic Dock source ordering? cuz it would be nice to have it ordered by name not by ID(I am guesthing the current ordering is by ID)

@FiniteSingularity
Copy link
Owner

The current order of the sources in a dynamic dock is strange, and something I need to work on. I believe the way it currently works: it traverses the tree in order of the source position in the scene (and in the parent scenes). So a scene that has sources like:

First Source
Second Source
Parent Scene
Third Source

in dynamic dock would look like:

First Source
Second Source
Parent Scene
Parent Scene First Source
...
Parent Scene Last Source
Third Source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants