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'