From 396426aa12cccc0154db087a6d8337b49e55d049 Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 18 Apr 2022 16:33:37 +0200 Subject: [PATCH] Skip registering PaintEditorPlugin for now, as the module will need lots of refactorings and I need to think about them more. --- modules/paint/register_types.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/paint/register_types.cpp b/modules/paint/register_types.cpp index 383f4b5c9..403d88d35 100644 --- a/modules/paint/register_types.cpp +++ b/modules/paint/register_types.cpp @@ -30,7 +30,7 @@ void register_paint_types() { //ClassDB::register_class(); #ifdef TOOLS_ENABLED - EditorPlugins::add_by_type(); + //EditorPlugins::add_by_type(); #endif }