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

commita5a655626ed2f8e27a16bd2101207ab6b327da95
parenta4743ec66b
authorLucas Galante <[email protected]>
date2026-09-16 10:22
im_cull: fix the integer point branch

One wrangle wrote _threshold and the next read threshold, so the
comparison was always against 0, and the custom range multiplied by a
thresholdy parm that does not exist. Mirror the primitive branch: promote
the attribute's max to _filter_range_max, scale by it, read _threshold.
Both branches now delete the two temporaries.

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

 otls/sop_lsgalante.im_cull.1.0.hdalc | Bin 14009 -> 12872 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/otls/sop_lsgalante.im_cull.1.0.hdalc b/otls/sop_lsgalante.im_cull.1.0.hdalc
index 6bb64cb..ed5c725 100644
Binary files a/otls/sop_lsgalante.im_cull.1.0.hdalc and b/otls/sop_lsgalante.im_cull.1.0.hdalc differ