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 f1a644f commit bdddefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addons/send2ue/resources/extensions/affixes.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ 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:
Expand Down Expand Up @@ -342,6 +341,7 @@ def pre_operation(self, properties):
"""
Defines the pre operation logic that will be run before the operation.
"""
AffixesExtension.images_original_paths.clear()
if self.auto_add_asset_name_affixes:
add_affixes()

Expand Down

0 comments on commit bdddefe

Please sign in to comment.