Framing node inside locked network.

   330   0   1
User Avatar
Member
83 posts
Joined: 4月 2014
Offline
I am trying to frame a node that is in a locked subnetwork. Even though I am not doing anything to the node, I am just trying to frame it.

import nodegraphfastfind as ff
 
 
d=hou.ui.curDesktop()
ne=d.paneTabOfType(hou.paneTabType.NetworkEditor)
if ne:
    fw=ff.FindWindow(ne)
    fw.frameNodes(hou.selectedNodes())
  • Quick Links