You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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.
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)
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
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
The text was updated successfully, but these errors were encountered: