clearAllSelected()
This function is equivalent to traversing the node hierarchy and calling
setSelected(False)
on every hou.NetworkMovableItem in the scene, but
operates much much faster.
This function will raise hou.NotAvailable if you call it from MPlay.
See also |