Fix panel category: T48459

This commit is contained in:
Brendon Murphy 2016-05-20 19:40:11 +10:00
parent 2fe2dbdc48
commit 27a781104b
1 changed files with 1 additions and 0 deletions

View File

@ -399,6 +399,7 @@ class VIEW3D_OT_lightfield_tools(bpy.types.Panel):
bl_region_type = "TOOLS"
bl_context = "objectmode"
bl_label = "Light Field Tools"
bl_category = "Tools"
def draw(self, context):
layout = self.layout