BrianK Posted October 20, 2006 Share Posted October 20, 2006 I'm at home & just saw that one of my renders failed last night. I'm ssh'ing into my office & I want to see where my output operator is set to write files, but I don't know how to print out this info in hscript (I have to use hscript - opening Houdini over the network across town is too painfully slow). Does anyone know how to do this? I need more than just the main tab too - all the stuff on the deep rater tab is important as well. Thanks! Quote Link to comment Share on other sites More sharing options...
michael Posted October 20, 2006 Share Posted October 20, 2006 opscript? Quote Link to comment Share on other sites More sharing options...
stevenong Posted October 20, 2006 Share Posted October 20, 2006 Hey Brian, You will want to use opscript OP_name. To reduce the amount of info, you can use opscript -b OP_name (only print values that are not default). You can also redirect the output so you can load the info into a text editor. To edit the parameters, use opparm OP_name. Do help opscript & help opparm for more information. Cheers! steven Quote Link to comment Share on other sites More sharing options...
BrianK Posted October 20, 2006 Author Share Posted October 20, 2006 hmm.. you know, i did a help on opscript, but never put together that "Prints the commands necessary to recreate an operator" would include the paths and such that I was looking for. Thanks guys! Quote Link to comment Share on other sites More sharing options...
edward Posted October 21, 2006 Share Posted October 21, 2006 I think there's also opparm -d these days. eg. opparm -d /out/mantra1 * or more specifically, opparm -d /out/mantra1 picture. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.