Selection script

 From:  Paul (AIRGLASS)
1078.17 
Finally got around to finishing the cycle select script with subobject selections. Cycling the selection thru all objects (depending on what's selected) should work now. Useage (with command line parameters) :

hotkey CycleSelectByType

Alt+hotkey CycleSelectByType Back

hotkey CycleSelectByType TopLevel

hotkey CycleSelectByType AllOfType

The TopLevel parameter will cycle selection thru all objects except faces and edges --

The AllOfType parameter will cycle thru points, breps, faces, and curves (except edges), depending on the type of object initially selected --

The Back parameter can be used with the other two parameters, as in:
CycleSelectByType TopLevel Back

If no object is selected before the script is run, a notice will pop up, click Done, make a selection, rerun the script.

One problem with this script is that on larger models with alot of objects, the edge and face cycle selection can be very sluggish, due to the way I've got the script designed.
Thanks to Michael and Petr for their help!


Paul