Skip to content

Commit

Permalink
Microfix: Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
GottfriedHofmann committed Oct 8, 2024
1 parent a91a5b4 commit 9a3f6f4
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 @@ -753,7 +753,6 @@ def execute(self, context):
# Iterate over a copy of mesh_objs because we are modifying it further down
for obj in list(mesh_objs):
if len(obj.material_slots) >= 1:
# TODO: Make more efficient
for slot in obj.material_slots:
if slot.material is not None:
mat = slot.material
Expand Down

0 comments on commit 9a3f6f4

Please sign in to comment.