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

Found a workaround for Blender 3.2 support? #36

Open
sus-unn opened this issue Sep 5, 2022 · 3 comments
Open

Found a workaround for Blender 3.2 support? #36

sus-unn opened this issue Sep 5, 2022 · 3 comments

Comments

@sus-unn
Copy link

sus-unn commented Sep 5, 2022

Blender 3.2.2
Prism 1.3.0.83

It is unable to open Prism within blender 3.2
(As I remember, it was also impossible in 3.1, but I can't confirm)
I looked into error message in blender console, turns out Prism only supports blender with Python version 3.7 or 3.9.
So I have found a way around:

(This is not a full fix, I haven't looked deep into this temporary solution.)

In blender installation folder, look for /blender/(version)/scripts/startup/PrismInit.py
(is Prism/Prism/Plugins/Apps/Blender/Integration/PrismInit.py in source code)

https://github.com/RichardFrangenberg/Prism/blob/development/Prism/Plugins/Apps/Blender/Integration/PrismInit.py

In line 44, change if sys.version_info[1] not in [7, 9]: to if sys.version_info[1] not in [7, 9, 10]:

(Re)start blender, Prism should work fine.

Again, this is **temporary fix. **

@jonbragado
Copy link

Hi,

I changed that in the prism scripts as said before but it doesnt seem to work on Blender 3.4.1.

Any help would be appreciated.

Thanks,

@melMass
Copy link

melMass commented May 2, 2023

@jonbragado What is the status of Prism? I'm ready to look into this specific issue first and why not others if it's still "active"
Thanks

@RichardFrangenberg
Copy link
Member

Currently all the development effort goes into Prism 2, which is currently in private beta and supports the latest Blender versions. It will be uploaded to Github in a few months.
From my side there are no plans to update Prism 1, but community contributions for fixes like this are welcome.

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

4 participants