mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
added logs to legacy processing methods
This commit is contained in:
parent
59ce9a5a6d
commit
fa97e76e32
2 changed files with 4 additions and 0 deletions
|
|
@ -761,6 +761,8 @@ class ExtractBurnin(pype.api.Extractor):
|
|||
return executable
|
||||
|
||||
def legacy_process(self, instance):
|
||||
self.log.warning("Legacy burnin presets are used.")
|
||||
|
||||
context_data = instance.context.data
|
||||
|
||||
version = instance.data.get(
|
||||
|
|
|
|||
|
|
@ -1074,6 +1074,8 @@ class ExtractReview(pyblish.api.InstancePlugin):
|
|||
return filtered_outputs
|
||||
|
||||
def legacy_process(self, instance):
|
||||
self.log.warning("Legacy review presets are used.")
|
||||
|
||||
output_profiles = self.outputs or {}
|
||||
|
||||
inst_data = instance.data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue