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

commit48e15e92fd3761872d85c0204d6985833fc94fb1
parent98c9a560bb
authorLucas Galante <[email protected]>
date2026-09-16 10:01
im_color_ramp: write to the Attribute parm, drop the unused im_remap1

The output Attribute parm was never read: all four wrangles hardcoded
v@Cd. They now write the ramp colour through setpointattrib or
setprimattrib with the parm's name, so the default still gives Cd.
The chramp result is bound to a vector first because chramp is
overloaded and the bare call made the set*attrib call ambiguous.
im_remap1 had no inputs, outputs or references, so it is gone.

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

 otls/sop_lsgalante.im_color_ramp.1.1.hdalc | Bin 16969 -> 15982 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/otls/sop_lsgalante.im_color_ramp.1.1.hdalc b/otls/sop_lsgalante.im_color_ramp.1.1.hdalc
index bdfc1ad..d9122f5 100644
Binary files a/otls/sop_lsgalante.im_color_ramp.1.1.hdalc and b/otls/sop_lsgalante.im_color_ramp.1.1.hdalc differ