maybites / blender-texture-sharing

Spout for Blender
93 stars 11 forks source link

Potential Problem with SpoutSDK.pyd #14

Closed HeadRAM closed 1 year ago

HeadRAM commented 2 years ago

I have the file structure set up correctly:

Documents/blender/scripts/modules

the SpoutSDK.pyd is placed in this modules folder. I am using Blender 2.93 however tried to install using Blender 3.0 and received the same error message:

Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\modules\addon_utils.py", line 351, in enable mod = import(module_name) File "C:\Users\Tucker_Grindstaff\Documents\blender\scripts\addons\spout__init__.py", line 31, in import SpoutSDK ImportError: DLL load failed while importing SpoutSDK: The specified module could not be found.

maybites commented 2 years ago

the spout plugin has to reside inside:

C:\xxx\blender\scripts\addons\spout...

and with blender 2.9.3 upwards you need to have the SpoutSDK.pyd compiled for python 3.9: https://github.com/maybites/blender.script.spout/releases/tag/Python_3.9