From 46e597ac764ad30d305eb38a5e1aab74787f6023 Mon Sep 17 00:00:00 2001 From: Vasyl-Pidhirskyi Date: Mon, 24 Jul 2023 14:42:50 +0300 Subject: [PATCH] Fixed wrong panel visibility. --- hydra_storm/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra_storm/ui.py b/hydra_storm/ui.py index 379f2cf2a..fb5c42bf9 100644 --- a/hydra_storm/ui.py +++ b/hydra_storm/ui.py @@ -149,7 +149,7 @@ class STORM_HYDRA_LIGHT_PT_light(Panel): main_col.prop(light, 'size') -class STORM_HYDRA_RENDER_PT_film(bpy.types.Panel): +class STORM_HYDRA_RENDER_PT_film(Panel): bl_label = "Film" bl_space_type = 'PROPERTIES' bl_region_type = 'WINDOW' -- 2.30.2