issue with enabling LipSync Importer & Blinker addon #66336

Closed
opened 2019-07-02 13:05:34 +02:00 by matt bull · 9 comments

hi, i'm having an issue with an addon. i'm on windows 7 home premium and using blender 2.79b 2018-03-22. i don't know what my graphics are, but i think they might be integrated ati (as i'm working on a Sony VAIO PCG-61611L laptop).

whenever i try to enable the LipSync Importer & Blinker addon it errors out with:
Traceback (most recent call last):

File "C:\Program Files\Blender Foundation\Blender\2.79\scripts\modules\addon_utils.py", line 331, in enable
  mod = __import__(module_name)
File "C:\Users\Blair\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\io_import_lipSync_Importer.py", line 302
  enumFileTypes: EnumProperty(
               ^

SyntaxError: invalid syntax

hi, i'm having an issue with an addon. i'm on windows 7 home premium and using blender 2.79b 2018-03-22. i don't know what my graphics are, but i think they might be integrated ati (as i'm working on a Sony VAIO PCG-61611L laptop). whenever i try to enable the LipSync Importer & Blinker addon it errors out with: Traceback (most recent call last): ``` File "C:\Program Files\Blender Foundation\Blender\2.79\scripts\modules\addon_utils.py", line 331, in enable mod = __import__(module_name) File "C:\Users\Blair\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\io_import_lipSync_Importer.py", line 302 enumFileTypes: EnumProperty( ^ ``` SyntaxError: invalid syntax
Author

Added subscriber: @internalscreaming

Added subscriber: @internalscreaming
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

Are you trying to use the 2.8 version of the addon in 2.79?

Are you trying to use the 2.8 version of the addon in 2.79?
Author
no, i got it from https://archive.blender.org/wiki/index.php/Extensions:2.6/Py/Scripts/Import-Export/Lipsync_Importer/
Member

That wiki page points at the master version [which is now 2.8]
https://developer.blender.org/diffusion/BAC/browse/master/io_import_lipSync_Importer.py

Try this one (if you need it for 2.79 -- also, this should be included in you 2.79? have you tried to enable Testing under Preferences > Addons > Supported Level? should be there...)
https://developer.blender.org/diffusion/BAC/browse/blender2.7/io_import_lipSync_Importer.py

That wiki page points at the master version [which is now 2.8] https://developer.blender.org/diffusion/BAC/browse/master/io_import_lipSync_Importer.py Try this one (if you need it for 2.79 -- also, this should be included in you 2.79? have you tried to enable `Testing` under `Preferences` > `Addons` > `Supported Level`? should be there...) https://developer.blender.org/diffusion/BAC/browse/blender2.7/io_import_lipSync_Importer.py
Author

i never saw anything in Testing.
also, it worked, thank you

i never saw anything in Testing. also, it worked, thank you

Added subscriber: @mont29

Added subscriber: @mont29

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Bastien Montagne self-assigned this 2019-07-23 17:33:24 +02:00

Closing then.

Closing then.
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#66336
No description provided.