Skip to content

Commit 6956ce3

Browse files
committed
Merge branch 'RB-2.4' into RB-2.5
2 parents 7ba998a + 8be1624 commit 6956ce3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
### Changes
3232

33+
- Added palette support in color selector. #754
3334
- Allow creating a node with the same name that was just deleted. #732
3435
- Natron can now keep up to 32 project backups (see Preferences/General/Save versions). #562
3536
- 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

Engine/Node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3164,7 +3164,7 @@ renderPreview(const Image & srcImg,
31643164
bool convertToSrgb,
31653165
unsigned int* dstPixels)
31663166
{
3167-
#ifndef DEBUG_NAN
3167+
#if defined(DEBUG) && !defined(DEBUG_NAN)
31683168
// Some plugins generate FP exceptions
31693169
boost_adaptbx::floating_point::exception_trapping trap(0);
31703170
#endif

0 commit comments

Comments
 (0)