mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Deadline Pype 3 - Hound
This commit is contained in:
parent
dd8cacd845
commit
24a663ecdf
3 changed files with 3 additions and 12 deletions
8
vendor/deadline/custom/events/Pype/Pype.py
vendored
8
vendor/deadline/custom/events/Pype/Pype.py
vendored
|
|
@ -1,11 +1,3 @@
|
|||
import sys
|
||||
import json
|
||||
import subprocess
|
||||
import platform
|
||||
import os
|
||||
import tempfile
|
||||
import time
|
||||
|
||||
import Deadline.Events
|
||||
import Deadline.Scripting
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import time
|
|||
import subprocess
|
||||
import json
|
||||
from Deadline.Scripting import *
|
||||
from Deadline.Scripting import RepositoryUtils
|
||||
from Deadline.Scripting import RepositoryUtils, FileUtils
|
||||
|
||||
|
||||
def inject_pype_environment(deadlinePlugin):
|
||||
|
|
@ -75,7 +75,6 @@ def inject_pype_environment(deadlinePlugin):
|
|||
|
||||
with open(export_url) as fp:
|
||||
contents = json.load(fp)
|
||||
print("contents::{}".format(contents))
|
||||
for key, value in contents.items():
|
||||
deadlinePlugin.SetEnvironmentVariable(key, value)
|
||||
|
||||
|
|
|
|||
4
vendor/deadline/custom/plugins/Pype/Pype.py
vendored
4
vendor/deadline/custom/plugins/Pype/Pype.py
vendored
|
|
@ -1,8 +1,8 @@
|
|||
from System.IO import *
|
||||
from System.Text.RegularExpressions import *
|
||||
|
||||
from Deadline.Plugins import *
|
||||
from Deadline.Scripting import *
|
||||
from Deadline.Plugins import PluginType, DeadlinePlugin
|
||||
from Deadline.Scripting import StringUtils, FileUtils, RepositoryUtils
|
||||
|
||||
import re
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue