Skip to content

Fix for Python >=3.8 dll discovery#21

Open
KonradPR wants to merge 1 commit intoEPhysLab-UVigo:masterfrom
KonradPR:master
Open

Fix for Python >=3.8 dll discovery#21
KonradPR wants to merge 1 commit intoEPhysLab-UVigo:masterfrom
KonradPR:master

Conversation

@KonradPR
Copy link
Copy Markdown

Since Python 2.8 DLL discovery on Windows has changed and thus the add-on fails to install as Python cannot load VTK DLLs.
This change introduces an environment variable VTK_DLL_PATH that needs to explicity point to the direcotry with VTK.
The varablie should be set to something like: C:\Program Files (x86)\VTK\bin (or wherever users VTK installation is located).
This should remediate the bugs with DLL not loading on Windows in later versions of Blender.
Works with Blender 3.4 and Python 3.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant