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:
authorAntonio Vazquez <blendergit@gmail.com>2022-03-03 14:37:38 +0300
committerAntonio Vazquez <blendergit@gmail.com>2022-03-03 14:37:48 +0300
commit2d24ba0210e35782e4f9a3d9c0b1763384463d32 (patch)
tree9d7d15e96581d72b588619fdad9c3bbbe0bec085 /source/blender/editors/scene/CMakeLists.txt
parentce0d4ea41c6ea8bba05b1dbf42eec2ac7438cb39 (diff)
VSE: Allow to create scene in strip properties
This patch adds a button in the scene to add a new one, but this does not change to the new created scene because this breaks the storyboarding workflow. This is a common request for Storyboarding artists. Reviewed By: mendio, brecht, ISS Differential Revision: https://developer.blender.org/D14148
Diffstat (limited to 'source/blender/editors/scene/CMakeLists.txt')
-rw-r--r--source/blender/editors/scene/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/scene/CMakeLists.txt b/source/blender/editors/scene/CMakeLists.txt
index c8013b8d30a..7f687212066 100644
--- a/source/blender/editors/scene/CMakeLists.txt
+++ b/source/blender/editors/scene/CMakeLists.txt
@@ -9,6 +9,7 @@ set(INC
../../makesdna
../../makesrna
../../windowmanager
+ ../../sequencer
)
set(INC_SYS