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

Resolve: Adjusted Title #158

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion website/docs/addon_resolve_admin.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: addon_resolve_admin
title: DaVinci Resolve Admin Docs
title: DaVinci Resolve Studio - Admin Docs
sidebar_label: DaVinci Resolve
---

Expand All @@ -20,6 +20,9 @@ Resolve uses a separate Python interpreter (it does not come with Python itself)
- Resolve 17 - our recommended version `Python 3.6.2`
- Resolve 18 - our recommended version range `Python 3.10.x` (in complience with Ayon)

:::warning
Resolve Studio is the only version that works with the Ayon toolkit because of external scripting requirements which the free edition of Resolve is lacking.
:::

### Configuring settings for Python home directory
To be able to run python in Resolve you need to set `RESOLVE_PYTHON3_HOME` environment variable to the directory path of your Python interpreter version.
Expand Down
8 changes: 5 additions & 3 deletions website/docs/addon_resolve_artist.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: addon_resolve_artist
title: DaVinci Resolve Artist Docs
title: DaVinci Resolve Studio - Artist Docs
sidebar_label: DaVinci Resolve
---

Expand All @@ -16,10 +16,12 @@ import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

:::warning
Before you are able to start with AYON tools in DaVinci Resolve, installation of its own Python 3.6 interpreter and PySide 2 has to be done. Go to [Installation of python and pyside](addon_resolve_admin.md#installation-of-python-and-pyside) link for more information
Before you are able to start with AYON tools in DaVinci Resolve, installation of its own Python 3.6 interpreter and PySide 2 has to be done. Go to [Installation of python and pyside](addon_resolve_admin.md#installation-of-python-and-pyside) link for more information.
:::


:::note
Resolve Studio is the only version that works with the Ayon toolkit because of external scripting requirements.
:::

## AYON global tools

Expand Down
Loading