Files
test2/source
Philipp Oeser be6b147d16 Outliner: allow "Show Active" to center/scroll in Data API view
Unlike other Outliner views, this will not open up elements to find
objects "underneath" (since Data API view lazy loads elements iirc), but
given that you already have that object visible somewhere in the DataAPI
view (so e.g. Objects expanded) we could actually do the centering/
scrolling by getting an ID from the `TreeElement` (in case of an
`TSE_RNA_STRUCT`).

This came up in #145904

Pull Request: https://projects.blender.org/blender/blender/pulls/145920
2025-09-29 12:52:09 +02:00
..