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:
authorYimingWu <xp8110@outlook.com>2019-07-31 11:23:32 +0300
committerYimingWu <xp8110@outlook.com>2019-07-31 11:23:32 +0300
commite5c1b74ec98294071aecd6136283191ccfee8250 (patch)
treed9dcfdaabafe7573411b19ca1cdb217005b26e4e /source/blender/editors/space_api/spacetypes.c
parent4fe067b8541505520363622b26d2dc400a280504 (diff)
LANPR: use own operator registering function.
Diffstat (limited to 'source/blender/editors/space_api/spacetypes.c')
-rw-r--r--source/blender/editors/space_api/spacetypes.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/editors/space_api/spacetypes.c b/source/blender/editors/space_api/spacetypes.c
index 95775f80b50..a2f4ca37c08 100644
--- a/source/blender/editors/space_api/spacetypes.c
+++ b/source/blender/editors/space_api/spacetypes.c
@@ -64,6 +64,8 @@
#include "ED_gizmo_library.h"
#include "ED_transform.h"
+#include "ED_lanpr.h"
+
#include "io_ops.h"
/* only call once on startup, storage is global in BKE kernel listbase */
@@ -123,6 +125,8 @@ void ED_spacetypes_init(void)
ED_operatortypes_view2d();
ED_operatortypes_ui();
+ ED_operatortypes_lanpr();
+
ED_screen_user_menu_register();
/* gizmo types */