Skip to content

Commit

Permalink
second test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Oct 27, 2024
1 parent f942121 commit d46427c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,3 +494,6 @@ def unregister():

addon_updater_ops.unregister()
unregister_class(ExampleAddonPreferences)

new_test_array = [
"Badly formatted!"]
1 change: 1 addition & 0 deletions fast64_internal/f3d_material_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ 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 d46427c

Please sign in to comment.