Autodesk / maya-usd

A common USD (Universal Scene Description) plugin for Autodesk Maya
777 stars 201 forks source link

EMSUSD-1570 add a class-prims filter to USD UFE #3987

Closed pierrebai-adsk closed 1 week ago

pierrebai-adsk commented 2 weeks ago

Work around the problem that Maya does not correctly handle UFE filters. Maya only handles one UFE filter. If there are more than one filters, only one is handled.

To work around this issue, we manually ask the outliner what are the desired settings and use these settings as the default values for the filters. When the outliner fails to handle multiple filters, it will end-up using the default values, which will be the desired values.

seando-adsk commented 2 weeks ago

@pierrebai-adsk Removed the ready-for-merge just until my questions are answered.

pierrebai-adsk commented 2 weeks ago

I believe I answered Sean's concerns, so I'll mark this a ready for merge.