Skip to content

isLundy/pluginsPath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

pluginsPath

Search gizmo path using keywords or from selected node.

Requirements: Nuke 12 or later


Installation example

Method 1:

init.py

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

menu.py

import nuke
import pluginsPath

s = nuke.menu("Nuke").addMenu("PythonScripts")
s.addCommand('Plugins Path''pluginsPath.PluginsPath().showModal()')

Method 2: ( Highly recommended ❗ ❗ ❗ )

You can also put the code for pluginsPath.py in W_hotbox, it's so convenient.

About

A python script for Nuke.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages