See hou.VopNode.insertParmGenerator and hou.VopNode.insertParmGeneratorsForAllInputs.
Values ¶
hou.vopParmGenType.Constant
Create a Constant VOP and connect it to the VOP node’s input.
hou.vopParmGenType.Parameter
Create a Parameter VOP and connect it to the VOP node’s input. The input parameter is automatically promoted to the VOP network’s parameter interface.
hou.vopParmGenType.SubnetInput
Create a Parameter VOP and connect it to the VOP node’s input. Additionally set the Parameter VOP’s Scope parameter to Subnet. The input parameter is automatically promoted to the owning Subnet VOP’s parameter interface.