Rendering multiple object groups

Started by surrealdan, August 20, 2018, 03:05:45 PM

Previous topic - Next topic

surrealdan

Hi, been using render groups and wanted to know if there's a way to render multiple object group/render layer nodes. For example, I render out a group of trees with its alpha, and the ground layer with shadows in another pass, similiar to maya render layers/batch render. Is there a way to render it all in one pass? instead of separately? Thanks
i7-3770k 4-core @3.5Ghz, 32gb
2x Xeon E5-2697 18-core @2.8Ghz , 128gb

Oshyan

I don't think this is currently possible since each group/layer is associated with a single render node, and you can only render with 1 node at a time.

- Oshyan

surrealdan

Ah makes sense. Thanks for the info!
i7-3770k 4-core @3.5Ghz, 32gb
2x Xeon E5-2697 18-core @2.8Ghz , 128gb

sboerner

If you just want to render several layers in an unsupervised session (say overnight), you could use a batch file to execute several render commands in series, specifying a different render node for each.

surrealdan

I'd have to look into that. Not very advanced in scripting, but where could I get a script like that?
i7-3770k 4-core @3.5Ghz, 32gb
2x Xeon E5-2697 18-core @2.8Ghz , 128gb

WAS

Quote from: surrealdan on August 24, 2018, 03:28:38 PM
I'd have to look into that. Not very advanced in scripting, but where could I get a script like that?


You just need basic understanding of BASH or BATCH files, there are lots of tutorials about starting a command and waiting for it to finish (app clears processes). What type system are you using? I could write something where you just need to replace the "CMD" strings.

sboerner

I can help with a simple bash script (for Mac or Linux). Can't be much help with Windows. Doesn't Windows still use .bat files?

surrealdan

a script for windows would be great!
i7-3770k 4-core @3.5Ghz, 32gb
2x Xeon E5-2697 18-core @2.8Ghz , 128gb