I need a place where I can put a UI-related temporary variable for storing
things such as what was the last button pressed and when did the last
tooltip close. It must be in some scope that's visible to and accessible by
all controls. I can't put it in RNA because those things are stored to the
hard drive, and these things are runtime-related and shouldn't be stored. I
don't want to make a global variable because that's obviously sloppy. There
doesn't seem to be any UI-related area to place stuff that should be
visible to all controls but not stored on the hard drive. If I can solve
this problem then I should be able to immediately remove two things from my
list.

-- 
Jorge "Vino" Rodriguez
[email protected]
[ Tweet <http://twitter.com/vinobs> | Like <http://www.facebook.com/bsvino>|
Plus <http://www.google.com/profiles/bs.vino> ]
919.757.3066
_______________________________________________
Bf-committers mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to