mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
removed comments
This commit is contained in:
parent
1a04dca10a
commit
a14b05ccd1
1 changed files with 0 additions and 8 deletions
|
|
@ -108,14 +108,6 @@ class CollectInstanceAnatomyData(pyblish.api.InstancePlugin):
|
|||
|
||||
instance.data["anatomyData"] = anatomy_data
|
||||
instance.data["latestVersion"] = latest_version
|
||||
# TODO check if template is used anywhere
|
||||
# instance.data["template"] = template
|
||||
|
||||
# TODO we should move this to any Validator
|
||||
# # We take the parent folder of representation 'filepath'
|
||||
# instance.data["assumedDestination"] = os.path.dirname(
|
||||
# (anatomy.format(template_data))["publish"]["path"]
|
||||
# )
|
||||
|
||||
self.log.info("Instance anatomy Data collected")
|
||||
self.log.debug(json.dumps(anatomy_data, indent=4))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue