Fix364#418
Conversation
- Remove old manager and loader, replace with cbloader and cbsceneinventory - Refactor cbloader -> loader - Refactor cbsceneinventory -> sceneinventory
# Conflicts: # avalon/tools/cbloader/app.py
|
Just a heads up. This was still remaining as an open PR as it would introduce backwards compatibility issues for studio tools that relied on the widgets/models that were in these tools. Another reason #414 made some sensible choices as we rely a lot on the AssetWidget internally too. Any way, I'll refactor internal code when I'm back from vacation to what it needs to be by then. ;) |
|
Thanks Roy |
|
For future reference, this is why it's important that external users only reference If there's something you need that isn't exposed via an API, submit an issue. For us internally, we can avoid this becoming an issue as well by gracefully deprecating parts of our code. For example, we could reverse the |
Continuing from #388, for some reason I wasn't able to push directly to that branch.
As this PR merely deletes unused code and that it's been proposed for over two months, I'm merging this now.