I use this script a lot when modelling : script:moi.geometryDatabase.invertSelection(); moi.geometryDatabase.hide(); moi.geometryDatabase.selectAll();
When I try to use it on a curve or solid showing points, the solid itself is hidden. I can suspect why this happens, the showing points are unselected so the scripts hides them hiding the selected object as well (or?). Is there an easy way to isolate objects that have visible points?
I use the latest beta!
EDIT: apparently even when I have the points selected, everything is hidden upon running the script. :(
|