dream-textures icon indicating copy to clipboard operation
dream-textures copied to clipboard

Problem loading config.ocio (and my fix for linux)

Open TutajITeraz opened this issue 2 years ago • 1 comments

Description

On my linux machine, Composite Node for AI rendering was unable to load color management profile config.ocio

It was trying to load it from the path that does not exist in linux os.

I needed to change the code:

bpy.utils.resource_path('LOCAL')

to:

bpy.utils.resource_path('SYSTEM')

in two places of the plugin, and now it works.

Steps to Reproduce

Connect composite node press f12 to render

Expected Behavior

ai render should show up

Addon Version

Other (Built from source)

GPU

NVIDIA

TutajITeraz avatar Dec 25 '22 11:12 TutajITeraz

Feel free to make a PR to add this fix for Linux.

carson-katri avatar Jan 15 '23 13:01 carson-katri

This issue is stale because it has been open for 60 days with no activity.

github-actions[bot] avatar Mar 17 '23 01:03 github-actions[bot]

This issue was closed because it has been inactive for 7 days since being marked as stale.

github-actions[bot] avatar Mar 25 '23 01:03 github-actions[bot]