Skip to content

Commit

Permalink
Merge branch 'RB-2.4' into RB-2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Jan 23, 2022
2 parents 7ba998a + 8be1624 commit 6956ce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

### Changes

- Added palette support in color selector. #754
- Allow creating a node with the same name that was just deleted. #732
- Natron can now keep up to 32 project backups (see Preferences/General/Save versions). #562
- Only display the overlays for nodes that are in the viewer render path and have their properties panel maximized. Can be disabled in Preferences/Viewer. #744
Expand Down
2 changes: 1 addition & 1 deletion Engine/Node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3164,7 +3164,7 @@ renderPreview(const Image & srcImg,
bool convertToSrgb,
unsigned int* dstPixels)
{
#ifndef DEBUG_NAN
#if defined(DEBUG) && !defined(DEBUG_NAN)
// Some plugins generate FP exceptions
boost_adaptbx::floating_point::exception_trapping trap(0);
#endif
Expand Down

0 comments on commit 6956ce3

Please sign in to comment.