Create usd stage from file using python #1847
Answered
by
brycegbrazen
raphaeljnwave
asked this question in
Q&A
-
Hi, I am trying to load usd file in Maya using python (trying to reproduce Create -> Universal Scene Description (USD) -> Stage From File ...) but I only succeeded to convert an usd file into maya object, with no usd stage. By looking the doc, it appears that the -uac argument from mayaUSDImport is what I am looking for, but it does not do the job : cmds.mayaUSDImport( file=path, useAsAnimationCache=True) Thank you, |
Beta Was this translation helpful? Give feedback.
Answered by
brycegbrazen
Nov 18, 2021
Replies: 1 comment 3 replies
-
@raphaeljnwave Have you tried doing this?
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
raphaeljnwave
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@raphaeljnwave Have you tried doing this?