Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2020-10-03 01:00:41 +0300
committerHans Goudey <h.goudey@me.com>2020-10-03 01:00:56 +0300
commit3eab2248c346081b76c8379656aeff2a473a3da4 (patch)
treebfcc3cb07bf66a6a4ad3916baabea18157480048 /source/blender/editors/interface/CMakeLists.txt
parent28a2c84948cc2296dd86c5ddfc208035328a7b67 (diff)
UI: Move button groups from layout to block level
For a future patch (D9006) we need these groups for longer than just the the layout process, in order to differentiate buttons in panel headers. It may also be helpful in the future to have a way to access related buttons added in the same uiLayout.prop call. With this commit, the groups are stored in and destructed with the uiBlock.
Diffstat (limited to 'source/blender/editors/interface/CMakeLists.txt')
-rw-r--r--source/blender/editors/interface/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/interface/CMakeLists.txt b/source/blender/editors/interface/CMakeLists.txt
index 680cf3ea01a..e7b4402d1f1 100644
--- a/source/blender/editors/interface/CMakeLists.txt
+++ b/source/blender/editors/interface/CMakeLists.txt
@@ -38,6 +38,7 @@ set(SRC
interface.c
interface_align.c
interface_anim.c
+ interface_button_group.c
interface_context_menu.c
interface_draw.c
interface_eyedropper.c