Skip to main content

All Questions

Tagged with
0 votes
0 answers
98 views

How to force Context to be 'Outliner' for using 'bpy.ops.outliner.select_walk' in the 3D Viewport?

I've been trying to use the 'bpy.ops.outliner.select_walk' functionality which walks up and down the list of objects in the outliner with the arrow keys. I want to use this functionality while in the ...
Charlie L'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
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
0 votes
1 answer
52 views

How to add a parent to multiple disabled objects?

I select couple of objects in outliner and they are disabled (monitor icon is off). I don't want to enable it. I want to add a parent to those objects. If I select them in outliner and in object ...
andio's user avatar
  • 2,420