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