saturday06 / VRM-Addon-for-Blender

VRM Importer, Exporter and Utilities for Blender 2.93 to 4.2
https://vrm-addon-for-blender.info
MIT License
1.31k stars 143 forks source link

Invalid Syntax error #54

Open Cloudy479 opened 3 years ago

Cloudy479 commented 3 years ago
Screen Shot 2021-02-28 at 9 39 48 PM

I don't know if I'm just stupid, but everytime i try to add in this extension it gives me this error when I attempt to check the plugin box

Cj-bc commented 3 years ago

First of all, this addon is for blender 2.82+ so that I think your blender version(2.79) isn't supported officially. It's better to upgrade blender to 2.82+ if you can. if you really want to use with 2.79, there's older version but please remember it's no longer maintained


Talking about the error message, it is because of Python version. I'm not sure about this, but 2.79 seems using older than 3.5., which doesn't support typing feature introduced at Python 3.5.