UV Export: Allow larger sizes to be exported #104946

Open
Jesse Yurkovich wants to merge 2 commits from deadpin/blender-addons:uvexport-large into blender-v4.0-release

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit a3be6e879e - Show all commits

View File

@ -75,7 +75,7 @@ class ExportUVLayout(bpy.types.Operator):
size: IntVectorProperty(
size=2,
default=(1024, 1024),
min=8, max=32768,
min=8, max=65536,
description="Dimensions of the exported file",
)
opacity: FloatProperty(