mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Log collected scene version as debug - artists don't care
This commit is contained in:
parent
689da974c4
commit
10dd15444a
1 changed files with 3 additions and 1 deletions
|
|
@ -63,4 +63,6 @@ class CollectSceneVersion(pyblish.api.ContextPlugin):
|
|||
"filename: {}".format(filename))
|
||||
|
||||
context.data['version'] = int(version)
|
||||
self.log.info('Scene Version: %s' % context.data.get('version'))
|
||||
self.log.debug(
|
||||
"Collected scene version: {}".format(context.data.get('version'))
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue