arnold-usd
arnold-usd copied to clipboard
Crash on linux at startup in usdview
On linux, running usdview with the arnold render delegate crashes. The current workaround for this is to ld-preload the arnold library. So we need to run
LD_PRELOAD=/path_to_arnold/bin/libai.so usdview scene.usda
and this prevents the crashes
Core ticket: #8869
This same issue also affects the procedural and Ndr discovery plugin.
Issue synced internally to ARNOLD-13223