Bento
Bento copied to clipboard
:bento: Toolset for Houdini
Bento
Description
Bento is a toolset for Houdini.
Feature
Shelf tool

- Cache Dependency
- Creat Delayed Load Procedural
- Color Nodes
- Cam Switcher
Python Panel
- Cache Manager

Scripts
- Color Nodes(OnCreated)
Install
- Clone or Download this repository to your place you want to download.
- Place this repository to houdini-accessible place.
- Open houdini.env.
- Add
HOUDINI_PATHin the houdini.env file.
-
Ex:
HOUDINI_PATH = /anywhere/you/want/to/install/Bento:&(Linux) -
Ex:
HOUDINI_PATH = \anywhere\you\want\to\install\Bento;&(Windows) -
To add
&is important to keep original Houdini Path. -
Recommended to install with
git cloneandgit submodule init&git submodule updateorgit clone --recursiveto download this repository and depended submodules, to keep tracking updates and also downgrade installed this repository.