[Bf-extensions-cvs] [52b58daa] master: Fix syntax error after recent fixes.

Sergey Sharybin noreply at git.blender.org
Tue Nov 26 09:08:36 CET 2019


Commit: 52b58daa9759d56e45aa6dabd90ec36910e7084a
Author: Sergey Sharybin
Date:   Tue Nov 26 09:08:02 2019 +0100
Branches: master
https://developer.blender.org/rBA52b58daa9759d56e45aa6dabd90ec36910e7084a

Fix syntax error after recent fixes.

Was introduced by 35d9087eb.

Please verify addons at least loads after making changes.

===================================================================

M	lighting_tri_lights.py

===================================================================

diff --git a/lighting_tri_lights.py b/lighting_tri_lights.py
index 1106d002..44a9c8e6 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



More information about the Bf-extensions-cvs mailing list