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:
Kayla Man 2024-04-11 21:38:44 +08:00 committed by GitHub
commit afc5ef3705
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -144,7 +144,8 @@ class CreateTextures(Creator):
9: "512",
10: "1024",
11: "2048",
12: "4096"
12: "4096",
13: "8192"
},
default=None,
label="Size"),