From 52b58daa9759d56e45aa6dabd90ec36910e7084a Mon Sep 17 00:00:00 2001 From: Sergey Sharybin <sergey.vfx@gmail.com> Date: Tue, 26 Nov 2019 09:08:02 +0100 Subject: [PATCH] Fix syntax error after recent fixes. Was introduced by 35d9087eb. Please verify addons at least loads after making changes. --- lighting_tri_lights.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lighting_tri_lights.py b/lighting_tri_lights.py index 1106d0026..44a9c8e66 100644 --- a/lighting_tri_lights.py +++ b/lighting_tri_lights.py @@ -12,7 +12,6 @@ bl_info = { "category": "Lighting", "wiki_url": "https://docs.blender.org/manual/en/dev/addons/" "lighting/trilighting.html", - "Scripts/", } import bpy -- GitLab