You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I met a rendering problem on usd-23.08. usdview just won't stop rendering when I switch to arnold. paintGL() is called constantly. 7.2.2.1 and the latest version of arnold_usd have the same problem.
usd-22.11 works well. GL and Embree works well on each usd version.
There's an error in the output window. I tried to make it TfWarning, but it has no effect on the problem.
Error in 'pxrInternal_v0_23__pxrReserved__::UsdImagingAdapterRegistry' at line 139 in file D:\GitRepository\USD\pxr\usdImaging\usdImaging\adapterRegistry.cpp : '[PluginDiscover] A prim adapter for primType 'GeometryLight' already exists! Overriding prim adapters at runtime is not supported. The last discovered adapter (UsdImagingGeometryLightAdapter) will be used. The previously discovered adapter (ArnoldMeshLightAdapter) will be discarded.'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I met a rendering problem on
usd-23.08
. usdview just won't stop rendering when I switch to arnold.paintGL()
is called constantly.7.2.2.1
and the latest version of arnold_usd have the same problem.usd-22.11
works well.GL
andEmbree
works well on each usd version.USD and arnold_usd are compiled from source code
There's an error in the output window. I tried to make it TfWarning, but it has no effect on the problem.
Beta Was this translation helpful? Give feedback.
All reactions