shotgunsoftware / tk-multi-breakdown2

A Flow Production Tracking Pipeline Toolkit app that helps you see what is out of date in your scene across multiple projects.
https://developer.shotgridsoftware.com/tk-multi-breakdown2/
Other
4 stars 10 forks source link

SHOT-4354: API backward compatibility fix #75

Closed staceyoue closed 6 months ago

staceyoue commented 6 months ago

Fix breaking api change to method BreakdownManager::scan_scene. This method was refactored to allow the file model to execute the scan scene in incremental steps to improve performance, but the return value was changed from List[FileItem] to List[dict]. This PR reverts this api breaking change.

This fixes Apps that use the Breakdown2 api:

Changes:

staceyoue commented 6 months ago

Closing, included in dependent PR #76