bookmarker

Bookmarks nodes/ backdrops and a pulldown you can find/open the nodes, or cycle through them

Updated: 25 February 2011

Author: mrhowardjones

Compatible Nuke versions: 5.2 or later

Compatibility: Linux, Mac, Windows

Bookmarker will bookmark nodes and backdrops to allow you to easily find or open your bookmarked sections in your script. Via a pulldown you can find/open the nodes, and/ or you can cycle through them.

Thanks to Diogo for the cycling and a lot of ideas in the code!

 

for menu.py

import bookmarker

m=nuke.menu("Nuke")
m.addCommand('Edit/Bookmarks/add Bookmark', 'bookmarker.bookmarkthis()', 'shift+ctrl+b',icon='bookmark.png')
m.addCommand('Edit/Bookmarks/find Bookmark', 'bookmarker.listbookmarks()', 'alt+ctrl+b',icon='findBookmarks.png')
m.addCommand('Edit/Bookmarks/cycle Bookmarks', 'bookmarker.cyclebookmarks()', 'ctrl+up',icon='cycleBookmarks.png' )

Sign in or register to download or rate.