For those who may not "watch" the GitHub project to get pull request emails automatically...
I just merged this patch into master, contributed by Nathan Rusch of Luma Pictures: https://github.com/OpenImageIO/oiio/pull/973 If Nuke's API libraries are found on your build system, this will build Nuke plugins for reading and writing of OIIO texture files (both TIFF-based and OpenEXR). If Nuke is not found on your system (or you build with USE_NUKE=0), it should just silently skip building those plugins. You can also set the CMake variables Nuke_ROOT and NUKE_VERSION (or the Makefile wrapper NUKE_HOME and NUKE_VERSION) to customize the installation location and version, if the default that it finds is not what you want. -- Larry Gritz [email protected] _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
