Skip to content

matthieubruneau/nodeSetupBrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodeSetupBrowser

Python Panel in houdini to copy/paste houdini nodes and setup between users

Demo

Here is a short demo showing the tool and how it's working: https://vimeo.com/777696262

Installation

  1. Clone the repository and put it into a folder called "python3.9libs" located in your preference directory. If you don't have one, you can create one.
  2. Set the LOCATION_PATH variable in the utils.py to where you want the files to be stored. It can be a network location or a local one
  3. Then, inside of Houdini, go to windows -> python panel editor, create a new panel and type this code in the script window:
from NodesBrowser import nodesbrowser, utils, treemodel, filtering
from PySide2 import QtWidgets

def createInterface():
    return nodesbrowser.NodesBrowser()
  1. You should now get a new pythonPanel which will show you the interface as shown in the video.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages