Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4041 from pypeclub/feature/nuke-add-app-variant-13-2
Browse files Browse the repository at this point in the history
Nuke: add 13.2 variant
  • Loading branch information
jakubjezek001 authored Oct 28, 2022
2 parents 1607306 + a45be7d commit 4d8987e
Showing 1 changed file with 94 additions and 0 deletions.
94 changes: 94 additions & 0 deletions openpype/settings/defaults/system_settings/applications.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,24 @@
]
},
"variants": {
"13-2": {
"use_python_2": false,
"executables": {
"windows": [
"C:\\Program Files\\Nuke13.2v1\\Nuke13.2.exe"
],
"darwin": [],
"linux": [
"/usr/local/Nuke13.2v1/Nuke13.2"
]
},
"arguments": {
"windows": [],
"darwin": [],
"linux": []
},
"environment": {}
},
"13-0": {
"use_python_2": false,
"executables": {
Expand Down Expand Up @@ -281,6 +299,7 @@
"environment": {}
},
"__dynamic_keys_labels__": {
"13-2": "13.2",
"13-0": "13.0",
"12-2": "12.2",
"12-0": "12.0",
Expand All @@ -301,6 +320,30 @@
]
},
"variants": {
"13-2": {
"use_python_2": false,
"executables": {
"windows": [
"C:\\Program Files\\Nuke13.2v1\\Nuke13.2.exe"
],
"darwin": [],
"linux": [
"/usr/local/Nuke13.2v1/Nuke13.2"
]
},
"arguments": {
"windows": [
"--nukex"
],
"darwin": [
"--nukex"
],
"linux": [
"--nukex"
]
},
"environment": {}
},
"13-0": {
"use_python_2": false,
"executables": {
Expand Down Expand Up @@ -420,6 +463,7 @@
"environment": {}
},
"__dynamic_keys_labels__": {
"13-2": "13.2",
"13-0": "13.0",
"12-2": "12.2",
"12-0": "12.0",
Expand All @@ -438,6 +482,30 @@
"TAG_ASSETBUILD_STARTUP": "0"
},
"variants": {
"13-2": {
"use_python_2": false,
"executables": {
"windows": [
"C:\\Program Files\\Nuke13.2v1\\Nuke13.2.exe"
],
"darwin": [],
"linux": [
"/usr/local/Nuke13.2v1/Nuke13.2"
]
},
"arguments": {
"windows": [
"--studio"
],
"darwin": [
"--studio"
],
"linux": [
"--studio"
]
},
"environment": {}
},
"13-0": {
"use_python_2": false,
"executables": {
Expand Down Expand Up @@ -555,6 +623,7 @@
"environment": {}
},
"__dynamic_keys_labels__": {
"13-2": "13.2",
"13-0": "13.0",
"12-2": "12.2",
"12-0": "12.0",
Expand All @@ -573,6 +642,30 @@
"TAG_ASSETBUILD_STARTUP": "0"
},
"variants": {
"13-2": {
"use_python_2": false,
"executables": {
"windows": [
"C:\\Program Files\\Nuke13.2v1\\Nuke13.2.exe"
],
"darwin": [],
"linux": [
"/usr/local/Nuke13.2v1/Nuke13.2"
]
},
"arguments": {
"windows": [
"--hiero"
],
"darwin": [
"--hiero"
],
"linux": [
"--hiero"
]
},
"environment": {}
},
"13-0": {
"use_python_2": false,
"executables": {
Expand Down Expand Up @@ -692,6 +785,7 @@
"environment": {}
},
"__dynamic_keys_labels__": {
"13-2": "13.2",
"13-0": "13.0",
"12-2": "12.2",
"12-0": "12.0",
Expand Down

0 comments on commit 4d8987e

Please sign in to comment.