ClipTools v1.2


 
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Howard Jones
Tools for deleting, renaming, repadding clips from within Nuke.
Requirements:
5.1, 5.2, 6.0, 6.1, 6.2, 6.3 or later
Linux, Mac, Windows
19 Apr 2012
266

Tools for deleting, renaming, repadding clips from within Nuke. Not perfect but does most stuff.

Unfortunately still gets bitten by the windows file lock bug - oh well.

'tmps remove' written by Diogo

 

Put this in your menu.py if you want

#Clips
m = toolbar.addMenu('ClipTools', icon='clipTools.png')
m.addCommand( 'renameClips', 'nuke.load("filesRename"), renamer()', icon='rename.png' )
m.addCommand( 'renumberClips', 'nuke.load("filesRename"), renumber()', icon='repad.png' )
m.addCommand( 'deleteClips', 'nuke.load("fileDelete"), deleter()', icon='delete.png' )
m.addCommand( 'removeExtension', 'nuke.load("filesRename"), removeExtension()', icon='removeExtension.png' )
m.addCommand( 'removeTemps', 'nuke.load("filesRename"), removeTemps()', icon='removeTemps.png' )

Please login in order to download these files.

Comments   

 
0 # Nic v 2012-04-15 19:46
only comes with "fileName" and "fileRename", where is the "fileDelete" script?
 
 
0 # Howard Jones 2012-04-16 04:02
Thanks, I'll look into it.
 
 
0 # Howard Jones 2012-04-19 10:58
Reloaded with file included
 

You have no rights to post comments

We have 3521 guests and 66 members online