Select by visibility
i have a scene that contains millions of objects, some of them are Visibility 0 in object properties
i only see them when i go Wireframe view, i have to select them all and delete
is there any script or code for do that?
note:they're not visibility box checked or not. its visibility 0.0
Comments
.
Yep. I forgot about this and tested only with objects with Visiblity set to arbitrary value.
This will work with all objects:
Tools and Scripts for Autodesk 3dsMax
.
This will select all objects with visibility = 0.
This will delete all objects with visibility = 0.
Tools and Scripts for Autodesk 3dsMax
~
mxs reference:
By default, there is no controller assigned to the visibility track. Accessing the .controller property of the visibility track will throw an error.
.
Yep. I forgot about this and tested only with objects with :)
Tools and Scripts for Autodesk 3dsMax