Blender Git Commit Log

Git Commits -> Revision 6f3c37a

Revision 6f3c37a by Hans Goudey (master)
July 23, 2020, 15:01 (GMT)
UI: Move properties tab list creation from RNA to editor

This is a change I pulled from the property-search-ui branch,
where I have to use the list of tabs to search the inactive tabs
and it makes more sense to use the array directly.

It is also an improvement to have this fundamental code to the
properties editor in the editor code rather than an RNA callback.

There are no functional changes.

Differential Revision: https://developer.blender.org/D8368

Commit Details:

Full Hash: 6f3c37a3ff83222bf8d2de8a888b63bdfb70c079
Parent Commit: c9975d1
Lines Changed: +116, -78

3 Modified Paths:

/source/blender/editors/include/ED_buttons.h (+4, -0) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+93, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+19, -78) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021