John Martini

jokermartini

About Me

EXPERTISE
Developer
INDUSTRY
Film/TV

Connect

LOCATION
United States

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:

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.