Collapse stack - selected - Splines with thickness to mesh

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.

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Swordslayer's picture

If all you want to do is

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's picture

Thanks!

Thanks!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.