Bento icon indicating copy to clipboard operation
Bento copied to clipboard

:bento: Toolset for Houdini

Bento

Houdini Tools MIT License

Description

Bento is a toolset for Houdini.

Feature

Shelf tool

alt tag

  • Cache Dependency
  • Creat Delayed Load Procedural
  • Color Nodes
  • Cam Switcher

Python Panel

  • Cache Manager

alt tag

Scripts

  • Color Nodes(OnCreated)

Install

  1. Clone or Download this repository to your place you want to download.
  2. Place this repository to houdini-accessible place.
  3. Open houdini.env.
  4. 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 and git submodule init & git submodule update or git clone --recursive to download this repository and depended submodules, to keep tracking updates and also downgrade installed this repository.