openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Natron
Settings
|
Report Duplicate
5
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 12 hours
ago. based on code collected
about 12 hours
ago.
Oct 06, 2024 — Oct 06, 2025
Showing page 432 of 463
Search / Filter on:
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
MrKepzie
More...
almost 12 years ago
Fixed bug in renderRoI that would make the images rendered not complete.
MrKepzie
More...
almost 12 years ago
Renamed Powiter to Natron
MrKepzie
More...
almost 12 years ago
The selected node will node be dragged when right clicking.
MrKepzie
More...
almost 12 years ago
Preview image is now toggable for any node by a right click in the node graph editor.
MrKepzie
More...
almost 12 years ago
Preview is now always displayed once a frame is rendered. It also now refreshes when the playback engine stops.
MrKepzie
More...
almost 12 years ago
Removed public members from TOolButton & PluginToolButton classes
MrKepzie
More...
almost 12 years ago
Fix bad conflict merging in RenderingProgressDialog
MrKepzie
More...
almost 12 years ago
Fixed conflicts.
MrKepzie
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.
MrKepzie
More...
almost 12 years ago
FIXME: do not expose the internals of classes, especially when these are (non-smart) pointers!
Frédéric Devernay
More...
almost 12 years ago
malloc/calloc/free is evil. C++ brings *typed* allocation functions and smart pointers, use them!
Frédéric Devernay
More...
almost 12 years ago
semantic bug fix: « ! a == b » is is fact « (!a) == b », which is not the same as « a != b »
Frédéric Devernay
More...
almost 12 years ago
avoid ambiguous else: always use braces
Frédéric Devernay
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
Frédéric Devernay
More...
almost 12 years ago
Added possibilty to create nodes from the right click menu of the node graph
MrKepzie
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.
MrKepzie
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)
MrKepzie
More...
almost 12 years ago
Bug fix of output filenames of the writer
MrKepzie
More...
almost 12 years ago
Bug fix of output filenames of the writer
MrKepzie
More...
almost 12 years ago
Few minor bug fixes
MrKepzie
More...
almost 12 years ago
Removed bug in file dialog file sequences parsing which could potentially crash the software.
MrKepzie
More...
almost 12 years ago
Fixed some bugs in the viewer wait conditions.
MrKepzie
More...
almost 12 years ago
update openfx
Frédéric Devernay
More...
almost 12 years ago
Added possibility for writers to continue rendering on error. (it will not render frames where an error arise)
MrKepzie
More...
almost 12 years ago
Added persistent message support for the readers & openfx nodes.
MrKepzie
More...
almost 12 years ago
Added Log
MrKepzie
More...
almost 12 years ago
Updated code in ScaleSlider so it doesn't bug with infinite values.
MrKepzie
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
MrKepzie
More...
almost 12 years ago
Added support for the message suite V1.
MrKepzie
More...
almost 12 years ago
←
1
2
…
428
429
430
431
432
433
434
435
436
…
462
463
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree