Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
GottfriedHofmann committed Sep 4, 2024
1 parent 020d77d commit 7e455ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/io_hubs_addon/components/operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,6 @@ def create_uv_layouts(self, context, mesh_objs):
# run UV lightmap packing on all selected objects
bpy.ops.object.mode_set(mode='EDIT')
bpy.ops.mesh.select_all(action='SELECT')
# TODO: We need to warn the user at some place like the README that the uv_layer[1] gets completely overwritten if it is called 'UV1'
# bpy.ops.uv.lightmap_pack()
bpy.ops.uv.smart_project(island_margin=LIGHTMAP_UV_ISLAND_MARGIN)
bpy.ops.object.mode_set(mode='OBJECT')
Expand Down

0 comments on commit 7e455ef

Please sign in to comment.