Search - User list
Full Version: Cop network in obj
Root » Houdini Indie and Apprentice » Cop network in obj
Thomas_Dorone
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.
jsmack
I agree, super annoying. The work around is to edit the shelftool script for copnet, and change the code from sop to object.

change


import toolutils
toolutils.genericTool(kwargs, 'copnet', None,
                                     hou.sopNodeTypeCategory())
to
import toolutils
toolutils.genericTool(kwargs, 'copnet', None,
                                     hou.objNodeTypeCategory())
Mike_A
Thomas_Dorone
Looks like I can't add a standalone Copnet in obj network, adding a copnet puts it directly into a sop network.

And file an RFE: https://www.sidefx.com/bugs/submit/ [www.sidefx.com]
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB