Merge pull request #3247 from quadproduction/add-nuke-default-icon
Nuke: Change default icon path in settings
|
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 85 KiB |
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 85 KiB |
BIN
openpype/resources/app_icons/nukestudio.png
Normal file
|
After Width: | Height: | Size: 100 KiB |
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 97 KiB |
|
|
@ -292,7 +292,7 @@
|
|||
"nukex": {
|
||||
"enabled": true,
|
||||
"label": "Nuke X",
|
||||
"icon": "{}/app_icons/nuke.png",
|
||||
"icon": "{}/app_icons/nukex.png",
|
||||
"host_name": "nuke",
|
||||
"environment": {
|
||||
"NUKE_PATH": [
|
||||
|
|
@ -431,7 +431,7 @@
|
|||
"nukestudio": {
|
||||
"enabled": true,
|
||||
"label": "Nuke Studio",
|
||||
"icon": "{}/app_icons/nuke.png",
|
||||
"icon": "{}/app_icons/nukestudio.png",
|
||||
"host_name": "hiero",
|
||||
"environment": {
|
||||
"WORKFILES_STARTUP": "0",
|
||||
|
|
|
|||