Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Oct 27, 2024
1 parent 76e81d3 commit 7722b0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,4 +496,4 @@ def unregister():
unregister_class(ExampleAddonPreferences)


new_test_array = ["Badly formatted!"]
new_test_array = ["Badly formatted!"]
3 changes: 1 addition & 2 deletions fast64_internal/f3d_material_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ def upgrade_f3d_version_all_meshes() -> None:

set_best_draw_layer_for_materials()


#Dict of non-f3d materials : converted f3d materials
# Dict of non-f3d materials : converted f3d materials
# handles cases where materials are used in multiple objects
materialDict = {}
for obj in objs:
Expand Down

0 comments on commit 7722b0d

Please sign in to comment.