easythrees

easythrees

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

"Render to Disk" function of a Mantra node via hython? Dec. 1, 2020, 8:44 p.m.

Hi all, I have a scene with a Mantra node. In the UI, when I click on the node, I see the “Render To Disk” option and I'd like to do the same in hython. Is that possible? How do I do that?

EDIT: To clarify, I think this is a ROP node.

Passing a script into HYTHON? Nov. 30, 2020, 8:32 p.m.

Hi there, thank you for the response. Basically what I'm trying to do is time some operations inside a specific file. I'll try your suggestion, thank you.

Passing a script into HYTHON? Nov. 30, 2020, 8:18 p.m.

Hi all, I have a script that can do some cooking and timing in Houdini. However, right now I can only run it in UI mode. Is it possible to run my script using the Houdini command line? Something like:

hython “somefile.hip” -script “somescript.py”

Basically, I'm trying to find a way to get hython/houdini to run a script after loading a file, all automated.