mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
🎨 better publish job render config
This commit is contained in:
parent
226039f3c5
commit
03b3d2f376
1 changed files with 70 additions and 3 deletions
|
|
@ -1,4 +1,71 @@
|
|||
rendererName= PublishJob
|
||||
IconApp= E01__OpenPype.png
|
||||
Name= OpenPype
|
||||
rendererName= Once
|
||||
Version= 1
|
||||
Version_Minor= 0
|
||||
Type=Execute
|
||||
TYPEv9=Execute
|
||||
ExecuteJobType=Once
|
||||
|
||||
::include(E01__OpenPype____global.inc)
|
||||
::include(E01__OpenPype____global__inhouse.inc)
|
||||
|
||||
################################# [Windows] [Linux] [Osx] ##################################
|
||||
|
||||
|
||||
CommandLine=<envFileExecute <rrEnvFile>>
|
||||
|
||||
CommandLine=<rrEnvLine>
|
||||
|
||||
|
||||
::win CommandLine= set "CUDA_VISIBLE_DEVICES=<GpuListC>"
|
||||
::lx CommandLine= setenv CUDA_VISIBLE_DEVICES <GpuListC>
|
||||
::osx CommandLine= setenv CUDA_VISIBLE_DEVICES <GpuListC>
|
||||
|
||||
|
||||
CommandLine=
|
||||
<SetEnvGlobal>
|
||||
|
||||
CommandLine=
|
||||
<SetEnvSoft>
|
||||
|
||||
CommandLine=
|
||||
<ResetExitCode>
|
||||
|
||||
CommandLine= "<exe>" --headless publish <Scene>
|
||||
--targets royalrender
|
||||
--targets farm
|
||||
<AdditionalCommandlineParam>
|
||||
<CustomFlags>
|
||||
|
||||
CommandLine=
|
||||
<CheckExitCode>
|
||||
|
||||
|
||||
|
||||
################################## Render Settings ##################################
|
||||
|
||||
|
||||
|
||||
################################## Submitter Settings ##################################
|
||||
StartMultipleInstances= 0~0
|
||||
SceneFileExtension= *.json
|
||||
AllowImageNameChange= 0
|
||||
AllowImageDirChange= 0
|
||||
SequenceDivide= 0~1
|
||||
PPSequenceCheck=0~0
|
||||
PPCreateSmallVideo=0~0
|
||||
PPCreateFullVideo=0~0
|
||||
AllowLocalRenderOut= 0~0
|
||||
|
||||
|
||||
################################## Client Settings ##################################
|
||||
|
||||
IconApp=E01__OpenPype.png
|
||||
|
||||
licenseFailLine=
|
||||
|
||||
errorSearchLine=
|
||||
|
||||
permanentErrorSearchLine =
|
||||
|
||||
Frozen_MinCoreUsage=0.3
|
||||
Frozen_Minutes=30
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue