SideFX Houdini customization package
git clone https://git.lucas.co/hou-control.git
developer_vector_direct: read the parms and attributes that exist
Every wrangle used the names from before the parms were regrouped:
vec_attr, multi_attr, multi_infl, bias_const, bias_attr, bias_type,
bias_infl, weight_attr and weight_infl. The promote read new_dir, a
local variable, instead of the new_vector attribute the bias wrangle
writes, and the multiplier read avg_vec where it writes avg_dir. The
final delete removed avg instead of avg_dir. Nothing moved before.
Co-Authored-By: Claude Fable 5.1 <[email protected]>
.../sop_lsgalante.developer_vector_direct.1.0.hdalc | Bin 13633 -> 13652 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/otls/sop_lsgalante.developer_vector_direct.1.0.hdalc b/otls/sop_lsgalante.developer_vector_direct.1.0.hdalc
index 92bfbbb..0347a64 100644
Binary files a/otls/sop_lsgalante.developer_vector_direct.1.0.hdalc and b/otls/sop_lsgalante.developer_vector_direct.1.0.hdalc differ