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.
Cop network in obj
591 2 0-
- Thomas_Dorone
- Member
- 1 posts
- Joined: 12月 2023
- オフライン
-
- jsmack
- Member
- 8378 posts
- Joined: 9月 2011
- オフライン
I agree, super annoying. The work around is to edit the shelftool script for copnet, and change the code from sop to object.
change
to
change
import toolutils toolutils.genericTool(kwargs, 'copnet', None, hou.sopNodeTypeCategory())
import toolutils toolutils.genericTool(kwargs, 'copnet', None, hou.objNodeTypeCategory())
-
- Mike_A
- Member
- 421 posts
- Joined: 8月 2018
- オンライン
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]
Edited by Mike_A - 2026年7月30日 17:30:20
-
- Quick Links


