delete_Thumbs

python script to delete Thumbs.db file while importing file sequences into nuke. Very helpful in deleting the thumbs.db files all together.

Updated: 19 November 2013

Author: siamshukoor

Compatible Nuke versions: 6.0 or later

Compatibility:

add these in the menu.py file

import delete_Thumbs

menubar=nuke.menu('Nuke')
mymenu = menubar.addMenu('Tools')
mymenu.addCommand('delete_Thumbs.db','delete_Thumbs.deleteThumbs()')

Sign in or register to download or rate.