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

commit76be851bdcbe8980f50cd81f8715eb1b35816811
parent34283f73dd
authorLucas Galante <[email protected]>
date2026-09-16 10:34
developer_vector_unify: make the const and attr methods work

Neither wrangle compiled: const was missing a semicolon and appended to
an array it never declared, attr used variables before declaring them
and declared bias twice. Both also read parms from an older layout
(falloff, uni_sample_size, bias_sample_size, bias_falloff,
bias_multi_attr). They are rewritten around the basic method's local
average: const pulls it toward the Bias constant, attr toward the local
average of the Bias attribute within Radius with Bias Dist Effect as
its falloff, both scaled by the Bias Multiplier attribute. The
misspelled biasm_ulti_attr parm is renamed bias_multi_attr.

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

 otls/sop_lsgalante.developer_vector_unify.1.0.hdalc | Bin 14033 -> 14031 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/otls/sop_lsgalante.developer_vector_unify.1.0.hdalc b/otls/sop_lsgalante.developer_vector_unify.1.0.hdalc
index c364b88..42a79e8 100755
Binary files a/otls/sop_lsgalante.developer_vector_unify.1.0.hdalc and b/otls/sop_lsgalante.developer_vector_unify.1.0.hdalc differ