> 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
|