Replies: 5 comments
-
|
Thanks for the discussion. We will discuss a plan to address your use case. For clarification, you would like us to write an Xform for the proxyshape when the root is anonymous? |
Beta Was this translation helpful? Give feedback.
-
|
Have you tried to turn off the option to export the proxyshapes as references? Will this fix your issue? |
Beta Was this translation helpful? Give feedback.
-
|
Hi Shawn and thank you for your answer. Yes. Up to this point, it was our chaser that took upon itself to add the reference to the unshared proxyshape's "actual" root layer (not the anonymous one used to prevent stage sharing) and copy relevant opinions from its session as local propspecs. I did try to play with the After having selected an unshared proxyshape whose stage's edit target points to its session layer (our basic setup), I ran the two following MEL export commands, and both of their logs mention the fact the export of the proxyshape will be skipped due to the nature of its root layer: And indeed, both exported layers have no prim: Any help or insight would be very welcome, as we are currently squeezed between the need to upgrade to Cheers. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for confirming. We will look into addressing this. I don't have a simple workaround today, but you could implement a custom primWriter to handle proxyShape nodes that have an anonymous root layer as a workaround. |
Beta Was this translation helpful? Give feedback.
-
|
Hi Shawn. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
Quick question.
(Apologies if it is a duplicate.)
We are currently attempting to move from
v0.27.0tov0.32.0, and we noticed a behavioral change that is quite dramatic for us: namely, the fact that proxyshapes whose their root layer is anonymous cannot be exported anymore (at least usingcmds.mayaUSDExport()).This difference seems to have been introduced in
v0.30.0, in an effort to export stages as references.This is quite alarming for us as we mostly manipulate unshared proxyshapes in our scenes (therefore their root layer is made internally anonymous) and up until now, we heavily relied on a custom export chaser to serialize their session layer at specific locations on disk.
As it stands, all our exports are now dead in the water, and as it represents a huge part of our workflows, I'd love to limit changes to what is strictly required.
Is there any workaround to still trigger the export of unshared proxyshape nodes, or have them be processed by a registered export chaser?
Any advice is welcome.
Thank you in advance.
Cheers,
Pierre.
Beta Was this translation helpful? Give feedback.
All reactions