Maxim Maximov

DaRed

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Face selection through Asset UI 2020年1月16日11:26

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)