BigRoy / usd-qtpy

Python Qt components for building custom USD tools.
MIT License
59 stars 9 forks source link

Layer Editor: Implement the add and removal of layers #2

Closed BigRoy closed 10 months ago

BigRoy commented 10 months ago

The Layer Editor currently does show "Add layer" and "Remove layer" but the callbacks for those are not implemented yet.

On Add Layer likely the user should be able to pick between anonymous or a saved layer (or we create anonymous by default and allow defining the save path on save, like Maya does)