A stylized logo featuring a hamburger nestled within a blue wave shape, set against a blurred dark background with soft blue and white highlights, creating an inviting and playful atmosphere that evokes a sense of fun and creativity.

Theory Accelerated shifts Paradigm 1.0 for Houdini

Paradigm 1.0 lands for Houdini: faster GPU liquids, better emission, a Tank node for open water, and a very honest list of what is still missing.

For those who don’t know the tool: Paradigm is a GPU liquid solver that runs inside Houdini, alongside Axiom, using node based workflows for VFX liquid setups.

What 1.0 actually changes

Paradigm 1.0 targets GPU accelerated liquid simulation in Houdini, and the developer describes it as a “hybrid that can be called a FLIP solver while borrowing ideas from SPH”, whatever that means. It is supposed to be faster and more accessible than Houdini native liquid tools.

Version 1.0 ships as a sequence of point releases that stack up into something production artists can actually evaluate. The current notes focus on simulation stability, faster solvers, better sourcing, more outputs, and a Tank workflow aimed at open water setups. If you live in Houdini, this is the kind of list that determines whether you can keep a shot moving or spend the week explaining why it will be ready next week.

A vibrant blue fluid simulation displays a swirling column of liquid rising upward against a stark black background. The fluid's texture is rich and dynamic, with smaller particles cascading around the base, creating an ethereal, mesmerizing visual effect.
A computer screen displaying a software interface. On the left, detailed attributes include color settings and particle information. On the right, a circular icon labeled 'paradigm_solver' is highlighted, showing a status bar with data about processing and memory.

Sourcing gets less crunchy

The 1.0.153 to 1.0.175 updates bring a major round of sourcing work. Particle emission from source shapes improves, with spacing and layout described as more random and even, and with less repetition. A separate Particle Source node arrives to control emtoion timings in a way described as similar to source shapes. Sourcing can now push more than just positions. The solver can output particle attributes like color, temperature, viscosity, and rest as optional outputs, and it also adds age and life attributes plus lifespan controls to remove particles that age past their life value. It can also output churn, described as the magnitude of the curl of the velocity field, as an optional field.

A black background is densely dotted with small, evenly spaced turquoise circles. The pattern creates an engaging and modern visual effect, evoking a sense of depth and rhythm as the light blue dots pop against the dark backdrop.

The system also supports defining extra arbitrary particle attributes by defining them in the output tab of the solver node. Source VDBs can affect particle attributes, for example by sourcing a temperature volume source to make particles hotter. Temperature and color attributes can diffuse and dissipate. A relax force is described as now working properly and as fully deterministic. All of that translates into a much clearer story for lookdev and downstream controls. You get more handles, more outputs, and fewer excuses to bake everything into a single sim and pray.

The performance pass: SDF, advection, sorting

The 1.0.176 to 1.0.219 updates lean hard into speed and numerical behavior. A much faster SDF creation algorithm lands, plus changes to advection that make it faster by considering the SDF collision value when stepping forward. Adhesion becomes more accurate by using the collision SDF gradient for directions.

A screen displaying a 3D rendering in black and red hues, showcasing a geometric shape with a smooth gradient. The software interface features sections for geometry manipulation, layout, and shader details on the right, enhancing the visual depth of the design.

Particle handling also gets a leaf-based sorting method described as greatly improving the performance of grid sampling. The solver can better predict future resource needs when reinitialising, called Acceleration in the Advanced to Solver tab. There are also new filters for the output surface SDF, specifically erode and dilate filters, plus additional filtering options for the output surface SDF as a concept in the earlier 1.0.153 to 1.0.175 set. The end result is still an SDF output, not a finished mesh.

If you want a mesh, you still need to convert the surface SDF to a mesh using the VDB Convert node in Houdini. That’s cool for shot work, because it keeps the meshing and any post-smoothing in familiar Houdini territory, with all the usual caveats about voxel size, narrow features, and meshing time. You know the drill.

Two abstract, colorful structures appear against a black background. The left structure, primarily in shades of blue, orange, and purple, has a chunky, block-like shape. The right structure shows wavy, intricate patterns in vibrant purples and yellows, creating a mystical appearance.

PCG everywhere: viscosity and pressure style steps

Viscosity gets a major upgrade in 1.0.176 to 1.0.219. It is described as much faster, with a new PCG-based solver. On the control side, multiple control ramps arrive for viscosity and gravity, and gravity and drag can be driven with control ramps in the earlier update set. Viscosity can be driven with a viscosity or temperature particle attribute, and there is collision conductivity for temperature diffusion plus the ability to source collision temperature for melting or freezing effects when particles touch a collider when using viscosity.

A computer interface displaying various parameters for particle simulation. Numerical sliders for viscosity and pressure are highlighted. The background is a grid pattern, emphasizing a 3D workspace. Side panels show detailed settings and attributes for particle behavior.

In practical terms, these controls push Paradigm closer to how artists like to art-direct liquids. You can tie behaviour to attributes, and you can do it without building a separate rig of custom forces for every shot. Also, a speed limit force bug gets fixed, where values could clamp incorrectly and produce a lower speed limit than expected. That is not glamorous.

Tank workflows and open water domains

Paradigm 1.0 adds a Paradigm Tank node for creating open water. These domains can be animated to have a moving container. Later updates describe the tank node as more stable and efficient at different scales.

A digital representation of a vibrant blue square featuring dynamic, swirling patterns at its center. The design resembles fluid waves crashing against edges, with delicate white splashes accentuating the motion. The background is a deep black, enhancing the brightness of the blue tones.

For artists, that sounds like fewer edge cases and less time spent re-scaling a scene just to make the container behave. It also points to a workflow that is intentionally separate from classic boxed FLIP tanks, which feel like they belong to a different decade of fluid tools. And yes, I am thinking in decades; I am old.

A translucent blue square floats above a dark, grid-patterned surface. The square exhibits a wave-like texture on its surface, reflecting light and casting subtle shadows. The grid beneath adds a sense of depth, while the overall composition evokes a serene, oceanic atmosphere.

Outputs, fields, and other useful knobs

The 1.0 notes mention more efficient sinks. Output field precision issues that could cause garbled outputs get fixed. Source shape noise can optionally cull source particles instead of just source values. Some blend modes get fixes when sourcing with source shapes.

None of this removes the need for real pipeline testing. New tools and innovations should always be tested before use in production, especially when the toolset is still evolving across frequent builds and wet behind the ears. (Obvious joke. Watersim. Wet. I need more coffee.)

A three-dimensional design featuring a glowing orange sphere partially melted onto a flat, gridded surface beneath it. The background is dark, enhancing the vividness of the orange hue, creating a striking contrast that draws the viewer's eye to the interplay of shape and color.

What it does and does not include

Paradigm does not include narrow-band support yet. It does not currently have reseeding, though it is something likely to be added. A white water solver is in development, and the suggested current approach is to use Paradigm with Houdini’s white water solver.

A computer screen displays a user interface for a particle source software. The dark-themed design features a panel labeled "Paradigm Source Particles," with sections for timing settings and a frame range of 24. A black grid simulates a 3D environment, providing context for particle manipulation.

Ocean spectrum workflows are described as not officially supported. The FAQ describes a possible approach using custom sources if the spectrum is converted to velocity fields and mask, with a desire to add full support for ocean spectrum in the future. That future support is not confirmed.

Compatibility and system requirements

Production builds of Houdini 20.0 and higher are supported. Daily builds are not supported. Windows, Linux, and macOS are supported. Nvidia and Apple GPUs are recommended, and any device that supports OpenCL 3.0 should work. Due to issues with drivers, some GPU may not be supported.

Pricing, licensing, and the parts people actually ask about

Paradigm Indie is $99 as a node locked license and can only be used with Houdini Indie. Paradigm Commercial is $199 as a node locked license and can be used with Houdini Core and FX.

Each node locked license includes one year of maintenance that renews annually, plus a perpetual license for all builds released during the maintenance period. A node locked license can be used on two devices at a time, with a maximum of two licenses per studio. Floating licenses exist for Paradigm Commercial via contacting sales.

The FAQ also states that Paradigm is free to use with Houdini Educational and Apprentice licenses, matching the vendor’s approach for Axiom. During the open beta for version 1.1, it is also free to use with no license or login required, with builds lasting 30 days from the date of publishing. The 1.1 open beta is scheduled to start in early May 2026. There is no release date, and the estimate given is 2 to 3 months, described as just an estimate.

If you are planning to integrate this fluid into a pipeline, test the licensing workflow, expiry behaviour, and Houdini version constraints in your actual studio environment. Then test again on the machine nobody loves, because that is the one that will end up simming the hero splash.

Where this sits in a broader Houdini sim stack

Paradigm is a separate solver from Axiom, and the FAQ states there is no two-way coupling between the two. That does not stop you from using them in the same Houdini project, but it does mean you should not expect an automatic handshake between liquid motion and volumetric effects. You can still do the usual tricks using exported fields and caches, but the coupling is a pipeline job, not a one-click feature.

This is also where expectations need to stay grounded. Paradigm outputs a surface SDF with filtering options, and Houdini converts that to a mesh. White water comes from Houdini’s own white water solver for now. Narrow band and re-seeding are not there yet. If your shots require those features, treat 1.0 as a serious tool that still leaves some work for you.

If you adopt it, run a focused test pass: emission behaviour, collisions with temperature effects, viscosity art direction, SDF meshing quality, and driver stability under OpenCL.

https://www.theoryaccelerated.com/paradigm

https://theoryaccelerated.notion.site/paradigm-1-0-whats-new

https://theoryaccelerated.notion.site/paradigm-1-faq

https://www.theoryaccelerated.com/axiom