Skip to content

Commit

Permalink
remove a new line
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Oct 27, 2024
1 parent 599162a commit 5d739fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fast64_internal/f3d_material_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def upgrade_f3d_version_all_meshes() -> None:
for obj in objs:
upgradeF3DVersionOneObject(obj, materialDict, f3d_node_tree)


def upgradeF3DVersionOneObject(obj, materialDict, f3d_node_tree: bpy.types.NodeTree):
for index in range(len(obj.material_slots)):
material = obj.material_slots[index].material
Expand Down

0 comments on commit 5d739fb

Please sign in to comment.