Ni mate addon

I got the current Ni Mate blender addon to User Preferences, but I can’t activate it. Error message attachted. Thanks

My guess based on the error message log…

  1. maybe it only works on Blender 32bit
    OR
  2. the DLL is compiled for 64bit and doesn’t compute in 32bit environment
    …it’s hard to understand what is returning this… the OS, Blender or the DLL?

thanks…

Check it doesn’t contain html rather than pure python. Try saving it from this link:
https://raw.githubusercontent.com/Delicode/NI-mate-plugins/master/Blender/animation_delicode_ni_mate_tools.py
If still failing try it with older Blender versions (2.75 and up) as API changes can mess with addons.

It works in the older Blender versions. Thanks for the help!!!