State:New|TargetRelease:No Target|icon_bug|icon_katana|database:public|Resolution:Fixed|BugID:353800|
Problem summary
When importing images/sequences into the Katana Catalog for review, if the user adds an invalid file ( e.g wrong file type ), Katana will throw an error as expected.
Although the error is displayed in the Catalog as a black and red thumbnail, there is no exception call explaining why the error occurred.
Additionally, all future attempts to import new images will fail.
The user has to either exit Katana or Preview Render their project so they can import new image sequences.
Customer reported version
3.0__3.0v1
Customer reported platform
n_a_linux
Steps to reproduce
1) Open Katana, open the Catalog tab
2) Within the Catalog head to File -> Import Image / Sequence
3) In the File browser remove all fields within the 'filter' and select a non image file
This will attempt to bring in the file, but fail as it is an invalid type ( As expected )
from Katana import Utils
def catalogErrorCheck_callback(event, eventId, **kwargs):
print("[Catalog Event] %r %r %r" % (event, eventId, kwargs))
Utils.EventModule.RegisterEventHandler(catalogErrorCheck_callback, "catalog_renderLogAppend")
For more information on registering callbacks/events to Katana on startup, please review our knowledge base article via the link below:We're sorry to hear that
Please tell us why