John Martini
jokermartini
About Me
EXPERTISE
Developer
INDUSTRY
Film/TV
Houdini Skills
Availability
Not Specified
Recent Forum Posts
Clear selection Sept. 10, 2018, 8:11 a.m.
How can I clear the node selection so when i create a playblast i do not have the selection brackets visible? I do not understand why i keep getting this error:
Additionally how can i set the selection mode to Box Selection using python.
import hou hou.Node.setSelected(True, clear_all_selected=True)
TypeError: unbound method setSelected() must be called with Node instance as first argument (got bool instance instead)
Additionally how can i set the selection mode to Box Selection using python.