From 4e43137471c7c8eca5219eebfcba96f11f471825 Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 14 Jun 2022 18:57:33 +0200 Subject: [PATCH] Disable mat maker's editor plugin for now. --- modules/material_maker/register_types.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/material_maker/register_types.cpp b/modules/material_maker/register_types.cpp index 83428bbfe..9f5b36769 100644 --- a/modules/material_maker/register_types.cpp +++ b/modules/material_maker/register_types.cpp @@ -62,7 +62,7 @@ void register_material_maker_types() { Engine::get_singleton()->add_singleton(Engine::Singleton("MMAlgos", _MMAlgos::get_singleton())); #if TOOLS_ENABLED - EditorPlugins::add_by_type(); + //EditorPlugins::add_by_type(); #endif }