From 7d567dba09b6991746220c778cf62d1f2a909111 Mon Sep 17 00:00:00 2001 From: Shankar Sivarajan Date: Fri, 12 Nov 2021 16:25:42 -0500 Subject: [PATCH] Removed dummy "Misc" panel The Subpanel parent class shouldn't be registered. --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 5a47914..4f507b1 100644 --- a/__init__.py +++ b/__init__.py @@ -51,7 +51,7 @@ PBAKER_AddCombinePresetObjectDisplay, PBAKER_MT_display_combine_presets, PBAKER_PT_Main, - PBAKER_PT_SubPanel, + # PBAKER_PT_SubPanel, PBAKER_PT_BakeList, PBAKER_PT_AdditionalBakeTypes, PBAKER_PT_OutputSettings,