Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'light_field_tools/light_field_tools.py')
-rw-r--r--light_field_tools/light_field_tools.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/light_field_tools/light_field_tools.py b/light_field_tools/light_field_tools.py
index 60f631ed..f690add5 100644
--- a/light_field_tools/light_field_tools.py
+++ b/light_field_tools/light_field_tools.py
@@ -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