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
Is this tested with latest USD builds? I have tried it on both latest vanilla USD and USD through houdini at it never generates the python rdo. I always get:
Traceback (most recent call last):
File "testImportReplaceResolver.py", line 1, in
from rdo import ReplaceResolver
ImportError: No module named rdo
I tried searching for rdo on my entire system but it doesnt find anything except:
/usr/local/lib/python2.7/site-packages/rdo
This location only has one init.py that contains:
''' replaceResolver package '''
Testing on centos 7, houdini 18.5.462 and latest USD build.
Thanks!
The text was updated successfully, but these errors were encountered:
Hey yeah this repo is only implementing the AR1.0.
But the change to the AR2.0 is not to complicated.
Check out the defaultResovler at: https://github.com/PixarAnimationStudios/USD/tree/release/pxr/usd/ar
And adjusted the content of the functions accrodingly to make it work.
Most functions are kind of similar and just have an _ in front of it.
Hi,
Is this tested with latest USD builds? I have tried it on both latest vanilla USD and USD through houdini at it never generates the python rdo. I always get:
Traceback (most recent call last):
File "testImportReplaceResolver.py", line 1, in
from rdo import ReplaceResolver
ImportError: No module named rdo
I tried searching for rdo on my entire system but it doesnt find anything except:
/usr/local/lib/python2.7/site-packages/rdo
This location only has one init.py that contains:
''' replaceResolver package '''
Testing on centos 7, houdini 18.5.462 and latest USD build.
Thanks!
The text was updated successfully, but these errors were encountered: