ynput / ayon-core

Apache License 2.0
18 stars 30 forks source link

Scene Inventory: remove unused container attribute #643

Closed antirotor closed 3 weeks ago

antirotor commented 3 weeks ago

Changes

name isn't used anywhere but it is hard required, causing crashes in hosts that are not having it. Also adding broad try/except to catch any invalid containers so they won't crash the whole list.

Testing

Scene inventory should list loaded stuff even without name - currently this affects Unreal as far as I know.