-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breakdown2 missing 'unpublished items' feature #82
Comments
Hi @skeleturtle - tk-multi-breakdown2 offers extended functionality from the original tk-multi-breakdown app, which requires valid published files (meaning, they can be found through the api method |
@staceyoue could there at least be better logging to track when a publish isn't found using the sgtk.util.find_publish? I have valid publishes that currently the api method fails to find, yet it doesn't provide any reasoning as to why. |
@skeleturtle if a publish is not found by To help understand what publishes should be found, the steps the app takes to gather published files:
Note that |
tk-multi-breakdown had an unpublished items feature, where if the app wasn't able to gather the publish data for the path, it lumped the item into an OTHER_ITEMS group. It would be great if we could have this feature added back.
Currently I also fight with the gathering of publish files being all the way down into sgtk.util.find_publish which isn't something we'd want to go and have to fork since its a core utility, but when it fails there is very little feedback as to why, or what we can do to change the result.
The text was updated successfully, but these errors were encountered: