mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add version that is printed in GlobalJobPreLoad plugin
This commit is contained in:
parent
32251734b1
commit
bf82de09d0
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ from Deadline.Scripting import (
|
|||
DirectoryUtils,
|
||||
ProcessUtils,
|
||||
)
|
||||
|
||||
__version__ = "1.0.0"
|
||||
VERSION_REGEX = re.compile(
|
||||
r"(?P<major>0|[1-9]\d*)"
|
||||
r"\.(?P<minor>0|[1-9]\d*)"
|
||||
|
|
@ -593,7 +593,7 @@ def inject_render_job_id(deadlinePlugin):
|
|||
|
||||
|
||||
def __main__(deadlinePlugin):
|
||||
print("*** GlobalJobPreload start ...")
|
||||
print("*** GlobalJobPreload {} start ...".format(__version__))
|
||||
print(">>> Getting job ...")
|
||||
job = deadlinePlugin.GetJob()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue