An enhanced stickynote Node that pastes the clipboard plain text data by default. Very handy for keeping feedbacks DAG which are sent over mail.
pasteNote
Updated: 24 January 2019
Author: pbhat99
Compatible Nuke versions: 8.0 or later
Compatibility: Linux, Mac, Windows
Installation:
Copy this file to your nuke's plugin directory, then
Add these lines to your meny.py
import pasteNote
nuke.menu('Nodes').addCommand('Other/StickyNote','pasteNote()','alt+n')
Changelog:
v0.1
Fixed unicode charector error.
Released on Nukepedia
v0.9:
added compatibility for nuke11.
v0.5:
Created simple code & hotbox button.
Replaced default sticky note node
v0.1:
Got an idea.