From cd837f9b12214392469b4ebcf48188ac0b4a7411 Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Fri, 24 May 2019 01:19:09 +0200 Subject: [PATCH] add more info to docstring --- pype/plugins/global/publish/integrate_new.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pype/plugins/global/publish/integrate_new.py b/pype/plugins/global/publish/integrate_new.py index 357cd9fbbf..e01c339143 100644 --- a/pype/plugins/global/publish/integrate_new.py +++ b/pype/plugins/global/publish/integrate_new.py @@ -30,6 +30,14 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin): 'stagingDir': "path/to/folder/with/files" 'name': representation name (usually the same as extension) 'ext': file extension + optional data + 'anatomy_template': 'publish' or 'render', etc. + template from anatomy that should be used for + integrating this file. Only the first level can + be specified right now. + 'startFrame' + 'endFrame' + 'framerate' """ label = "Integrate Asset New"