Renger Tan

TrinityHela

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Setting up deadline help Aug. 13, 2019, 1:59 p.m.

Hi guys, I have a question on regards to setting up a render farm using deadline. Other than houdini engine, do I need to install the main houdini software on a slave machine??
I am currently facing this issue whenever I submit my scene to deadline.
 Error: Houdini 17_5 hython executable was not found in the semicolon separated list "C:\Program Files\Side Effects Software\Houdini 17.5.229\bin\Hython.exe;/Applications/Houdini/Houdini17.5.229/Frameworks/Houdini.framework/Versions/Current/Resources/bin/hython;/opt/hfs17.5/bin/hython". The path to the render executable can be configured from the Plugin Configuration in the Deadline Monitor.
   at Deadline.Plugins.PluginWrapper.RenderTasks(String taskId, Int32 startFrame, Int32 endFrame, String& outMessage, AbortLevel& abortLevel)
Any idea what am I doing it wrong?

How do I get node name from @OpInput1 May 29, 2018, 12:57 p.m.

Hi
I am trying to figure out how to get the name of the node at @OpInput1 using the attribute wrangler.
s@name = (@OpInput1,"$OS");
but I am only getting the current OP's name.
I am pretty new to this so I am not sure what went wrong.

Edit by ndickson: Added code block tags for formatting.