Sort scenes by name?
-
Hi All!
I'm working on a model where I need to extract a lot of scenes to Layout (~100). Now I'd like to sort the scene order by name, like layers are sorted. Is this possible, maybe using some plugin?
To clarify, I want to name my scenes starting with numbers, such as: "01- scene 1", "02 - scene 2"... and so on, and it would be helpful if they were auto-arranged by name which would make it easier to find them later.
Thanks,
/S. -
You can get an array of the scenes [aka pages]
You can get an array of their names.
You can sort the array of names into order.
You can iterate the list of names and rearrange the collection of scenes from those...
Probably replicating the ordered pages at the end of the set, and then erasing all the original pages...I think that Todd may have already made such a thing - search Smustard.com...
-
This sounds like a feature I might want to add to [Re]Scene Plugin. Here is the link so you can check it out to see if next update includes this feature. http://sketchucation.com/forums/viewtopic.php?f=323&t=52203
Cheers!
Advertisement