easythrees

easythrees

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

"Render to Disk" function of a Mantra node via hython? 2020年12月1日20:44

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? 2020年11月30日20:32

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? 2020年11月30日20:18

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.