UV Export: add option to export UV tiles #104940
@ -219,7 +219,8 @@ class ExportUVLayout(bpy.types.Operator):
|
|||||||
x -= 1
|
x -= 1
|
||||||
if y > 0 and v < y + 1e-6:
|
if y > 0 and v < y + 1e-6:
|
||||||
y -= 1
|
y -= 1
|
||||||
tiles.add((x, y))
|
if x >= 0 and y >= 0:
|
||||||
|
tiles.add((x, y))
|
||||||
return tiles
|
return tiles
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user