Nuke5.2v2 Released
Posted in: NUKE from The FoundryNuke 5.2v2
Release Date
16 October 2009
Supported Operating Systems
Mac OS X 10.5 Leopard (32-bit only)
Windows XP SP2, XP64
Linux CentOS 4.5 (32- and 64-bit)
New Features
There are no new features in this release.
Feature Enhancements
Added a preference start file browser from most recently used directory. By default, this is enabled and the File Browser will start in the last used directory even between sessions. If disabled, the File Browser will start from the current working directory.
Updated the RED SDK to v2. Please note that as we have updated the RED SDK, some older .r3d files may not look as you expect them to. Please ensure to check colourspace settings and additional Color Settings in the Read control panel, including kelvin, tint, etc. and adjust them accordingly to produce the desired output image.
Included a generic 1D LUT gizmo to more easily add 1D LUTs to Viewer Process list. Getting root LUTs into the Viewer still requires a line of Python, but you can now use the generic ViewerProcess_1DLUT gizmo rather than making a separate one for each LUT. For instance:
nuke.ViewerProcess.register("Panalog", nuke.createNode, ("ViewerProcess_1DLUT", "current Panalog"))
…..
Post a Comment