Hi,
Looks like I can't add a standalone Copnet in obj network, adding a copnet puts it directly into a sop network. Is there a workaround? Is it normal or is it a bug? I really liked having different copnets for different things in obj.
import toolutils toolutils.genericTool(kwargs, 'copnet', None, hou.sopNodeTypeCategory())
import toolutils toolutils.genericTool(kwargs, 'copnet', None, hou.objNodeTypeCategory())
Thomas_Dorone
Looks like I can't add a standalone Copnet in obj network, adding a copnet puts it directly into a sop network.