Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing world is broken when custom OCIO is set. #233

Open
gad-ass opened this issue Jun 18, 2023 · 1 comment
Open

Importing world is broken when custom OCIO is set. #233

gad-ass opened this issue Jun 18, 2023 · 1 comment

Comments

@gad-ass
Copy link

gad-ass commented Jun 18, 2023

Start with a clear and concise description of what the bug is, then provide:

  • Version of LilySurfaceScrapper: 1.8.1
  • Version of Blender: 3.5.1
  • Operating System: Windows 11
blender_4E0SEgSFi8.mp4

I have set up custom path for OCIO in Windows Environment and I think it's colliding with addon. :)

@gad-ass
Copy link
Author

gad-ass commented Jun 18, 2023

Blender Log:

Python: Traceback (most recent call last):
File "C:\Users*\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\LilySurfaceScraper\frontend.py", line 382, in execute
world = data.createWorld()
File "C:\Users*\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\LilySurfaceScraper\CyclesWorldData.py", line 54, in createWorld
texture_node.image.colorspace_settings.name = color_space["name"]
TypeError: bpy_struct: item.attr = val: enum "Linear" not found in ('ACES - ACEScc', 'ACES - ACEScct', 'AgX Log (Kraken)', 'AgX Log (SB2383)', 'ARRI LogC AWG', 'ARRI LogC4', 'BMDFilm WideGamut Gen5', 'Canon - CLog2 CGamut', 'Canon - CLog3 CGamut', 'DaVinci Intermediate WideGamut', 'Filmic Log', 'Linear - E-Gamut', 'Linear ACES - AP0', 'Linear ACES - AP1', 'Linear Rec2020', 'Linear Rec709/sRGB', 'Non-Color', 'Panasonic - VLog VGamut', 'RED - Log3G10 RWG', 'Sony - SLog3 SGamut3', 'Sony - SLog3 SGamut3Cine', 'sRGB', 'T-Log - E-Gamut', 'XYZ')

I think issue is on my side as far as I understand this log - have to somehow add 'Linear' profile to my config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant