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

commit8b1f499bbc19976e52c38ff7d54e77298c5b4576
parent810811442f
authorLucas Galante <[email protected]>
date2026-09-16 12:51
developer_concentrate: one node replaces float_concentrate and vector_concentrate

The two were the same scalar network under two names; the vector one
never handled vectors, Connectivity computed averages and applied
nothing, and the Point Attribute and Detail Attribute radius methods
were empty wrangles. Developer Concentrate reads the attribute by size:
a float is kept in 0..1 as before, a vector is sharpened componentwise
by Distance and Connectivity and by its length by Global. Connectivity
now sharpens against the points within Depth rings, the radius can come
from a point or detail attribute, Rate is shared by Distance and
Connectivity, and each method's folder shows only for that method.
Defaults are values that do something.

No hip in the repo or the open scene used either old type.

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

 otls/sop_lsgalante.developer_concentrate.1.0.hdalc      | Bin 0 -> 11580 bytes
 .../sop_lsgalante.developer_float_concentrate.1.0.hdalc | Bin 11471 -> 0 bytes
 ...sop_lsgalante.developer_vector_concentrate.1.0.hdalc | Bin 12096 -> 0 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/otls/sop_lsgalante.developer_concentrate.1.0.hdalc b/otls/sop_lsgalante.developer_concentrate.1.0.hdalc
new file mode 100644
index 0000000..fe521b3
Binary files /dev/null and b/otls/sop_lsgalante.developer_concentrate.1.0.hdalc differ
diff --git a/otls/sop_lsgalante.developer_float_concentrate.1.0.hdalc b/otls/sop_lsgalante.developer_float_concentrate.1.0.hdalc
deleted file mode 100644
index 44f4d8f..0000000
Binary files a/otls/sop_lsgalante.developer_float_concentrate.1.0.hdalc and /dev/null differ
diff --git a/otls/sop_lsgalante.developer_vector_concentrate.1.0.hdalc b/otls/sop_lsgalante.developer_vector_concentrate.1.0.hdalc
deleted file mode 100644
index 692671d..0000000
Binary files a/otls/sop_lsgalante.developer_vector_concentrate.1.0.hdalc and /dev/null differ