0

After watching this tutorial on setting up network renders, I set about trying to make one myself. However, regardless of what file type I have selected, it keeps outputting black .exr files.

I viewed a variety of links (tutorial, tutorial, problem post, very similar StackExchange post with no answer, unanswered YouTube comments reporting the same problem, and a post about compositing .exr s.) However, I still am not sure what I'm doing wrong.

Here's a link to the output and the file.

Know I didn't write a lot, so please feel free to ask questions. Any help is appreciated.

JMY1000
  • 331
  • 1
  • 15
  • 1
    Personally I've never had much success with the net render addon. Instead I've used this approach (also see http://blender.stackexchange.com/q/15844/599 and my answer on the first SE question you linked). – gandalf3 Jul 12 '15 at 07:36
  • @gandalf3 Hmm... well, I'll give that a go in the mean time. However, it'd be really nice if I could get it to work. – JMY1000 Jul 12 '15 at 17:53
  • 2
    You may be interested in flamenco – sambler Jul 13 '15 at 06:06
  • 1
    What are you opening your exrs with? Have you tried opening your exr's in blenders uv/image editor? The images you have in your google drive above look right to me - I have opened a few files from both job1 and job2 – sambler Jul 13 '15 at 06:59
  • @sambler GIMP and Preview. Will try that. – JMY1000 Jul 14 '15 at 07:01
  • @sambler Opened it in the Blender Image Editor, everything appears fine. And while that's nice, it's a pain in the ass to have to save each file again and again and again. Outsides of using Python to script this, is there a way I can get it to output it into the file type I actually selected? And if I do have to script it, is it anything more than a matter of having it pull up file [n].exr, save as [n].___, repeat? And if I want to create a video, should I just import the image sequence into the Video Sequence Editor and roll from there? I know the Video Sequence Editor can't handle (cont.) – JMY1000 Jul 14 '15 at 07:21
  • (cont.) multi-layered .exr s (as seen from http://blenderartists.org/forum/showthread.php?265284-exr-file-in-blender-Video-Sequence-Editor), so I have to convert them into something else, but is there anything else after that? – JMY1000 Jul 14 '15 at 07:21

1 Answers1

2

While multilayer OpenEXR files are a useful way to keep all the render results in one file, not every application supports them.

An easy way to get render output that can be used outside of blenders compositor is to save each part into a more compatible file, blenders file output node is useful for this.

enter image description here

As shown in the node properties, each output file can have it's own file format and any compositing can be included with the output.

sambler
  • 55,387
  • 3
  • 59
  • 192