Notes modifier

6 votes
Date Updated: 
11/11/2011
Author Name: 
Garp

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 = ""
    )
)

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
sampei's picture

excellent, thanks!

excellent, thanks!

Garp's picture

Hey JM!

I dropped you an email couple of days ago.

JokerMartini's picture

garp when you get a chance

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

jokermartini (at) hotmail.com

John Martini
Digital Artist
http://www.JokerMartini.com (new site)

JokerMartini's picture

very cool idea Garp. Nice

very cool idea Garp.
Nice

John Martini
Digital Artist
http://www.JokerMartini.com (new site)

titane357's picture

thanks, could be very

thanks, could be very helpfull

aaronbradbury's picture

Simple but very useful

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

lantlant's picture

good idea

:D good idea. +vote

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.