mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
feat(nks): printing context for better dev
This commit is contained in:
parent
4e49c8b40b
commit
ec6f10f5bf
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ class LoadSequencesToTimelineAssetOrigin(api.Loader):
|
|||
"hieroWorkfileName": hiero.ui.activeProject().name()
|
||||
})
|
||||
|
||||
self.log.info("data: `{}`".format(data))
|
||||
self.log.develop("_ context: `{}`".format(context))
|
||||
|
||||
clip_loader = lib.ClipLoader(self, context, **data)
|
||||
clip_loader.load()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue