ScriptSpot

Script

Notes modifier

By Garp · 2011-11-11

Date updated
2011-11-11
Votes
6
Description

A modifier that does nothing to the object but just holds a piece of text with it.
Think 'post-it notes'.

Additional Info

I use it to leave notes to myself about whys or hows. Just save the following in one of your startup folders: plugin modifier notesMod name:"Notes" classID:#(0x1b51236a, 0x4a9d8f55) ( parameters main rollout:rltNotes ( txt type:#string ui:txtNotes ) rollout rltNotes "Notes" ( editText txtNotes "" height:90 button btnDel "Erase" on btnDel pressed do txtNotes.text = "" ) )

Tags: modifier, notes

Comments (7)

sampei · 2020-04-12

excellent, thanks!

Hey JM!

Garp · 2013-03-26

I dropped you an email couple of days ago.

JokerMartini · 2013-03-07

garp when you get a chance could you send me an email. I had a question for you.

jokermartini (at) hotmail.com

JokerMartini · 2013-03-06

very cool idea Garp.
Nice

titane357 · 2013-03-06

thanks, could be very helpfull

Simple but very useful

aaronbradbury · 2013-03-06

I just took a look to see if this existed before making one myself... I've wanted something like this on many occasions. Thanks +1

good idea

lantlant · 2011-12-15

:D good idea. +vote