Skip to content

Releases: morevnaproject-org/RenderChan

v1.0-alpha3

25 Feb 09:48
Compare
Choose a tag to compare
v1.0-alpha3 Pre-release
Pre-release

Features

  • Nested configuration for projects (#81)
    Now it is possible to use nested projects structure.
    If "project.conf" has zero size, then RenderChan will look into parent directory (recursively) and search for configuration there. If "project.conf" file found in any parent dir, it will read settings from there.
    For output it will use "render" directory at the same dir, where zero-sized "project.conf" is located.
    This allows to create an array of projects, which are sharing same settings.

  • Output to MOV format (#83)
    Now every module (which is capable to export to png) can output to MOV format, encoded as Apple ProRes 422. THis forat is widely used in animation industry and have good compatibility with various software.

  • Synfig module now capable to output into MP4 format (#84)

  • OpenToonz module now capable to output into AVI format (#78, #82)

Fixes

  • Fix critical performance bug when sync operation was called every time when accessing image sequences (#87).
  • Fix performance bug when cache data was ignored for special case when file has no dependencies (#86).
  • Fix bug in parsing Synfig files - when filename in form of "#001.png" was interpreted incorrectly (#91).
  • Better handle exceptions when writing into database. This allows to handle some Windows-specific issues with file paths. (#75).
  • Fix issue with parsing files, which contain foreign slashes in paths (i.e. when Windows slashes appear in Unix paths) (#76). The error was discovered by rendering Synfig files, related to this issue - synfig/synfig#2723.
  • Workaround file locking error on Windows (#85).

v1.0-alpha2

13 May 05:13
Compare
Choose a tag to compare
v1.0-alpha2 Pre-release
Pre-release
  • Added support for OpenToonz animation software.
  • Added support for Olive video editor (version 0.1.x only).
  • Windows version now has an installer.
  • Improved parsing of txt files in "env" directory: Now it is possible to specify several paths to binary file, and RenderChan will look for each of them until proper binary found. That addition allows RenderChan to support different flavors of OpenToonz (official or Morevna Edition), as their binaries are located in different places.
  • Make sure to disable Krita module if it's binary not responding properly (which means broken installation).
  • Python version updated in Windows version.

v1.0-alpha1

11 May 13:21
Compare
Choose a tag to compare
v1.0-alpha1 Pre-release
Pre-release
Version 1.0-alpha1