I'm making viewport selections by attribute. Then, in viewport context, creating a SOP w/ my selection (BLAST in this specific instance). Instead of the group parm of the SOP relaying the attribute selected (@Attr=123 @Attr=456), Houdini is truncating by primitive number.
The below image reflects how I'm making my viewport selection. Selecting by primitive attribute titled "id"
This is what the group parm of the blast SOP reads in this specific example. With prim numbers, not attribute selection
Is there a way to force Houdini to respect the attribute selection and not translate it into primitive numbers on SOP creation? What I'd like the group parm of the SOP to read (in this instance) would be - `@id=1208 @id=1209 @id=1210 ......`
Thank you,
Clayton