Author Topic: Stopping CFB via script  (Read 1100 times)

2019-01-24, 16:16:47

squeakybadger

  • Active Users
  • **
  • Posts: 31
    • View Profile
Hi,

Is it possible to issue a command to stop the current render in the Corona Frame Buffer?

We are usually logging into render nodes and stopping the render manually, so it finishes the image and denoises where it has got up to at that point (normally before it has hit the noise threshold)

Ideally I would like to issue a Deadline command, but anything through maxscript to stop the render might be workable.

Thanks.

2019-01-24, 17:01:38
Reply #1

Frood

  • Active Users
  • **
  • Posts: 2001
    • View Profile
    • Rakete GmbH
See https://corona-renderer.com/wiki/maxscript.

Full command would be "CoronaRenderer.CoronaFP.stopRender()". It's just like pressing "Stop" in VFB.


Good Luck



Never underestimate the power of a well placed level one spell.

2019-01-24, 18:25:01
Reply #2

squeakybadger

  • Active Users
  • **
  • Posts: 31
    • View Profile
Thanks Frood, I'll see if I can get something working.