diff --git a/korman/exporter/material.py b/korman/exporter/material.py index d2a2ba9..3013ea6 100644 --- a/korman/exporter/material.py +++ b/korman/exporter/material.py @@ -1184,7 +1184,7 @@ class MaterialConverter: return utils.color(color) def get_material_runtime(self, bo, bm, color=None) -> hsColorRGBA: - if not bo.plasma_modifiers.lighting.rt_lights: + if not bo.plasma_modifiers.lighting.preshade: return hsColorRGBA.kBlack if color is None: color = bm.diffuse_color