Developer(s) | Side Effects Software |
---|---|
Stable release |
15.5 / May 19, 2016
|
Development status | Active |
Operating system | Windows, macOS, Linux |
Type | 3D computer graphics |
License | Trialware |
Website | www |
Houdini is a 3D animation application software developed by Side Effects Software based in Toronto. Side Effects adapted Houdini from the PRISMS suite of procedural generation software tools. Its exclusive attention to procedural generation distinguishes it from other 3D computer graphics software.
Houdini has been used in various feature animation productions, including Disney's feature films Frozen and Zootopia; the Blue Sky Studios film Rio, and DNA Productions' Ant Bully.
Side Effects also publishes a partially limited version called Houdini Apprentice, which is free of charge for non-commercial use.
Houdini covers all the major areas of 3D production, including these:
Houdini is an open environment and supports a variety of scripting APIs. Python is increasingly the scripting language of choice for the package, and is intended to substitute its original CShell-like scripting language, Hscript. However, any major scripting languages which support socket communication can interface with Houdini.
Houdini's procedural nature is found in its operators. Digital assets are generally constructed by connecting sequences of operators (or OPs). This proceduralism has several advantages: it allows users to construct highly detailed geometric or organic objects in comparatively very few steps compared to other packages; it enables and encourages non-linear development; and new operators can be created in terms of existing operators, a flexible alternative to non-procedural scripting often relied on in other packages for customisation. Houdini uses this procedural paradigm throughout: for textures, shaders, particles, "channel data" (data used to drive animation), rendering and compositing.