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

commitc88162aebfe8fbef30bcb7c9dd89e9968f421aa8
parent8d7e165f99
authorLucas Galante <[email protected]>
date2026-09-16 10:42
developer_attribute_composite: the Attribute menu is an expression

Houdini evaluates a one-line Python menu script as an expression, so
the "return ..." on the multiparm's in_attr_# field raised a
SyntaxError popup every time the parameter pane built the dropdown.
Use the bare expression the other attribute menus use.

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

 ...sgalante.developer_attribute_composite.1.0.hdalc | Bin 17550 -> 17563 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/otls/sop_lsgalante.developer_attribute_composite.1.0.hdalc b/otls/sop_lsgalante.developer_attribute_composite.1.0.hdalc
index ef71a9b..0475319 100644
Binary files a/otls/sop_lsgalante.developer_attribute_composite.1.0.hdalc and b/otls/sop_lsgalante.developer_attribute_composite.1.0.hdalc differ