Skip to content

Commit d2298d3

Browse files
author
Blue Staggo
committed
Format soh_xml_exporter.py using black
1 parent b377347 commit d2298d3

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

fast64_internal/hm64/f3d/soh_xml_exporter.py

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -766,8 +766,6 @@ def _OOTLimb_toSohXML(self, isLOD, objectPath):
766766
return data
767767

768768

769-
770-
771769
# FTexRectdef.to_soh_xml
772770
def _FTexRect_to_soh_xml(self, savePNG, texDir):
773771
data = ""
@@ -910,16 +908,12 @@ def _SPLookAt_to_soh_xml(self):
910908

911909
# DPSetHilite1Tile.to_soh_xml
912910
def _DPSetHilite1Tile_to_soh_xml(self):
913-
return (
914-
f'<Hilite1Tile Tile="{self.tile}" Hilite="{self.hilite.name}" Width="{self.width}" Height="{self.height}"/>'
915-
)
911+
return f'<Hilite1Tile Tile="{self.tile}" Hilite="{self.hilite.name}" Width="{self.width}" Height="{self.height}"/>'
916912

917913

918914
# DPSetHilite2Tile.to_soh_xml
919915
def _DPSetHilite2Tile_to_soh_xml(self):
920-
return (
921-
f'<Hilite2Tile Tile="{self.tile}" Hilite="{self.hilite.name}" Width="{self.width}" Height="{self.height}"/>'
922-
)
916+
return f'<Hilite2Tile Tile="{self.tile}" Hilite="{self.hilite.name}" Width="{self.width}" Height="{self.height}"/>'
923917

924918

925919
# SPFogFactor.to_soh_xml
@@ -1253,9 +1247,7 @@ def _DPLoadTLUT_to_soh_xml(self):
12531247

12541248
# DPSetConvert.to_soh_xml
12551249
def _DPSetConvert_to_soh_xml(self):
1256-
return (
1257-
f'<SetConvert K0="{self.k0}" K1="{self.k1}" K2="{self.k2}" K3="{self.k3}" K4="{self.k4}" K5="{self.k5}"/>'
1258-
)
1250+
return f'<SetConvert K0="{self.k0}" K1="{self.k1}" K2="{self.k2}" K3="{self.k3}" K4="{self.k4}" K5="{self.k5}"/>'
12591251

12601252

12611253
# DPSetKeyR.to_soh_xml

0 commit comments

Comments
 (0)