Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on export (Blender 2.90.1, Windows 10) #33

Open
kevinloustau opened this issue Nov 11, 2020 · 1 comment
Open

Error on export (Blender 2.90.1, Windows 10) #33

kevinloustau opened this issue Nov 11, 2020 · 1 comment

Comments

@kevinloustau
Copy link

kevinloustau commented Nov 11, 2020

Hello,

I'm trying to export using the plugin, but it fails with this issue:

Traceback (most recent call last):
  File "C:\Users\kevin\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\babylon_js\json_exporter.py", line 47, 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\kevin\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\babylon_js\__init__.py", line 65, in execute
    exporter.execute(context, self.filepath)
  File "C:\Users\kevin\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\babylon_js\json_exporter.py", line 170, in execute
    if self.settings.writeCsvFile: stats_handler.close()
AttributeError: 'NoneType' object has no attribute 'writeCsvFile'

location: <unknown location>:-1

My setup:

  • Windows 10
  • Blender 2.90.1
@kevinloustau kevinloustau changed the title Error on export Error on export (Blender 2.90, Windows 10) Nov 11, 2020
@kevinloustau kevinloustau changed the title Error on export (Blender 2.90, Windows 10) Error on export (Blender 2.90.1, Windows 10) Nov 11, 2020
@Luluam
Copy link

Luluam commented Jan 8, 2024

Hi, Kevin
I found your post about that issue, I've been facing the same for two days. based on the date of your post I think you did manage to find the solution and did overcome the issue. can you please help me fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants