5
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Oct 06, 2024 — Oct 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changes to a InputFile knob will now fit the image to the viewer More... almost 12 years ago
Fixed bug in renderRoI that would make the images rendered not complete. More... almost 12 years ago
Renamed Powiter to Natron More... almost 12 years ago
The selected node will node be dragged when right clicking. More... almost 12 years ago
Preview image is now toggable for any node by a right click in the node graph editor. More... almost 12 years ago
Preview is now always displayed once a frame is rendered. It also now refreshes when the playback engine stops. More... almost 12 years ago
Removed public members from TOolButton & PluginToolButton classes More... almost 12 years ago
Fix bad conflict merging in RenderingProgressDialog More... almost 12 years ago
Fixed conflicts. More... almost 12 years ago
Removed singleton from Settings. Added the base structure to support background rendering. Note that this is still under implementation and not yet available. More... almost 12 years ago
FIXME: do not expose the internals of classes, especially when these are (non-smart) pointers! More... almost 12 years ago
malloc/calloc/free is evil. C++ brings *typed* allocation functions and smart pointers, use them! More... almost 12 years ago
semantic bug fix: « ! a == b » is is fact « (!a) == b », which is not the same as « a != b » More... almost 12 years ago
avoid ambiguous else: always use braces More... almost 12 years ago
std::numeric_limits<int>::infinity() does not exist, and an int can not be compared to std::numeric_limits<double>::infinity() or -std::numeric_limits<double>::infinity() try the following program: // numeric_limits example #include <iostream> // std::cout #include <limits> // std::numeric_limits More... almost 12 years ago
Added possibilty to create nodes from the right click menu of the node graph More... almost 12 years ago
Changed the algorithm adding the toolbuttons to the toolbox. This is much more robust and adds possibility to dynamically add new tool buttons. More... almost 12 years ago
Changed Lut functions so they take the output RoD in parameter as well (typically to copy from different image sizes) More... almost 12 years ago
Bug fix of output filenames of the writer More... almost 12 years ago
Bug fix of output filenames of the writer More... almost 12 years ago
Few minor bug fixes More... almost 12 years ago
Removed bug in file dialog file sequences parsing which could potentially crash the software. More... almost 12 years ago
Fixed some bugs in the viewer wait conditions. More... almost 12 years ago
update openfx More... almost 12 years ago
Added possibility for writers to continue rendering on error. (it will not render frames where an error arise) More... almost 12 years ago
Added persistent message support for the readers & openfx nodes. More... almost 12 years ago
Added Log More... almost 12 years ago
Updated code in ScaleSlider so it doesn't bug with infinite values. More... almost 12 years ago
Implemented OpenFX message suite V2. Also removed the link to the FTGL & Freetype 2 libraries as the text engine has been reworked thoroughly More... almost 12 years ago
Added support for the message suite V1. More... almost 12 years ago