main #134

Merged
LeenkxTeam merged 4 commits from Onek8/LNXSDK:main into main 2026-08-28 16:17:36 +00:00
13 changed files with 201 additions and 116 deletions
Showing only changes of commit 0f9d693bb7 - Show all commits

View File

@ -2191,7 +2191,10 @@ class LeenkxExporter:
self.write_mesh(bobject, fp, out_mesh) self.write_mesh(bobject, fp, out_mesh)
if hasattr(bobject, 'evaluated_get'): if hasattr(bobject, 'evaluated_get'):
try:
bobject_eval.to_mesh_clear() bobject_eval.to_mesh_clear()
except ReferenceError:
pass
def export_light(self, object_ref): def export_light(self, object_ref):
"""Exports a single light object.""" """Exports a single light object."""