Maxim Maximov

DaRed

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Face selection through Asset UI Jan. 16, 2020, 11:26 a.m.

bobcat
Is this working in H17.5 ? I tried to replace the action button script with the provided code:
import soputils;.

import soputils
path = kwargs['node'].path()+'/node_inside_hda'
kwargs['node'] = hou.node(path)
kwargs['geometrytype'] = kwargs['node'].parmTuple('grouptype')
kwargs['inputindex'] = 0
kwargs['ordered'] = kwargs['node'].parm('ordered').eval()
soputils.selectGroupParm(kwargs)