Skip to content

Commit

Permalink
Don't need to initialise pyassimp Scene members
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf committed Aug 28, 2024
1 parent a1b333f commit cff2601
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/lib/exports/assimp_kit.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ def start_scene(self):
''' Initiate scene creation, only one scene can be created at a time
'''
self.scn = structs.Scene()
self.scn.mMetadata = None
self.scn.mPrivate = None


def add_geom(self, geom_obj, style_obj, meta_obj):
Expand Down

0 comments on commit cff2601

Please sign in to comment.