You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to determine the root primitive when using the the cmds.file or cmds.mayaUSDExport command ?
Or is there a way to only export a section from maya to a .usd file ?
For example:
Given this maya hierarchy:
the goal would be a .usd file that looks like this:
(note the defaultPrim = "testoid" here)
However with both cmds.file and cmds.mayaUSDExport the translators always export the nodes parent DAG node as the root primitive. Even with a flag like exportSelected = 1 selection = True
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
We have an open PR that adds this functionality - please have a look at #1111