Skip to content

Commit

Permalink
Update affixes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshQuake committed Nov 5, 2024
1 parent 712b6a5 commit 1c54931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/addons/send2ue/resources/extensions/affixes.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ def add_affixes():
properties = bpy.context.scene.send2ue
mesh_objects = utilities.get_from_collection(BlenderTypes.MESH)
rig_objects = utilities.get_from_collection(BlenderTypes.SKELETON)

AffixesExtension.images_original_paths = []

for mesh_object in mesh_objects:
if mesh_object.modifiers:
is_armature = False
Expand Down Expand Up @@ -351,7 +352,6 @@ def post_operation(self, properties):
remove_affixes()

restore_texture_paths()
AffixesExtension.images_original_paths = []

def pre_validations(self, properties):
"""
Expand Down

0 comments on commit 1c54931

Please sign in to comment.