You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having this error for days trying to export a mesh from Blender to render in Babylon
Would anyone be able to help me understand the problem and overcome it?
File "C:\Users\lenovo\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\babylon_js\json_exporter.py", line 50, in execute
if self.settings.writeCsvFile:
AttributeError: 'NoneType' object has no attribute 'writeCsvFile'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\lenovo\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\babylon_js\__init__.py", line 71, in execute
exporter.execute(context, self.filepath, objects)
File "C:\Users\lenovo\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\babylon_js\json_exporter.py", line 175, in execute
if self.settings.writeCsvFile: stats_handler.close()
AttributeError: 'NoneType' object has no attribute 'writeCsvFile'
bpy.ops.export.bjs(filepath="C:\\Users\\lenovo\\Desktop\\globo3d1.babylon")
The text was updated successfully, but these errors were encountered:
On Sun, Jan 7, 2024, 10:03 PM Luluam ***@***.***> wrote:
I'm having this error for days trying to export a mesh from Blender to
render in Babylon
Would anyone be able to help me understand the problem and overcome it?
File "C:\Users\lenovo\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\babylon_js\json_exporter.py", line 50, in execute
if self.settings.writeCsvFile:
AttributeError: 'NoneType' object has no attribute 'writeCsvFile'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\lenovo\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\babylon_js\__init__.py", line 71, in execute
exporter.execute(context, self.filepath, objects)
File "C:\Users\lenovo\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\babylon_js\json_exporter.py", line 175, in execute
if self.settings.writeCsvFile: stats_handler.close()
AttributeError: 'NoneType' object has no attribute 'writeCsvFile'
bpy.ops.export.bjs(filepath="C:\\Users\\lenovo\\Desktop\\globo3d1.babylon")
—
Reply to this email directly, view it on GitHub
<#71>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB4MUY2DUTTO75APUJCFRCLYNNOXBAVCNFSM6AAAAABBQZY6UOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA3DSNJSGQ3DEMI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
I'm having this error for days trying to export a mesh from Blender to render in Babylon
Would anyone be able to help me understand the problem and overcome it?
The text was updated successfully, but these errors were encountered: