AJA io4K User Manual Page 55

  • Download
  • Add to my manuals
  • Print
  • Page
    / 71
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 54
RELEASE NOTES
55
Developer Notes
Here are the changes relevant to developers. See Help > Documentation from the Nuke menu bar for more
information.
NOTE: Node Class() names occasionally change between major releases, such as Nuke 7 to Nuke 8. While
these changes do not affect legacy scripts, you may not get the results you were expecting if a node class
has been modified. The toolbars.py file, used to create Nuke's node toolbar, contains all the current node
class names and is located in <install_directory>/plugins/nukescripts/ for reference.
As an example, between Nuke 7 and Nuke 8, the Text node Class() changed from Text to Text2. In the
toolbars.py file for the two releases, the entries for the Text node appear as follows:
m.addCommand("Text", "nuke.createNode(\"Text\")", icon="Text.png")
m.addCommand("Text", "nuke.createNode(\"Text2\")", icon="Text.png")
New Features
There are no new features in this release.
Feature Enhancements
There are no feature enhancements in this release.
Bug Fixes
BUGID 46491 - Custom Toolbars were not loaded as part of saved workspaces.
BUGID 46556 - The argument 'nuke.scriptOpen' did not work with remap between Windows and Mac/Linux.
BUGID 46558 - The openInSpreedsheet argument did not return the destination 'SpreadsheetView' object.
BUGID 46609 - Python API Documentation: The documentation for the Python function addCommand referred
to the contextWidget option for setting the action context instead of shortcutContext.
RELEASE NOTES FOR NUKE 9.0V2 | DEVELOPER NOTES
Page view 54
1 2 ... 50 51 52 53 54 55 56 57 58 59 60 ... 70 71

Comments to this Manuals

No comments