forked from LeenkxTeam/LNXSDK
Update leenkx/blender/lnx/exporter.py
This commit is contained in:
@ -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':
|
||||
|
Reference in New Issue
Block a user