forked from LeenkxTeam/LNXSDK
Pre-invalidated
This commit is contained in:
@ -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."""
|
||||||
|
|||||||
Reference in New Issue
Block a user