mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge pull request #407 from ynput/bugfix/AY-4953_Substance-8K-option-missing
Substance Painter: add missing 8k option into texture export size setting in the texture creator
This commit is contained in:
commit
afc5ef3705
1 changed files with 2 additions and 1 deletions
|
|
@ -144,7 +144,8 @@ class CreateTextures(Creator):
|
|||
9: "512",
|
||||
10: "1024",
|
||||
11: "2048",
|
||||
12: "4096"
|
||||
12: "4096",
|
||||
13: "8192"
|
||||
},
|
||||
default=None,
|
||||
label="Size"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue