Skip to content

Found a workaround for Blender 3.2 support? #36

@sus-unn

Description

@sus-unn

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. **

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions