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

commit8e87ec207653e585518fc77abc2b17f1eea7cbfc
parent43ba011ddb
authorLucas Galante <[email protected]>
date2026-09-16 09:47
developer_analysis: write the statistics into the <attr>_info dictionary

Min, max, sum, average, ratio and spread used to come out as six
separate detail attributes from a chain of promotes and switches. One
detail wrangle now writes the enabled ones as keys of the attribute's
_info dictionary, the one Developer Attribute Initialize creates, so
they sit next to range. A missing dictionary is created. Nothing read
the old detail attributes: normalize and the ramp nodes compute their
own.

The Round toggle and Places count are honoured for the first time; the
bypassed rounding wrangle read a dictionary that never existed, and the
toggle was labelled "Label". Ratio is still sum over point count, which
is the average under another name.

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

 otls/sop_lsgalante.developer_analysis.1.0.hdalc | Bin 16955 -> 15454 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/otls/sop_lsgalante.developer_analysis.1.0.hdalc b/otls/sop_lsgalante.developer_analysis.1.0.hdalc
index a7dac80..15d5a6d 100755
Binary files a/otls/sop_lsgalante.developer_analysis.1.0.hdalc and b/otls/sop_lsgalante.developer_analysis.1.0.hdalc differ