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/__init__.py')
-rw-r--r--light_field_tools/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/light_field_tools/__init__.py b/light_field_tools/__init__.py
index 66c7d61a..386e767a 100644
--- a/light_field_tools/__init__.py
+++ b/light_field_tools/__init__.py
@@ -125,8 +125,8 @@ class LightFieldPropertyGroup(PropertyGroup):
# Define Panel classes for updating
panels = (
- light_field_tools.VIEW3D_OT_lightfield_tools,
- )
+ light_field_tools.VIEW3D_PT_lightfield_tools,
+)
def update_panel(self, context):