Bento is a toolset for Houdini.
- 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.