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:
Diffstat (limited to 'source/blender/editors/space_api/spacetypes.c')
-rw-r--r--source/blender/editors/space_api/spacetypes.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/space_api/spacetypes.c b/source/blender/editors/space_api/spacetypes.c
index 905f7bc80b6..fbf8af514b6 100644
--- a/source/blender/editors/space_api/spacetypes.c
+++ b/source/blender/editors/space_api/spacetypes.c
@@ -61,6 +61,7 @@
#include "ED_uvedit.h"
#include "ED_mball.h"
#include "ED_logic.h"
+#include "ED_clip.h"
/* only call once on startup, storage is global in BKE kernel listbase */
void ED_spacetypes_init(void)
@@ -89,6 +90,7 @@ void ED_spacetypes_init(void)
ED_spacetype_logic();
ED_spacetype_console();
ED_spacetype_userpref();
+ ED_spacetype_clip();
// ...
/* register operator types for screen and all spaces */
@@ -129,6 +131,7 @@ void ED_spacetypes_init(void)
ED_operatormacros_file();
ED_operatormacros_graph();
ED_operatormacros_action();
+ ED_operatormacros_clip();
/* register dropboxes (can use macros) */
spacetypes = BKE_spacetypes_list();