Releases: tuttleofx/TuttleOFX
Releases · tuttleofx/TuttleOFX
v0.13.6
v0.13.5
v0.13.4
v0.13.3
Fixes
- Up Exr plugins to v3.1: fixed how to write output images 32i (PR #562).
- Up AudioVideo plugins to v4.9: fixed how to write the video color_range option (PR #582).
- sam do: fixed how to stop the command when there are multiple graphs to process (PR #576).
- sam ls:
- sam rm:
Enhancements
- Up OIIO plugins to v1.5: added OFX parameters to add the features of the Dpx writer plugin (PR #564).
- Up OCIO plugins to v1.1: renamed OFX colorspace parameters to avoid spaces (PR #567).
- sam tools: added TUTTLE_DISABLE_COLOR environment variable (PR #581).
- sam do:
- sam rm: enabled '.' and '..' as inputs (Issue #570).
Other
v0.13.2
v0.13.1
v0.13.0
*/!\ Warning /!*
Update licensing to LGPL v2.1 / GPL v2.
API changes
- Remove verbose level in ComputeOptions. There is only one global verbose level, defined inside Formatter class.
Features
- LensDistort: up to v4.0 (add new fisheye model with 4 coefs)
Fixes
- Host:
- clamp high bit depth values when needed in the writer nodes
- continueOnMissingFile feature when process Exr sequences with holes
- default log level used by plugins in other host than tuttle (now warning)
- default path to ofx plugins cache file (now HOME)
- Plugins:
- AudioVideo: up to v4.8
- fix decoding of dnx
- fix encoding of h264
- fix encoding of prores
- AudioVideo: up to v4.8
- Sam:
- sam ls: fixed browses with filename and folders as inputs.
- sam do
- exit the process if there is an error in the command line
- add 'default' constant to indicate the default value of Choice parameter
- no ambiguity when calling a plugin with the exact id
- fix print of the command line help even if there are arguments to process
Enhancements
- Host: log OFX action exception as error (instead of debug)
- Sam: add a default description for each sam command line
- CMake:
- add custom Makefile targets to build OFX plugins
- only IO plugins depend on sequenceParser library
- OFX plugins are available by default when tuttle is installed with homebrew (mac osx)
Other
- Travis: copy libbz2, external dependency of libavformat, to the binaries released
- Add clang-format tools
v0.12.7
v0.12.6
v0.12.5
Fixes
- Host: log backtraces in debug
- sam do
- can be executed without argument
- can process a recursive browse with a filter indicated
- sam mv / cp
- can be executed with an input sequence
- IO plugins: default plugin to read CR2 files correctly decodes the image (no black)
Features
- sam ls
- added --explode-sequences option
- added number of missing files info when display detailed of sequences
Enhancement
- sam do
- added folder manipulations and color gradation sections to the help
- by default a process with folders is recursive (the option is --no-recursivity instead of --recursive)
- sam ls
- always display detailed of sequences