SideFX Houdini customization package
git clone https://git.lucas.co/hou-control.git
developer_volume_miasma: wire the input to the VDB conversion
The VDB from Polygons inside was fed by a bypassed, unconnected Iso
Offset, so the node errored on any input. The input now goes straight
to the conversion and the leftover is gone; a sphere comes out as one
VDB named surface. Same version: no interface.
Co-Authored-By: Claude Fable 5.1 <[email protected]>
developer.md | 2 +-
otls/sop_lsgalante.developer_volume_miasma.1.0.hdalc | Bin 4316 -> 4064 bytes
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/developer.md b/developer.md
index 4610152..3e769f3 100644
--- a/developer.md
+++ b/developer.md
@@ -123,7 +123,7 @@ Names are the tab-menu labels without the "Developer" prefix; the file in `otls/
### Developer/Volume
- Core
-- Volume Miasma
+- Volume Miasma: converts the input surface to a VDB; a first step for value leaving the surface.
### Not built
Ideas from the first draft with no node behind them: Energize, Edge Analysis, Analyze Change, Region (only Region Center exists).
diff --git a/otls/sop_lsgalante.developer_volume_miasma.1.0.hdalc b/otls/sop_lsgalante.developer_volume_miasma.1.0.hdalc
index c46efd2..48a85c2 100644
Binary files a/otls/sop_lsgalante.developer_volume_miasma.1.0.hdalc and b/otls/sop_lsgalante.developer_volume_miasma.1.0.hdalc differ