Skip to main content

All Questions

0 votes
0 answers
42 views

Add icons (properties/operators) to Blender's Outline?

I'm trying and wondering if its possible to add new icons (to trigger properies or operators) in the Blender's Outline showing all the objects in the scene. I mean adding new properties/operators in ...
Ommadawn's user avatar
  • 648
3 votes
1 answer
73 views

Outliner: Is there a way to select objects by data type within a Collection?

Is there a way to quickly select all objects of a given type within a specific Collection? Right-clicking on a Collection in the Outliner brings up this menu: ↑ There is an option to "Select ...
Mentalist's user avatar
  • 19.3k
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
3 votes
1 answer
180 views

How can I change the outliner Restriction Toggles with Python?

I'd like to be able to change the restriction toggles (filters) that are displayed on the right of the outliner, similar to this : But with the Python API.
Gorgious's user avatar
  • 31.6k
3 votes
0 answers
616 views

How to create a dynamic UI-list similar to the outliner

I'm currently trying to create sort of a "navigation" UI list with the parent/child concept like the outliner or any classic folder navigation. But I'm stuck at the part where I need my ...
Fox's user avatar
  • 1,942
10 votes
4 answers
17k views

How to hide a certain object in blender 2.8?

hide_viewport seems to be the old hide option but how to toggle the "eye icon" like in prior versions? The 'visibility property'...
Noob Cat's user avatar
  • 1,269
4 votes
0 answers
447 views

Can I create a tree view similar to the outliner one with python?

That is the question: Can I create a tree view similar to the outliner one with python? The thing is that I want to structure some lists (arrays of objects) as tree-nested arrays, so they could be ...
Juangea's user avatar
  • 55