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:
authorDalai Felinto <dfelinto@gmail.com>2017-10-23 22:46:35 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-10-23 23:18:05 +0300
commit23a5726ec286f66648195776592eeaf4f19a1d45 (patch)
treea38eda24fcf5275a92952e9f93a24b16855b996d /source/blender/makesrna/intern/CMakeLists.txt
parent4db67aab06dfe6a210ab20268ed898834371119b (diff)
Refactor: Move rna_scene.c layer/collection to rna_layer.c
rna_scene.c was getting way too big with data that was related to DNA_layer_types.h. I tried doing it earlier, but failed. But now with the new changes I think it's better to do this sooner than later.
Diffstat (limited to 'source/blender/makesrna/intern/CMakeLists.txt')
-rw-r--r--source/blender/makesrna/intern/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt
index bf537ea67c6..74c36c456b0 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -56,6 +56,7 @@ set(DEFSRC
rna_key.c
rna_lamp.c
rna_lattice.c
+ rna_layer.c
rna_linestyle.c
rna_main.c
rna_mask.c