Skip to content

Commit

Permalink
Adjust name of lightmap uv layer to be the same as in the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
GottfriedHofmann committed Sep 3, 2024
1 parent 5ca8cd1 commit 8582eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/io_hubs_addon/components/consts.py
Original file line number Diff line number Diff line change
@@ -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"),
Expand Down

0 comments on commit 8582eda

Please sign in to comment.