Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for Python >=3.8 dll discovery #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KonradPR
Copy link

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