mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
list items are separated by commas, duh
This commit is contained in:
parent
f5d69e8d8d
commit
2c9d579a4b
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ class AddLastWorkfileToLaunchArgs(PreLaunchHook):
|
||||||
"aftereffects",
|
"aftereffects",
|
||||||
"wrap",
|
"wrap",
|
||||||
"openrv",
|
"openrv",
|
||||||
"cinema4d"
|
"cinema4d",
|
||||||
"silhouette",
|
"silhouette",
|
||||||
"gaffer",
|
"gaffer",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ class OCIOEnvHook(PreLaunchHook):
|
||||||
"hiero",
|
"hiero",
|
||||||
"resolve",
|
"resolve",
|
||||||
"openrv",
|
"openrv",
|
||||||
"cinema4d"
|
"cinema4d",
|
||||||
"silhouette",
|
"silhouette",
|
||||||
"gaffer",
|
"gaffer",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue