I couldn't find a script that collapses the stack of all selected splines, resulting in meshes those that have thickness renderable in viewport.
This would be helpful to select just splines that are not renderable.
Forum topic · Scripts Wanted
By lupaz · 2016-05-07
I couldn't find a script that collapses the stack of all selected splines, resulting in meshes those that have thickness renderable in viewport.
This would be helpful to select just splines that are not renderable.
Swordslayer · 2016-05-09
If all you want to do is select splines that are not renderable and are still shapes (i.e. not turned to renderable trimesh, say with Shell), this will do:
select (for obj in shapes where obj.baseobject.renderable collect obj)lupaz · 2016-05-09
Thanks!