added plugins from 3de

This commit is contained in:
Ondrej Samohel 2019-11-13 11:59:22 +01:00
parent 1e523caa52
commit 06e55d533a
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7
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'))