Top Menu of CGTalk /CGnews !

 From:  Michael Gibson
55.2 In reply to 55.1 
> Maybe this made some publicity to your Crazzy prog :)

Definitely!

Thank you very much for spreading the news on other forums, Frenchy. I really appreciate it.


> Ps Maybe "Deselect All / Select All" On the Space Barr will be fun ?

You mean something that will switch between them? This will do it (put it all as one line in the .ini file):

[Shortcut Keys]
Space=script:var selection = moi.geometryDatabase.getSelectedObjects(); if ( selection.length == 0 ) moi.geometryDatabase.selectAll(); else moi.geometryDatabase.deselectAll();

- Michael