Author Topic: VFB+ and Corona Distributed Rendering  (Read 10110 times)

2016-08-22, 00:17:10
Reply #15

3dwannab

  • Active Users
  • **
  • Posts: 362
    • View Profile
the getVfbContent method allows to specify postprocessing on/off, is that not enough?
Okay so how do I use it:

Code: [Select]
CoronaRenderer.CoronaFp.getVfbContent 0 true true
CoronaRenderer.CoronaFp.dumpVfb (systemTools.getEnvVariable("TEMP") + "\VFB+ Dumped File.exr")

1. First line to set output up and will get me the beauty pass with tone mapping and renderstamps
2. Dump that method to the system temp folder as .exr.

Is that correct or does it paste to memory?

2016-08-22, 10:00:27
Reply #16

Ondra

  • Administrator
  • Active Users
  • *****
  • Posts: 9048
  • Turning coffee to features since 2009
    • View Profile
getVfbContent will return a specific channel as bitmap, it is not connected to the dumpVfb method - that one works separately
Rendering is magic.How to get minidumps for crashed/frozen 3ds Max | Sorry for short replies, brief responses = more time to develop Corona ;)