Home Recipes Install About Log In

About Houdini Cookbook

This site is a collection of useful HoudiniFX setups. Any setup can be copied and pasted to Houdini using our shelf tool.

If you have any questions or comments, feel free to reach out at codercatclub@gmail.com.

Get new recipe updates over RSS feed.

Motivation and Goals

We created this Houdini Cookbook because:

How Does It Work

In Houdini 20.5, SideFX introduced a new Recipe system that allows users to save collections of nodes into human-readable structured text files (JSON). Within this, they added a new collection of Python utilities (hou.data) that allows for creating and loading recipes programmatically.

In particular, the Cookbook shelf tools use hou.data.selectedItemsAsData(...) for copying nodes and hou.createItemsFromData(...) for pasting.

For this web service, we use the Go programming language and store all submitted recipes in plain text JSON files.