Skip to main content

All Questions

Tagged with
0 votes
0 answers
97 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
344 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
  • 13.1k
2 votes
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
  • 67
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
1 vote
0 answers
145 views

Filter objects by name without their parents

When I type object names in the "search bar" in Outliner, it shows not only the matched objects but their whole hierarchy: I don't want to know what's their parents and parents' parents. I ...
Lai Yu-Hsuan's user avatar
  • 2,012
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,378
0 votes
0 answers
19 views

Can't select mesh [duplicate]

I have this base body pony and i cant select it in object mode. What do I do so I can adjust it? if this cant be dun meby there is a way to get it animate? i mage to grab all other stuff like main, ...
Daylover's user avatar
2 votes
1 answer
2k views

How do I select multiple items in the outliner or file browser without selecting all the items in between?

When I try to append multiple files at once, or when I try to select multiple objects in the outliner window that aren't right on top of each other, every file or object between the ones I select are ...
Exin's user avatar
  • 23
2 votes
1 answer
238 views

Select multiple items that are listed together in Outliner

How do I select multiple items that are listed together in the Outliner? For example, have a look at the image below: if I want to select from B to G without having to shift-click on everything in ...
StillerMauritz's user avatar
15 votes
1 answer
30k 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
19 votes
1 answer
5k views

Where are the outliner toggles in 2.8?

The selection toggle arrows in the Outliner disappeared. Is there some preference in the settings that has to be turned on?
Path11 Media's user avatar