I am creating an HDA with 0 input, it reads/works for another geometry from a merge_object node inside of this HDA.
and I would like to select some primitives with a string parameter with an "Action Button":
import soputils kwargs['geometrytype'] = hou.geometryType.Primitives kwargs['inputindex'] = 0 soputils.selectGroupParm(kwargs)
but it fails because it is asking for an input.
there is another way to select the primitives? for a geometry that does not come from an input.