I need to convert prims paths from a usda file.
I was looking at the "modify path" lop but couldn't make it work.
Any example of how I should settup the "Modify Path" Lop in order to achieve this, if possible?
basically, I need to "repath" something;
"|assetA|_proxy" --> "|assetB|new_location|proxy"
I was also looking at the python API, but couldn't achieve neighter. Any hints on doing this in python?
At the moment, I do a manual conversion editing the asda file within a text editor.
thanks
Jonathan
ex;
>>>> Source Usda over "assetA" ( ) { over "_proxy" { } } >>>> Target USDA over "assetB" ( ) { over "new_locationB" { over "_proxy" { } } }