Problem summary
Within Nuke 12 releases, the NDK Example plugin 'exrReader.cpp' contains a line of code that can cause an error when compiling the plugin if activated.
The code is referring to the fnTimer.h header and resides on line 72.
Customer reported version
nuke.12.0v1
Customer reported platform
centos7
Steps to reproduce
1) Open the exrReader.cpp file in a Script Editor (located in \Nuke12.0v2\Documentation\NDKExamples\examples)
2) Remove the comment to enact the code on line 72 and compile Result: Error when compiling
Expected behaviour
exrReader.cpp should not fail when compiling
Actual behaviour
exrReader.cpp fails when compiling due to an error if fnTimer.h header code is enacted.
Workaround
As this was not intended to be included in the exrReader.cpp plugin, we would recommend removing this line of code.
Reproduced by support
This bug has been reproduced in:
Nuke 12.0v2 - Windows 7 - CentOS 7 - MacOS 10.14.5
Nuke 12.0v1 - Windows 7 - CentOS 7 - MacOS 10.14.5
Unable to reproduce bug in:
Nuke 11.3v5 - Windows 7 - CentOS 7 - MacOS 10.14.5
Earliest version tested
Nuke 12.0v1
- This issue did not exist before this version