mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merged in sync-with-3de (pull request #367)
added plugins from 3de Approved-by: Milan Kolar <milan@orbi.tools>
This commit is contained in:
commit
6f22826041
4 changed files with 227 additions and 1 deletions
|
|
@ -24,4 +24,4 @@ class CollectSceneVersion(pyblish.api.ContextPlugin):
|
|||
rootVersion = pype.get_version_from_path(filename)
|
||||
context.data['version'] = rootVersion
|
||||
|
||||
self.log.info('Scene Version: %s' % context.data('version'))
|
||||
self.log.info('Scene Version: %s' % context.data.get('version'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue