Wish for refinements to the way that SelDup works. Add command line options to:
Restrict the part of the model / layout space examined to: Active viewport, window select, region select, include/exclude hidden objects
Zoom or pan to the selected objects. Panning might be unwise if you’re culling an imported file, but in some other instances it would be useful to see what’s been selected when ZoomAll really doesn’t show the user what’s been selected because they’re too spread out and/or too small to see.
Send duplicates to user-defined layer
And pleeeeeeease don’t tell me that McNeel plan to ditch the command line in V9. If it ain’t bust, don’t fix it.
Hi Matt - currently SelDup is constrained to objects in the current space (page/model). The view tools you suggest seem to me like they would be implemented more generally if they are indeed useful, and not be inside SelDup. Sending to a layer is easy enough with the current tools - leaves two things, I think, particular to this command
Limit the search to selected objects
Allow finding hidden duplicates - would you want these shown, or only reported?
Here’s a thing to try that will pan or zoom to individual selected objects (or all objects if there is no selection) ItemZoomer.py (2.6 KB)
To use the Python script use RunPythonScript, or a macro:
_-RunPythonScript "Full path to py file inside double-quotes"