Skip to content

Commit

Permalink
Added a grid_overlay property, does not do anything yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
majikdev committed Dec 22, 2022
1 parent a8e3cf6 commit 0440f10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion precise_uv_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ class ExportLayout(bpy.types.Operator):

shade_islands: BoolProperty(default=True, name="Shade Islands",
description="Shade separate UV islands differently")


grid_overlay: BoolProperty(default=True, name="Grid Overlay",
description="Overlay a grid on the exported image")

show_overlap: BoolProperty(default=False, name="Show Overlap",
description="Shade overlapping UV islands differently.\nNOTE: This does not always work")

Expand Down

0 comments on commit 0440f10

Please sign in to comment.