-
Hi, in this video it is mention that it is possible to constraint a maya object to a usdPrim, using a python script Would it be possible to get a simply example on how this can be done? Thanks :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hello @kreppene, We have a regression test that covers some of these things, which may give some insight as to how it could be done: Some extras:
Parenting a Maya object to a USD Prim (select DAG child object\s first and then select the USD prim):
Make note that we haven't fleshed out any workflows at this time, we have simply exposed some things that allow for possible ways to connect between MayaUSD and Maya DAG objects. I hope that helps. -David Santos |
Beta Was this translation helpful? Give feedback.
Hello @kreppene,
We have a regression test that covers some of these things, which may give some insight as to how it could be done:
https://github.com/Autodesk/maya-usd/blob/dev/test/lib/testMayaUsdProxyAccessor.py#L107
Some extras:
Way to expose a translate operation to allow connection through the node editor:
Parenting a Maya object to a USD Prim (select DAG child object\s first and then select the USD prim):
Make note that we haven't fleshed out…