Skip to content

robertkist/houdini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Various Houdini HDAs and VEX snippets

About

My personal (and still growing) collection of reusable Houdini components. Currently, it's just Vex, but I image I'll also add some HDAs in the future...

Installation

  1. Clone this repo
  2. Include into your Vex path:

Mac / Linux: Edit your houdini.env file and add:

HOUDINI_VEX_PATH = /<path>/houdini_hda/^;&

Windows: Edit your houdini.env file and add:

HOUDINI_VEX_PATH = D:/<path>/houdini_hda/vex/^;&

Where houdini_hda is this repository and path the location where it resides.

  1. Include in your own Vex code:

#include "mylib.h"

About

Houdini reusable parts: Vex, HDAs, etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages