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

Problem with 2.83 #19

Open
BlenderItUp opened this issue Jun 30, 2020 · 2 comments
Open

Problem with 2.83 #19

BlenderItUp opened this issue Jun 30, 2020 · 2 comments

Comments

@BlenderItUp
Copy link

BlenderItUp commented Jun 30, 2020

I have followed the guild and have been unable to get it to work in 2.83. I noticed that someone else had commented, they were having problems with 2.83 on the demo video. Nothing is outputed. I am also getting a exception_access_violation error but i am unsure if this is the problem.
image

@mikeycal
Copy link
Owner

I just tested the latest version of the script on Blender 2.83.1 on Windows 10 [Version 1909(OS BUILD 18363.900)] and it worked without any errors.

I noticed that you are using blender through the Steam Library. Running it from the Steam Library may be a cause of the issue. It's possible that the blender overlay is causing some sort of memory issue.

I would recommend installing blender from the official MSI installer available here:
https://www.blender.org/download/

It will install Blender at the following location:
C:\Program Files\Blender Foundation\Blender 2.83\blender.exe

Set the script blender path, on line 99, to the following:
blender_path = r"C:\Program Files\Blender Foundation\Blender 2.83\blender.exe"

@BlenderItUp
Copy link
Author

Hi, thank you for the quick response. The problem seems to be related to blender feature set being set to experimental. Changing it to supported has fixed the problem

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

No branches or pull requests

2 participants