revealinexplorer v1.0


 
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: saurabh sameer
this scripts lets reveal your selected read node in to windows explorer.
Requirements:
4.8, 5.0, 5.1, 5.2, 6.0, 6.1 or later
Windows
27 Jul 2010
146
1
2
3
4
5
6
7
8
9
10
def Revealexplr():
    import os
    a=nuke.selectedNode()
    b=a['file'].value()
    u=os.path.split(b)[0]
    u = os.path.normpath(u)
    print u
    cmd = 'explorer "%s"' % (u)
    print cmd
    os.system(cmd)

 

Menu button for nuke ui

1
2
mymenu=nuke.toolbar('Nodes',)
mymenu.addCommand('RevealInExplorer','Revealexplr()')
Please login in order to download these files.

Comments   

 
0 # roshan maharjan 2016-09-26 11:32
which key should i press to use it.when i use it. knob file does not exist dialouge box apear
 
 
0 # Lucas Rodrigues 2019-09-09 20:41
Any instructions on how to install this? Thx
 

You have no rights to post comments

We have 3425 guests and 120 members online