Copy Finished Frames


With this "done"-script your rendered images will be copied to a different location.


  • Optional:

      Open rrConfig, tab "Jobs" and enable "Wait for Approval after render".

      This way your images are only copied if you have manually checked and approved them.

  • Copy \render_apps\_prepost_scripts\additional\post50__CopyFrames.cfg to \render_apps\_prepost_scripts\post50__CopyFrames.cfg
  • Edit the config file and change the destination location as you like.




    If you render multiple passes/channels that are rendered into seperate subfolders, then you might want to copy the parent folder instead of the image output folder of the main channel.

    E.g.

    Your channels are rendered into

    .....\ shot45\ layerBG\ beauty\ beauty.###.tif

    .....\ shot45\ layerBG\ illum\ illum.###.tif

    .....\ shot45\ layerBG\ reflect\ reflect.###.tif

    .....\ shot45\ layerBG\ AO\ AO.###.tif


    In the script-config file refers to the image directory of the main channel ".....\ shot45\ layerBG\ beauty\ ".

    If you want to copy all channels, you have to change the commandline that it copies the parent folder.

    Please change <ImageDirComplete> to <ImageDirComplete><../> in the commandline.