bookmarker v1.0
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Howard Jones
Bookmarks nodes/ backdrops and a pulldown you can find/open the nodes, or cycle through them
Requirements:
5.2, 6.0, 6.1, 6.2 or later
Linux, Mac, Windows
5.2, 6.0, 6.1, 6.2 or later
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' )
Please login in order to download these files.
Comments
is there a way to "delete/remove" bookmark?
thanks!!
bug report/question:
i have two bookmarks
for some reason when i cycle through them it jumps between three places
two bookmarks and a viewer,
if i delete viewer it jumps between two bookmarks and another random node.
life srichath, you can delete bookmarks. just try to bookmark the bookmarked node again.
I'll have a dig through Diogo's code and see if it can be skipped
RSS feed for comments to this post