Hi,
can someone tell me how to use selectors properly? I assigned a selector to a SOP node with hou.SopNodeType.addSelector like this:
t.addSelector(“Test Points”,selector_type=“points”,prompt=“Select Test Points! Now!!!”)
(I figured out that the Minimum Inputs parameter of the asset must be more than 0 in order to run my selector, otherwise Houdini thinks that it's a generator and it executes an OBJ level position selector.) So my selector runs, but after selecting some points and pressing Enter it throws a error stating that Nothing Was Selected.
What do I do wrong?
thanks in advance
Mate