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_PATH
in 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 clone
andgit submodule init
&git submodule update
orgit clone --recursive
to download this repository and depended submodules, to keep tracking updates and also downgrade installed this repository.