Jonathan Pepin Gagné

Jonathan Pepin Gagné

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Edit Primitive paths July 18, 2024, 4:58 p.m.

Hello,
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"
        {

        }

    }
 }

Subnet rename inputs / labels using python Aug. 18, 2022, 5:14 p.m.

Hello,
can't find how to change input names and labels using python. (see image for reference)

thanks
Jonathan