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:
authorJoshua Leung <aligorith@gmail.com>2016-05-08 05:38:30 +0300
committerJoshua Leung <aligorith@gmail.com>2016-05-08 15:53:52 +0300
commit81c302bbff48b391b7f62ef7db233e9c7bd2adb2 (patch)
tree373b7644c0ea4a4936090d5730b34927a26ab106 /source/blender/editors/space_action/CMakeLists.txt
parent9dbe7bbe9a943ffd18fa670c4f68b4f90a6fc773 (diff)
Action Editor: Initial support for a Properties Region
This commit adds some of the initial support for a properties region in the Action Editor. There are currently no panels to display, as there is still a lot of work required to port over the required internal architecture to support the panels seen in the Graph Editor.
Diffstat (limited to 'source/blender/editors/space_action/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_action/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_action/CMakeLists.txt b/source/blender/editors/space_action/CMakeLists.txt
index 839071d1330..24c3ee9cd3d 100644
--- a/source/blender/editors/space_action/CMakeLists.txt
+++ b/source/blender/editors/space_action/CMakeLists.txt
@@ -36,6 +36,7 @@ set(INC_SYS
)
set(SRC
+ action_buttons.c
action_data.c
action_draw.c
action_edit.c