rdo_replace_resolver icon indicating copy to clipboard operation
rdo_replace_resolver copied to clipboard

Not working on latest USD builds

Open DarkNemos opened this issue 4 years ago • 3 comments

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!

DarkNemos avatar Feb 03 '21 19:02 DarkNemos

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?

dronepiece avatar Apr 20 '21 09:04 dronepiece

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

charlesfleche avatar Apr 23 '21 20:04 charlesfleche

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.

jonassorgenfrei avatar Oct 17 '22 21:10 jonassorgenfrei