Blender Redshift Problems

Post Reply
anton@istudios.se
Posts: 1
Joined: Mon Jul 25, 2022 5:05 pm

Blender Redshift Problems

Post by anton@istudios.se »

Hi!
Is there anyone using redshift? I can´t get it to work when rendering via afanasy.
In extra aguments i use:
-y -E REDSHIFT
This is the error i am getting:

COMPUTERNAME=ISWS13
Blender 3.2.0 (hash e05e1e369187 built 2022-06-08 11:13:18)
Read prefs: C:\Users\iStudios 2\AppData\Roaming\Blender Foundation\Blender\3.2\config\userpref.blend
Read blend: T:\01_PROJECT\2022_Q2\2200331_SPELSKANDALEN_VFX\03_BLENDER\01_BLOCKING\Afanasy_RenderTest.blend
Error: Engine 'REDSHIFT' not available for scene 'MAIN' (an add-on may need to be installed or enabled)

Error: engine not found 'REDSHIFT'
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 3.2\3.2\scripts\modules\addon_utils.py", line 335, in enable
mod = __import__(module_name)
ModuleNotFoundError: No module named 'redshift'
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: Blender Redshift Problems

Post by timurhai »

Hi!
It seems that Blended Python cant import the module named 'redshift'.
How Blender knows where this module is located? May be it should be in PYTHON_PATH.
Afanasy uses Python python and own modules for it too, it uses PYTHON_PATH to locate them.
It seems that you got some environment variables mess.
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
Post Reply