VEX Manager is a tool for Houdini that saves, manages, and imports VEX code presets across projects.
- Download the project:
- Click the
<> Code
button on GitHub - Select the
Download ZIP
option to download the compressed file
- Click the
- Extract the ZIP file:
- Extract the downloaded ZIP file
- Move the files to Houdini's
packages
folder:- Copy the
vex-manager-master
folder into Houdini'spackages
directory - Inside the
vex-manager-master
folder, copy thevex-manager.json
file and place it directly into Houdini'spackages
directory- On Windows
C:\Users\<YourUsername>\Documents\Houdini<version>\packages
- On macOs
~/Documents/Houdini<version>/packages
- On Windows
- Copy the
- Rename the folder:
- Rename the
vex-manager-master
folder tovex-manager
- Rename the
- In the Houdini interface, go to the Shelf area
- Right-click on an empty space in the Shelf and select New Tool...
- In the Edit tool window, in the Script section, copy the following Python code
from vex_manager import VEXManagerUI vex_manager_ui = VEXManagerUI() vex_manager_ui.display()
- Click Accept to save the new button on the Shelf