From eb7914fb4b3918cb015e877d15022146b68f19af Mon Sep 17 00:00:00 2001 From: Mark Eggert <72320499+TikiBear@users.noreply.github.com> Date: Sat, 14 Aug 2021 00:01:14 -0700 Subject: [PATCH] use container count Co-authored-by: Adam Johnson --- korman/exporter/rtlight.py | 1 - 1 file changed, 1 deletion(-) diff --git a/korman/exporter/rtlight.py b/korman/exporter/rtlight.py index afb02b9..ec2c965 100644 --- a/korman/exporter/rtlight.py +++ b/korman/exporter/rtlight.py @@ -258,7 +258,6 @@ class LightConverter: # If there is no light group, we'll say that there is no runtime lighting... # If there is, we will harvest all Blender lamps in that light group that are Plasma Objects lg = bm.light_group - lcount = 0 if lg is not None: for obj in lg.objects: if obj.type != "LAMP":