Questions about mayaUsdLib.PrimWriter #3263
Unanswered
frankchen211
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Q1:
I got a custom PrimWriter for
assemblyReference
node, 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