forked from blender/blender-addons
Fixed wrong panel visibility. #22
@ -149,7 +149,7 @@ class STORM_HYDRA_LIGHT_PT_light(Panel):
|
|||||||
main_col.prop(light, 'size')
|
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_label = "Film"
|
||||||
bl_space_type = 'PROPERTIES'
|
bl_space_type = 'PROPERTIES'
|
||||||
bl_region_type = 'WINDOW'
|
bl_region_type = 'WINDOW'
|
||||||
|
Loading…
Reference in New Issue
Block a user