Skip to content

Commit

Permalink
Fix: LOL does not work in Blender 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
odil24 authored Aug 26, 2024
1 parent 455f6e3 commit 9195c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/lol/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
from ...utils import get_addon_preferences, compatibility


LOL_HOST_URL = "https://luxcorerender.org/lol"
LOL_HOST_URL = "http://luxcorerender.org/lol"
LOL_VERSION = "v2.5"

download_threads = []
Expand Down

1 comment on commit 9195c15

@Sarah-C
Copy link

@Sarah-C Sarah-C commented on 9195c15 Oct 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic, works great. =)

Please sign in to comment.