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

commitc5a98c5e168bd0cd0f079c6d554adaabf76472b1
parent8c06504e2a
authorLucas Galante <[email protected]>
date2026-09-15 10:08
developer_vector_migrate: working connectivity, influence on proximity

Connectivity referenced undefined depth and attr variables and a
vector_attr channel that does not exist (the parm is vec_attr), so
selecting it failed the cook. Rewritten to match the float node: self
plus N rings, direction-weighted average, lerp by Influence, no debug
array attributes.

Proximity ignored Influence and wrote the neighbourhood average straight
into the attribute; it now lerps by Influence like the float node, skips
points with nothing in range, and no longer leaks an avg attribute.

Drops the dead second proximity wrangle behind a hard-wired switch and
the Reference parm only it used.

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

 ...sop_lsgalante.developer_vector_migrate.1.1.hdalc | Bin 14394 -> 13506 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/otls/sop_lsgalante.developer_vector_migrate.1.1.hdalc b/otls/sop_lsgalante.developer_vector_migrate.1.1.hdalc
index 6457621..e7ef3f4 100644
Binary files a/otls/sop_lsgalante.developer_vector_migrate.1.1.hdalc and b/otls/sop_lsgalante.developer_vector_migrate.1.1.hdalc differ