godotengine / godot-blender-exporter

Addon for Blender to directly export to a Godot Scene
GNU General Public License v2.0
1.15k stars 131 forks source link

import error with Blender 2.76 #357

Open WilliamTambellini opened 4 years ago

WilliamTambellini commented 4 years ago

OS: Ubuntu 16

Godot version: 3.2.2

Blender version: 2.76

Issue description: import error : init.py”, line 50 filter_glob: StringProperty( ^ SyntaxError: invalid syntax

importerror

Minimal reproduction project: just copy the io addon folder from the current master to the Blender addon folder and try to enable the addon.

The current master is probably only compatible with blender 2.80+ : https://durrantlab.pitt.edu/forums/topic/error-when-installing-addon-with-blender-2-79/

Would you mind if I modify the readme md to warn/mention that requirement? Kind

Jason0214 commented 3 years ago

Hi William, you are the right the master branch is only compatible with Blender2.80+. The addon has a separate branch for blender2.79. You can try that out if you are interested.

Good idea about adding a warning in README or anywhere noticeable. You always can propose a change by editting and submitting a pull request. Thank you very much!

WilliamTambellini commented 3 years ago

https://github.com/godotengine/godot-blender-exporter/pull/358