BigRoy / usd-qtpy

Python Qt components for building custom USD tools.
MIT License
57 stars 8 forks source link

Layer Editor: Allow adding and saving anonymous layers #17

Closed BigRoy closed 7 months ago

BigRoy commented 7 months ago

As a continuation of #2 we should also be able to add in-memory anonymous layers and manage those (e.g. setting a save path and saving the layer)

BigRoy commented 7 months ago

Side note: It seems that when in Maya you save an anonymous layer to a named layer that the UI will lose it's connection to the root layer or stage - so we might listen to a different notice to ensure the Layer Editor stays connected.