0 Members and 4 Guests are viewing this topic.
Freez/Unfreez:Bugs:It does not unfreeze objects if something is freezed and nothing is selected.
See if this is the Isolate tool you talk about.Edit > Customize > Tools > Common Shortcut Tools > Toggle unselected object visibility.
Hide/Unhide done, works nice, just have no $.
Unhide from Subset$(){ If InSubset = false { ; Here we will show subset of hidden objects If there are objects that was hidden by Hide/Unhide#$ or Hide$ { Unhide them Select them Invert Selection Hide selected $ = True InSubset = True Disable Isolate Selection$ (if user will run Isolate Selection$ while InSubset = True he will see message - Yuo can not use Isloate Selection while you are in Subset of Hidden objects, unhide objects or turn subset off before using Isolate Selection.) } } else { If something is selected { ; Here we will unhide selected objects in subset and hide subset Save current Object Selection Hide it Select all Unhide all except Hiden by Isolate Selection$ Invert Selection Hide Selection Past Object Selection } else { ;If nothing is selected we will hide Subset of hidden objects Select all Unhide all except Hiden by Isolate Selection$ Invert Selection Hide Selection } ;Here we will set $ for hide/unhide#$ and Unhide$ If there are no any objects that was hidden by Hide/Unhide#$ or Hide$ { Set Hide/Unhide#$ and Hide$ $=False. } $ = False InSubset = false Enable Isolate Selection$ }}