openExploreDir v1.1


 
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Lundy Hu
Quickly open the current project directory or the file knob directory of the selected node.
Requirements:
13.0, 12.0, 11.0, 10.5, 10.0 or later
Linux, Mac, Windows
27 Oct 2022
45

Original name: winExploreDir.

Original author: The code written by Thorsten and released by Varun Hadkar.

The name and code of the script all have been changed by me, new features added and available for Windows, Linux, Mac.

 


Feature

open the current project directory or the file knob directory of the selected node ( like Read Node, Write Node, ReadGeo Node, Camera Node, WriteGeo Node, DeepRead Node, etc ). - - - - - - - shortcut: Shift + B

open the .nuke directory - - - - - - - shortcut: Shift + 0 ( number 0 )

open the nuke installation directory - - - - - - -

 


Installation example

init.py

import nuke

nuke.pluginAddPath('./PythonScripts/openExploreDir')

 

menu.py

import nuke
import openExploreDir

s = nuke.menu('Nuke').addMenu('PythonScripts')
h = s.addMenu('OpenExploreDir')
h.addCommand('Open nk or file dir', 'openExploreDir.openFileDir()', '+b')
h.addCommand('Open .nuke dir', 'openExploreDir.openDotNuke()', '+0')
h.addCommand('Open nuke installation dir', 'openExploreDir.openExePath()')

 


Thanks Thorsten and Varun Hadkar.

Please login in order to download these files.

Comments   

 
0 # C J 2022-10-26 02:33
SHIFT+O opne roto?
 
 
0 # Lundy Hu 2022-10-27 09:51
Number 0
 
 
0 # Lundy Hu 2022-10-27 10:08
open .nuke folder
 

You have no rights to post comments

We have 2814 guests and 59 members online