Files
test/source/blender
Guillermo Venegas b36e5b4b06 Refactor: UI: Replace UI_block_layout with blender::ui::block_layout
This renames `UI_block_layout` API as `blender::ui::block_layout`,
following uiLayout refactors.
This function now returns a layout reference instead of pointer,
this changes applies this return type where the layout can be used
as such reference.

Changes includes the use of `blender::ui::LayoutDirection` and
`blender::ui::LayoutType` as typed enum parameters.

Part of: #117604

Pull Request: https://projects.blender.org/blender/blender/pulls/141401
2025-07-03 22:00:46 +02:00
..
2025-06-12 10:37:47 +02:00
2025-07-03 09:31:55 -07:00
2025-07-01 11:53:30 +03:00
2025-07-02 05:27:00 +02:00
2025-07-03 09:56:23 +02:00