Skip to main content

All Questions

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
59 views

msgbus for collection selection in outliner

I want a callback for Collection selections in the Outliner. So far I already found a common solution for object selections: ...
rbx 775's user avatar
  • 57
1 vote
2 answers
4k views

Selecting a collection via Python

Many similar question but none solved my problem. My selection and hierarchy looks like this: I want to loop through all selected collections, select the collection and it's children and export. How ...
Lala_Ghost's user avatar
15 votes
1 answer
31k views

Is there a way to select all the objects inside a collection?

Is there a way to select all the objects inside collection using shortcut?
Piton812's user avatar
  • 163