git.lucas.co / hou-control
SideFX Houdini customization package
git clone https://git.lucas.co/hou-control.git

commit67a644d6bcc8cf5086856994e616397560c90ece
parente492c1cc78
authorLucas Galante <[email protected]>
date2026-09-16 12:56
developer_migrate: the final clamp truncated every float to 0

clamp() applied to the bare point() read with integer bounds resolves
to the integer clamp, so 0.5 became 0 and the growth solver emptied on
its first frame. Read the value into a float first, as the float node
did. The spike test could not see this: at full influence a lone 1
sends everything and the result is the same whether or not the point's
own value survives. The stage trace on a uniform field does.

Co-Authored-By: Claude Fable 5.1 <[email protected]>

 otls/sop_lsgalante.developer_migrate.1.2.hdalc | Bin 15430 -> 15523 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/otls/sop_lsgalante.developer_migrate.1.2.hdalc b/otls/sop_lsgalante.developer_migrate.1.2.hdalc
index 5bf2e65..05a0d12 100644
Binary files a/otls/sop_lsgalante.developer_migrate.1.2.hdalc and b/otls/sop_lsgalante.developer_migrate.1.2.hdalc differ