mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
feat(nks): print repre _id
This commit is contained in:
parent
3b83a1f480
commit
ef51f1ed51
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ class LoadSequencesToTimelineAssetOrigin(api.Loader):
|
|||
})
|
||||
|
||||
self.log.debug("_ context: `{}`".format(context))
|
||||
self.log.debug("_ representation._id: `{}`".format(
|
||||
context["representation"]["_id"]))
|
||||
|
||||
clip_loader = lib.ClipLoader(self, context, **data)
|
||||
clip_loader.load()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue