nap Posted November 3, 2013 Share Posted November 3, 2013 Hi, Does anybody know how to submit a "A Simple Parent-Child Example" : http://www.sidefx.co...ationships.html Or how to submit a dependency chain out of Houdini. Like, Simulation --> Meshing --> Rendering. It's simple in Houdini on one machine but how to take it over to Hqueue? Cheers, nap Quote Link to comment Share on other sites More sharing options...
Neil78 Posted November 3, 2013 Share Posted November 3, 2013 not ideal but just send 2 jobs to Hqueue - once the first sim one has finished - the next meshing and rendering one can begin. Quote Link to comment Share on other sites More sharing options...
nap Posted November 3, 2013 Author Share Posted November 3, 2013 Thanks Zweger, but this is how I did it as usual. I would like to create a bit more complex dependencies. Maybe I just have to script it by myself. I think there is an Python API in Hqueue. Cheers, nap Quote Link to comment Share on other sites More sharing options...
Lucavfx Posted February 15, 2014 Share Posted February 15, 2014 (edited) very useful, thanks. Do you know by any chance know if it possible to specify children inside children jobs so to create more complex arrays of dependencies? Edited February 15, 2014 by Lucavfx Quote Link to comment Share on other sites More sharing options...
Cetras Posted September 24, 2014 Share Posted September 24, 2014 If you're using the Python API to send your job you can set children jobs in a child job yes, a child job is a normal job, so you can add job{ command:"your command children:[ childrenjob{ command:"your children command" children:[...other children if any etc...] } ] } Hope this is clear 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.