Skip to content

Commit

Permalink
ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
StanleySweet committed Aug 4, 2024
1 parent d95df43 commit 9a87257
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions io_scene_pyrogenesis/ImportPyrogenesisActor.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import random
import xml.etree.ElementTree as ET


class ImportPyrogenesisActor(bpy.types.Operator, bpy_extras.io_utils.ImportHelper):
"""Load a Pyrogenesis actor file"""

Expand Down Expand Up @@ -338,7 +339,6 @@ def get_props_from_variant(self, root):
def parse_actor(
self, root, proppoint="root", parentprops=[], rootObj=None, propDepth=0
):

meshprops = []
imported_props = []
imported_textures = []
Expand Down Expand Up @@ -596,7 +596,6 @@ def parse_actor(
):
self.print_header("Gathering Parent Props")


finalprops = imported_objects.copy()
if len(finalprops) > 0:
rootObject = None
Expand Down

0 comments on commit 9a87257

Please sign in to comment.