From 8582edadad457fc777536361f84b87a1aeb075c2 Mon Sep 17 00:00:00 2001 From: Gottfried Hofmann Date: Tue, 3 Sep 2024 18:27:47 +0200 Subject: [PATCH] Adjust name of lightmap uv layer to be the same as in the readme. --- addons/io_hubs_addon/components/consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/io_hubs_addon/components/consts.py b/addons/io_hubs_addon/components/consts.py index 797a094c..1de4eca9 100644 --- a/addons/io_hubs_addon/components/consts.py +++ b/addons/io_hubs_addon/components/consts.py @@ -1,6 +1,6 @@ from math import pi -LIGHTMAP_LAYER_NAME = "Lightmap" +LIGHTMAP_LAYER_NAME = "LightmapUV" DISTANCE_MODELS = [("inverse", "Inverse drop off (inverse)", "Volume will decrease inversely with distance"),