Skip to main content

All Questions

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
0 votes
1 answer
218 views

How to Select all objects that have the subdivision surface modifier?

I saw this example of how to select objects by name with a script, I would like to know if anyone knows how to modify it to be able to select all the objects with the subdivision surface modifier. ...
Sebastian Medrano's user avatar
2 votes
1 answer
294 views

Select all faces parallel to ground

Is there a way to select all faces in my mesh that have normals that point upwards, with a range of how much they need to be pointing upwards to be selected?I have a mesh of a house, and I want to add ...
BluTackMan's user avatar