Update leenkx/blender/lnx/exporter.py

This commit is contained in:
2025-06-22 20:13:33 +00:00
parent 175b575b23
commit 1ebfecb644

View File

@ -541,7 +541,7 @@ class LeenkxExporter:
def export_particle_system_ref(self, psys: bpy.types.ParticleSystem, out_object):
if psys.settings.instance_object is None or psys.settings.render_type != 'OBJECT' or not psys.settings.instance_object.lnx_export:
return
return
for mod in bpy.data.objects[out_object['name']].modifiers:
if mod.type == 'PARTICLE_SYSTEM':