Monday, August 10, 2020

Get status of OBJ node display flag

n = pwd() p = n.path() node = hou.node(p) type = hou.nodeFlag.Display flag = node.isGenericFlagSet(type) return(flag)

Get status of OBJ node display flag

n = pwd() p = n.path() node = hou.node(p) type = hou.nodeFlag.Display flag = node.isGenericFlagSet(type) return(flag)