UV Export: Allow larger sizes to be exported #104946
@ -75,7 +75,7 @@ class ExportUVLayout(bpy.types.Operator):
|
|||||||
size: IntVectorProperty(
|
size: IntVectorProperty(
|
||||||
size=2,
|
size=2,
|
||||||
default=(1024, 1024),
|
default=(1024, 1024),
|
||||||
min=8, max=32768,
|
min=8, max=65536,
|
||||||
description="Dimensions of the exported file",
|
description="Dimensions of the exported file",
|
||||||
)
|
)
|
||||||
opacity: FloatProperty(
|
opacity: FloatProperty(
|
||||||
|
Loading…
Reference in New Issue
Block a user