Skip to main content

All Questions

Tagged with
3 votes
1 answer
144 views

How Can I Automatically Separate a Mesh into Individual Faces (meshes) in Blender?

How do I separate a selected mesh into multiple meshes based on its faces. What I know how to do: enter Edit mode, select a face of a cube, press P for separate, press S for selection, and repeat this ...
Eco_Editor's user avatar
2 votes
1 answer
756 views

Python: How to select only outer faces that are exposed to light via script?

EDIT: Since it's impossible to select only the outer faces using Blender's UI tools, I'm looking for a Python solution that will check each face to see if it does have a certain degree of light (...
Harry McKenzie's user avatar
  • 13.2k