This Houdini Tool is a Pane Interface that acts as a File Directory Browser that allows users to navigate selected directories to view and import USD related files.
- Clone this repository into the folder of your choosing - then continue with one of the following methods:
-
Place the .json file in the appropriate directory for Houdini Packages:
- Windows:
C:\Users\[username]\Documents\houdini[version]\packages - macOS:
/Users/[username]/Library/Preferences/houdini/[version]/packages - Linux:
~/houdini[version]/packages
- Windows:
-
Restart Houdini to load the new tool located in Houdini's "Pane Tab" section
-
Place the
usdbrowser.pypanelfile into the appropriate directory for Houdini Python Panels:- Windows:
C:\Users\[username]\Documents\houdini[version]\python_panels - macOS:
/Users/[username]/Library/Preferences/houdini/[version]/python_panels - Linux:
~/houdini[version]/python_panels
- Windows:
-
Add the USD Project Browser interface to the Toolbar Menu:
- In Houdini, navigate to the Python Panel Pane.
- Click on 'Edit Interface'.
- In the Pane Tab Menu, locate the
USD Project Browserinterface. - Drag and drop the
USD Project Browserinterface to the 'Toolbar Menu Entries' section. - Click 'Apply' and then 'Accept' to save the changes.
-
Load the new tool located in Houdini's "Pane Tab" section
or
-
Manually create the Pane Interface
- In Houdini, navigate to the Python Panel Pane.
- Click on 'Edit Interface'.
- In the
Interfacestab fill out the parameters and code found in init.py. - In the Pane Tab Menu, locate the
USD Project Browserinterface. - Drag and drop the
USD Project Browserinterface to the 'Toolbar Menu Entries' section. - Click 'Apply' and then 'Accept' to save the changes.
-
Load the new tool located in Houdini's "Pane Tab" section
- Browser Toolbar Navigation Buttons with history
- Search Bar
- USD Labels & values
- Directory Labels for the
$JOBpath and it's subdirectories - Import button creates a
USD ImportNode
