Removed unused property

This commit is contained in:
Colin Basnett
2023-04-03 01:39:57 -07:00
parent f7b97added
commit 25e1b73fc7

View File

@@ -17,7 +17,6 @@ class PsaExportSequence:
self.name: str = '' self.name: str = ''
self.nla_state: PsaExportSequence.NlaState = PsaExportSequence.NlaState() self.nla_state: PsaExportSequence.NlaState = PsaExportSequence.NlaState()
self.fps: float = 30.0 self.fps: float = 30.0
self.is_reversed: bool = False
class PsaBuildOptions: class PsaBuildOptions: