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:
authormeta-androcto <meta.androcto1@gmail.com>2016-05-20 12:40:11 +0300
committermeta-androcto <meta.androcto1@gmail.com>2016-05-20 12:40:11 +0300
commit27a781104baf6a9890538b62254f70d59d14e834 (patch)
tree5fe7d4e193ed4b8b69321a1b082cff292cdcecbc
parent2fe2dbdc482c3f2d34d7dbe7434d1d35ee980ee7 (diff)
Fix panel category: T48459
-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