mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge pull request #2347 from pypeclub/bugfix/adobe_product_show_issue
Adobe products show issue
This commit is contained in:
commit
0fab4e2738
2 changed files with 1 additions and 4 deletions
|
|
@ -49,7 +49,3 @@ class NonPythonHostHook(PreLaunchHook):
|
|||
if remainders:
|
||||
self.launch_context.launch_args.extend(remainders)
|
||||
|
||||
# This must be set otherwise it wouldn't be possible to catch output
|
||||
# when build OpenPype is used.
|
||||
self.launch_context.kwargs["stdout"] = subprocess.DEVNULL
|
||||
self.launch_context.kwargs["stderr"] = subprocess.DEVNULL
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ class ValidateWorkfileData(pyblish.api.ContextPlugin):
|
|||
|
||||
label = "Validate Workfile Data"
|
||||
order = pyblish.api.ValidatorOrder
|
||||
targets = ["tvpaint_worker"]
|
||||
|
||||
def process(self, context):
|
||||
# Data collected in `CollectAvalonEntities`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue