Mapping between DAG nodes and associated prims on USDImport #2554
Unanswered
nikshankarnoble
asked this question in
Q&A
Replies: 1 comment
|
@nikshankarnoble just trying to understand your wokflow better, what is it that you are trying to achieve. I'm wondering if there are any other ways to achieve that result, without the need for the DAG node attributes. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi all!
Apologies if this is the wrong place for this question - I wasn't sure where else to ask it (if there's a forum for this please let me know!)
I'm looking to find a way to map prims to their corresponding Maya DAG nodes on a USDImport (importing USD as Maya data, not in a stage), even with the same USD file being imported multiple times and Maya automatically renaming nodes. Ideally something along the lines of a
prim_pathattribute on the DAG nodes.The import is being run through the
fileMEL command in Python and I need to run some processes on nodes in the DAG based on the kind of their associated prim.Does anyone have any ideas? Apologies if this is a stupid question, I'm still fairly new to USD integration with Maya.
Best,
Nikhil
All reactions