How-to
Houdini Vellum — Cloth, Soft Body, and Hair (beginner guide)
Simulate flexible materials with the modern Vellum framework — one solver, many constraint types. — step-by-step on Mac.
Simulate flexible materials with the modern Vellum framework — one solver, many constraint types. Here’s how to do it in Houdini on macOS, step by step — part of the free Houdini beginner curriculum.
Lesson 6 of the Houdini curriculum. Next up: Solaris and the LOP Workflow.
What you’ll do
- Understand that Vellum replaces the legacy Cloth, Wire, and Hair solvers — one unified XPBD-based solver with different constraint types
- Build a cloth: a Grid SOP into Vellum Configure Cloth → Vellum Constraints (Cloth) → Vellum Solver
- Build a soft body: geometry → Vellum Configure Softbody → Vellum Constraints (Softbody) → Vellum Solver
- Build hair/curves: curves → Vellum Configure Hair → Vellum Constraints (Hair) → Vellum Solver
- Add a collider by wiring a Static Object’s geometry into the Vellum Solver’s collision input
- Tune Substeps on the Vellum Solver — 4-8 for typical motion, 10+ for fast or thin cloth, 5+ minimum when using grains
- Tune Constraint Iterations — higher = stiffer constraints and less stretchy cloth
- Pin points by adding a Pin to Target constraint or by setting
i@stopped = 1on the points that should not move - Keep simulation geometry near the world origin — far-from-origin sims become unstable and crinkle
- Cache the sim with File Cache SOP and play back instantly
Do it hands-free with Skilly
Reading steps is one thing; doing them while the menus are in front of you is another. Skilly is a voice-first tutor for macOS: you ask out loud — “where’s the vellum panel?” — and it answers while moving your cursor to the exact button, watching your actual Houdini window. It’s the same Houdini curriculum these lessons come from, taught live instead of read. Free to start.
Keep going
This is one stage of the full Houdini beginner curriculum. Continue with Solaris and the LOP Workflow.
FAQ
Frequently asked questions
What's the fastest way to learn vellum — cloth, soft body, and hair in Houdini?
Do I need the paid version of Houdini?
Keep learning
Related guides
Houdini RBD Destruction with Bullet (beginner guide)
Fracture geometry and run rigid-body simulations using packed primitives and the Bullet solver. — step-by-step on Mac.
How-toHoudini Solaris and the LOP Workflow (beginner guide)
Move from /obj-context legacy lighting to the modern /stage Solaris USD-based pipeline. — step-by-step on Mac.
How-toHoudini FLIP Fluids (beginner guide)
Simulate water, splashes, and viscous fluids with the FLIP Solver 2.0. — step-by-step on Mac.
How-toHoudini Karma Rendering: Solaris to Frames
Render with Karma in Houdini: set up Solaris, choose CPU or XPU, configure samples and denoising, and export an image sequence with USD Render ROP.