morevnaproject / morevna-club

GNU General Public License v3.0
2 stars 0 forks source link

Remove render chunks after they merged into final file #73

Closed morevnaproject closed 5 years ago

morevnaproject commented 5 years ago

When we render file it is divided into parts (chunks). This allows parallel rendering of one file and also provides possibility to resume if rendering was terminated. When file is rendered, all chunks are merged into single one.

We have to make sure to remove the chunks after rendering done - double decrease of consumed disk space!

morevnaproject commented 5 years ago

Submitted to RenderChan.