Sort Items in Bin v1.0


 
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Michael Habenicht
Website: www.tinitron.de
Adds Option to bin menu -> Edit to sort all items in selected bin(s) alphabetically and also recursively.
Requirements:
10.0, 9.0 or later
09 Jul 2017
87

Download the file and put it into your StartupUI folder to add the options to your bin menu.

Please login in order to download these files.

Comments   

 
0 # li zhaohui 2017-08-07 14:29
NukeStudio 11 All scripts Not work :sad:
 
 
0 # Andreé Knutsson 2018-05-14 11:47
Nuke11 have updated from PySide into PySide2,
Frank made a nice post about it http://www.nukepedia.com/prepare-for-qt5


If you change the following line it will work :
------------
from PySide.QtGui import QAction
------------
Into this:
------------
try:
from PySide.QtGui import QAction
except:
from PySide2.QtWidge ts import QAction
-----------
oi65.tinypic.com/24ewcuq.jpg
 
 
0 # Andreé Knutsson 2018-05-14 12:38
Would it be possible to sort the binitems without collapsing the bins together?
oi67.tinypic.com/fvws5g.jpg
 

You have no rights to post comments

We have 2952 guests and 33 members online