Skip to main content

Blender

Blender requirements

Blender integration requires to use PySide2 module inside blender. Module is different for Blender versions and platforms so can't be bundled with OpenPype.

How to install

Permissions

This step requires Admin persmission.

Find python executable inside your Blender installation folder. It is usually located in C:\Program Files\Blender Foundation\Blender {version}\{version}\python\bin\python.exe (This may differ in future blender version).

Open Powershell or Command Prompt as Administrator and run commands below.

Replace C:\Program Files\Blender Foundation\Blender 2.83\2.83\python\bin with your path.

# Change directory to python executable directory.
> cd C:\Program Files\Blender Foundation\Blender 2.83\2.83\python\bin

# Run pip install command.
> python -m pip install PySide2