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

Not working on latest USD builds #6

Open
DarkNemos opened this issue Feb 3, 2021 · 3 comments
Open

Not working on latest USD builds #6

DarkNemos opened this issue Feb 3, 2021 · 3 comments

Comments

@DarkNemos
Copy link

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!

@dronepiece
Copy link

I have the same problem.
No errors during build. Just an init.py shows up in rdo folder.
Testing on Win 10, Usd 20.11

@DarkNemos, Did you find a solution?

@charlesfleche
Copy link

Unfortunately I don't think anyone at RodeoFX is currently maintained this project.

@jonassorgenfrei
Copy link

jonassorgenfrei commented Oct 17, 2022

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.

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

4 participants