Questions about mayaUsdLib.PrimWriter #3263
Unanswered
frankchen211
asked this question in
Q&A
Replies: 2 comments
-
|
Did you ever find an answer to Q2? I am curious about a similar workflow. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I've brought this up with the team for some insight. |
Beta Was this translation helpful? Give feedback.
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Q1:
I got a custom PrimWriter for
assemblyReferencenode, before registered my Writer I exported some geoms, then I got this error when registering:How to correctly register my custom one?
Q2:
How to skip exporting descendent nodes when the assembly reference representation is a scene(transforms and meshes)?
I would like to process those export later into separate usd files.
I customized a writer for
mesh, but I can't find the method inside the writer to determine which mesh to export by conditions.e.g.: only meshes/transforms in the assembly reference nodes will be excluded from exporting, otherwise inherit the default export methods.
Also I noticed that although I haved unregistered the customized writer then use the default exporter from Maya file menu, no mesh is exported.
Beta Was this translation helpful? Give feedback.
All reactions