Skip to content

Commit

Permalink
Refactor scene_table.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kurethedead committed Jul 23, 2024
1 parent 5f934d5 commit 16d9d8b
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 211 deletions.
9 changes: 7 additions & 2 deletions fast64_internal/oot/exporter/decomp_edit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,10 @@ def editFiles(exporter: "SceneExport"):
"""Edits decomp files"""

Files.modifySceneFiles(exporter)
SpecUtility.editSpec(exporter)
SceneTableUtility.editSceneTable(exporter, exporter.exportInfo)
SpecUtility.edit_spec(exporter)
SceneTableUtility.edit_scene_table(
exporter.exportInfo.exportPath,
exporter.exportInfo.name,
exporter.exportInfo.option,
exporter.scene.mainHeader.infos.drawConfig,
)
Loading

0 comments on commit 16d9d8b

Please sign in to comment.