Files
test2/source/blender
Julian Eisel 781492fdb4 Refactor: Simplify outliner tree element creation using member function
With this, display modes and tree elements can add an element through
the tree-display object used for building the tree for this display
mode. This means we no longer have to pass the `SpaceOutliner` object
around, and we avoid boilerplate. Further such simplifications to the
tree element creations are planned and are easier now.

Also note that this centralizes the use of `SpaceOutliner`, so we can
more easily make tree-display and tree-element objects independent from
it. This could be useful for unit testing, for example.
2023-09-01 20:59:53 +02:00
..
2023-08-30 10:57:12 +10:00
2023-08-18 08:56:12 +10:00
2023-08-31 10:38:13 +10:00
2023-09-01 15:40:42 +02:00
2023-08-28 15:01:05 +02:00
2023-08-24 11:38:41 +10:00