| Hi PaQ, yes definitely the scene browser tree thing will have a way to hide or show a particular group of objects.
 Also the current shortcut that you use for isolate will continue to work, I will just likely be adding a new function available to script that will handle the situation for points on a little better. You can then change your shortcut to call this new one if you want.
 
 
 re: no multi-purpose buttons...
 
 Unfortunately there are a lot of conflicting forces here.
 
 It is good to avoid hidden functions when possible.
 
 It is also generally good to have a streamlined UI that does not overwhelm users with a tremendous number of buttons.
 
 I have to try to reconcile these different goals, usually that will mean I need to put more "advanced functions" to be an auxiliary type function on some standard UI when it is possible to combine things.
 
 The main other choice that I have to maintain the simple and streamlined UI is to not add in new functions at all...
 
 - Michael
 |