mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added few more comments
This commit is contained in:
parent
f9c2f87f90
commit
a2eb78a3a7
2 changed files with 4 additions and 1 deletions
|
|
@ -17,6 +17,9 @@ class CollectFtrackCustomAttributeData(pyblish.api.ContextPlugin):
|
|||
|
||||
Data are stored into each instance in context under
|
||||
instance.data["customData"]["ftrack"].
|
||||
|
||||
Hierarchical attributes are not looked up properly for that functionality
|
||||
custom attribute values lookup must be extended.
|
||||
"""
|
||||
|
||||
order = pyblish.api.CollectorOrder + 0.4992
|
||||
|
|
|
|||
|
|
@ -224,7 +224,7 @@ class ExtractBurnin(openpype.api.Extractor):
|
|||
custom_data = copy.deepcopy(
|
||||
instance.data.get("customData") or {}
|
||||
)
|
||||
# Backwards compatibility
|
||||
# Backwards compatibility (since 2022/04/07)
|
||||
custom_data.update(
|
||||
instance.data.get("custom_burnin_data") or {}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue