Ramon Blanquer

eulersson

About Me

EXPERTISE
Student
INDUSTRY
Film/TV

Connect

LOCATION
Spain

Houdini Skills

Availability

Not Specified

Recent Forum Posts

hou.Node.setComment() with "Show Comment in Network Editor" Oct. 9, 2017, 12:36 p.m.

jsmack
You can use the ‘setGenericFlag’ method of the node.

n = hou.node('/obj/cam1')
n.setGenericFlag(hou.nodeFlag.DisplayComment,True)

Thank you! That was it

hou.Node.setComment() with "Show Comment in Network Editor" Oct. 9, 2017, 12:13 p.m.

Hello, in Houdini 16 you can have comments that show on the Network Editor. I would like users not to have to middle click the node in order to read the comment (blue speech bubble thingy).

When you right-click the node and press “Edit Comment…” it displays a dialog with a text box where you write the comment and a check box Show Comment in Network Editor, I would like to be able to tick that from the Python API, it would be great, specially for pipeline-y things. Is it possible?

Thanks.

Run Houdini's documentation server July 28, 2017, 5:48 a.m.