Skip to content

Commit

Permalink
uhhh akwarddddddd
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Apr 20, 2024
1 parent 6fc7051 commit de8f91c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2,515 deletions.
2 changes: 0 additions & 2 deletions anim_header.h

This file was deleted.

3 changes: 1 addition & 2 deletions fast64_internal/sm64/animation/importing.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from io import BufferedReader
import math
import os
import dataclasses

import bpy
from bpy.types import Object
Expand Down Expand Up @@ -258,7 +257,7 @@ def import_binary_dma_animation(
animations: dict[str, SM64_Anim],
table: SM64_AnimTable,
table_index: Optional[int] = None,
) -> Optional[SM64_AnimHeader]:
) -> SM64_AnimHeader | None:
dma_table = DMATable()
dma_table.read_binary(rom_data, address)
if not table_index is None:
Expand Down
Loading

0 comments on commit de8f91c

Please sign in to comment.