Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

takavfx/Bento

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bento

Houdini Tools MIT License

Description

Bento is a toolset for Houdini.

Feature

Shelf tool

alt tag

Python Panel

alt tag

Scripts

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.