mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
add 8k options into texture creator
This commit is contained in:
parent
0e35560c3b
commit
bcfd43b9f5
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