Skip to main content

All Questions

Tagged with
2 votes
1 answer
779 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
3 votes
2 answers
352 views

How can I fully select a collection using python with blue highlight?

I have found this thread and several other threads but nothing with any legit answers. We can somewhat select a collection using for example this script that "selects" the one at index 2: <...
Harry McKenzie's user avatar
1 vote
1 answer
283 views

How can I get all selected collections in the Outliner?

In 2022 there was an answer to a question over at devtalk.blender.org about selecting multiple collections. The answer was this code segment: ...
Steve's user avatar
  • 440
1 vote
1 answer
350 views

Recursive search for selected vertices

i am working on a tool and need to get selection islands in the mesh. I want to keep only the biggest connected vertex selection in the mesh. I wrote a function that recursively searches a ...
f.bra's user avatar
  • 142