jasperges / pose-thumbnails

Blender add-on that adds thumbnails to a pose library.
GNU General Public License v2.0
67 stars 11 forks source link

install in 2.79 stable version or 2.79.4, butt shows errors #56

Closed CJYen closed 5 years ago

CJYen commented 5 years ago

Traceback (most recent call last): File "D:\Program Files\Blender Foundation\Blender\2.79\scripts\modules\addon_utils.py", line 331, in enable mod = import(module_name) File "C:\Users\joe\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\pose_thumbnails__init__.py", line 43, in from . import core, creation File "C:\Users\joe\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\pose_thumbnails\core.py", line 509 pose_index: bpy.props.IntProperty( ^ SyntaxError: invalid syntax

jasperges commented 5 years ago

I think you got the add-on from @sybrenstuvel's github. As far as I can see, he made some updates to make it compatible with Blender 2.80. The syntax error you see is for code that doesn't work on Python 3.5 (the Python version used by Blender 2.79b). So you have 2 options: download the official version from the release page of this Github repository or use a Blender version from the buildbot.