oslovfx Posted April 23, 2015 Report Posted April 23, 2015 Hello guys. Anybody can help me ? How to sorting items for FTList. I get list of sequences and want to sorting by name. A found ready method but it not work ? I think its my mistake. ftrack.FTList().sort()
Mattias Seebergs Posted April 23, 2015 Report Posted April 23, 2015 Hello, Are you using it the following way? sequences = project.getSequences()sequences.sort('asc', 'name') sequences is now sorted by name. Mattias
Recommended Posts
Archived
This topic is now archived and is closed to further replies.