Aug
06
Play, Rewind Viewer Hotkeys
Posted in: NUKE from The FoundryI can’t find the command to select the first frame in my range:
Code:
menubar.addMenu("&Viewer").addCommand("Play", "nuke.activeViewer().play(1)", "Up")
menubar.addMenu("&Viewer").addCommand("Rewind", "???????", "Down")
And is it possible to assign a command to a key, without adding it to a menu?
Post a Comment