Browse Source

use container count

Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
pull/275/head
Mark Eggert 3 years ago committed by GitHub
parent
commit
eb7914fb4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      korman/exporter/rtlight.py

1
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":

Loading…
Cancel
Save