SideFX Houdini customization package
git clone https://git.lucas.co/hou-control.git
otls: replace the dummy im_ramp_color inside developer_surface_remesh 1.0
The Test method branch (subnet1) ended in an im_ramp_color::1.0 child, a
type that was renamed to im_color_ramp 1.1 long ago. Houdini loaded it as
an incomplete Embedded definition, so every instance carried the
"incomplete asset definition" warning even with that branch unused.
Swapped it for lsgalante::im_color_ramp::1.1 with the same wiring, ramp,
class and colour count.
Co-Authored-By: Claude Fable 5.1 <[email protected]>
...sop_lsgalante.developer_surface_remesh.1.0.hdalc | Bin 44477 -> 44895 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/otls/sop_lsgalante.developer_surface_remesh.1.0.hdalc b/otls/sop_lsgalante.developer_surface_remesh.1.0.hdalc
index a6e2d81..3cc4c69 100644
Binary files a/otls/sop_lsgalante.developer_surface_remesh.1.0.hdalc and b/otls/sop_lsgalante.developer_surface_remesh.1.0.hdalc differ