Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Blender PySide2 install guide #1403

Merged
merged 2 commits into from
May 3, 2021
Merged

Conversation

iLLiCiTiT
Copy link
Member

Changes

  • added Integrations to admin category
  • added Blender to Integrations with brief manual how to install PySide2 in blender

@iLLiCiTiT iLLiCiTiT self-assigned this Apr 26, 2021
@iLLiCiTiT iLLiCiTiT added type: documentation type: enhancement Enhancements to existing functionality labels Apr 26, 2021
@iLLiCiTiT iLLiCiTiT requested a review from mkolar April 26, 2021 08:59
Open Powershell or Command Prompt as Administrator and run commands below (Example commands are for **Blender 2.83** installed to default directory).
```bash
# Change directory to python executable directory.
> cd C:\Program Files\Blender Foundation\Blender 2.83\2.83\python\bin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should clearer that the user should use the path they found in the first step

import TabItem from '@theme/TabItem';

## Blender requirements
Blender's integration requires to use **PySide2** module inside blender. Module is different for Blender versions and platforms so can't be bundled with OpenPype.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*Blender Integration


<TabItem value="win">

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • It is usually located

```

:::warning No module named pip
If you'll get error `No module named pip` you'll have to do few steps first. Open new terminal and run the python executable from Blender (entering full path).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*If you get error

@mkolar mkolar self-requested a review May 3, 2021 09:08
@mkolar mkolar added this to the 3.0.0-rc1 milestone May 3, 2021
@mkolar mkolar merged commit 9ca6b73 into develop May 3, 2021
@mkolar mkolar deleted the feature/blender_install_guide branch May 3, 2021 09:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: documentation type: enhancement Enhancements to existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants