Merged in sync-with-3de (pull request #367)

added plugins from 3de

Approved-by: Milan Kolar <milan@orbi.tools>
This commit is contained in:
Ondřej Samohel 2019-11-19 22:25:51 +00:00 committed by Milan Kolar
commit 6f22826041
4 changed files with 227 additions and 1 deletions

View file

@ -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'))