Page 3 of 4

Re: Suggestion needed for Render job graph

Posted: Sun Nov 06, 2016 9:35 pm
by calus
abstrax wrote: The render job graph is just a Lua script graph sitting on top of the render job graph Lua API, allowing everyone to write his/her own render job implementation. Lua scripts can't create an arbitrary GUI in the node stack editor, but only input linkers, i.e. what you are asking for is currently not possible.
Oh, I see.
And right, be able to make its own render job version is a very nice/important feature.
abstrax wrote: What is wrong with the setting the render target count for the batch render job graph anyway?
This is just less intuitive/usual than the add/remove button.

Else, an even better way to do this,
is to automatically add/remove an empty linker pin each time a target is plugged/unplugged (there's always only 1 empty pin).
This way no need to use the node inspector at all for that.

Re: Suggestion needed for Render job graph

Posted: Fri Nov 11, 2016 7:18 pm
by gah5118
not sure if this was addressed, about to test the latest octane release; however, the frame range will default to the last available frame when you reopen the scene. So, each time opening the scene, you have to remember to go through and reset all of your batch render nodes.

Re: Suggestion needed for Render job graph

Posted: Sun Nov 13, 2016 8:41 pm
by vijay
gah5118 wrote:not sure if this was addressed, about to test the latest octane release; however, the frame range will default to the last available frame when you reopen the scene. So, each time opening the scene, you have to remember to go through and reset all of your batch render nodes.
Noted down. will try to fix it in upcoming release.

Re: Suggestion needed for Render job graph

Posted: Mon Nov 14, 2016 9:06 pm
by gah5118
Thanks!

another issue I discovered, is if you have 1 frame setup (frame range 2-2 for example), when starting the batch render, it will say finished. There has been quite a few cases in the past week that I needed to do this due to different circumstances.

Re: Suggestion needed for Render job graph

Posted: Mon Nov 14, 2016 9:09 pm
by vijay
gah5118 wrote:Thanks!

another issue I discovered, is if you have 1 frame setup (frame range 2-2 for example), when starting the batch render, it will say finished. There has been quite a few cases in the past week that I needed to do this due to different circumstances.
Thanks. I noticed it as well. Will be fixed in upcoming release.

Vijay

Re: Suggestion needed for Render job graph

Posted: Tue Nov 22, 2016 12:25 pm
by manalokos
Batch render job doesn't compile correctly or render correctly, sometimes it doesn't render at all, other times sabes the current render, but usually it renders the cameras but with geometry missing.
It would be a wonderful tool if it worked.


Kind regards
Filipe

Re: Suggestion needed for Render job graph

Posted: Tue Apr 17, 2018 5:48 pm
by Tazan
vijay_thirukonda wrote: You can render different render targets with a different animation frame range in a single go/button.
Hi and sorry for doing a revival of this thread, but it's been days I'm tring to figure this out: how is it possible to render different render targets with a different animation frame range with this Batch render job node, please?

Re: Suggestion needed for Render job graph

Posted: Tue Apr 17, 2018 9:44 pm
by vijay
Tazan wrote:
vijay_thirukonda wrote: You can render different render targets with a different animation frame range in a single go/button.
Hi and sorry for doing a revival of this thread, but it's been days I'm tring to figure this out: how is it possible to render different render targets with a different animation frame range with this Batch render job node, please?
You will need multiple batch render jobs nodes for setting different time frames. Then you can connect all batch render job nodes to a render job group node and start the group job.

Re: Suggestion needed for Render job graph

Posted: Tue Apr 17, 2018 9:59 pm
by Tazan
Ok that's the kind of solution I've concluded :) Thanks a lot for your response Vijay!

Best.

Re: Suggestion needed for Render job graph

Posted: Thu Apr 26, 2018 1:59 pm
by Tazan
Hi Vijay,

I have yet another question on the Render job: at the moment when I put the frame ranges for each renders, it won't keep them in memory whenever I close the window.
Which is a bit annoying for small lists, but can be very annoying for big lists like the one in the following picture:

Image

Also, I don't know Lua script language but is there a way to assign a frame range for each Batch render job by their name?

Best regards :)