SideFX Houdini customization package
git clone https://git.lucas.co/hou-control.git
developer_analysis 1.1: integer attributes get integer statistics
An integer attribute's min, max, sum and spread, and its per-point
change and previous value, were written as floats. They are now
integers, accumulated as integers so a sum past float precision stays
exact; average and ratio stay floats, since an average of integers is
not one. Float attributes are untouched.
No node reads these keys yet, and VEX reads an integer dictionary value
into a float unchanged (only a float read as an int is zeroed), so a
float reader keeps working; verified with a downstream wrangle reading
the integer min, spread and change as floats.
Co-Authored-By: Claude Fable 5.1 <[email protected]>
otls/sop_lsgalante.developer_analysis.1.1.hdalc | Bin 13300 -> 13756 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/otls/sop_lsgalante.developer_analysis.1.1.hdalc b/otls/sop_lsgalante.developer_analysis.1.1.hdalc
index 3da7b70..b0f9f33 100644
Binary files a/otls/sop_lsgalante.developer_analysis.1.1.hdalc and b/otls/sop_lsgalante.developer_analysis.1.1.hdalc differ