diff --git a/website/docs/addon_nuke_admin.md b/website/docs/addon_nuke_admin.md index 4ec82f13..b40ffd94 100644 --- a/website/docs/addon_nuke_admin.md +++ b/website/docs/addon_nuke_admin.md @@ -14,6 +14,12 @@ import versions from '@site/docs/assets/json/Ayon_addons_version.json' import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; +:::caution Nuke License compatibility +The AYON Nuke addon integration is compatible exclusively with the `commercial` license of Nuke, which provides Full Python API Support and pipeline functionality. Please note that the `non-commercial` and `indie` licenses lack full Python API support and, as a result, are not supported by the addon. + +For more details, check out the comparison between different Nuke licenses [here](https://learn.foundry.com/nuke/content/getting_started/meet_nuke/about_indie.html). +::: + ## Workfile Builder All Workfile Builder related settings can be found here. This is a list of available features: diff --git a/website/docs/addon_nuke_artist.md b/website/docs/addon_nuke_artist.md index e197e1d7..355867ce 100644 --- a/website/docs/addon_nuke_artist.md +++ b/website/docs/addon_nuke_artist.md @@ -15,6 +15,12 @@ import versions from '@site/docs/assets/json/Ayon_addons_version.json' AYON supports Nuke version **`13.0`** and above. ::: +:::caution Nuke License compatibility +The AYON Nuke addon integration is compatible exclusively with the `commercial` license of Nuke, which provides Full Python API Support and pipeline functionality. Please note that the `non-commercial` and `indie` licenses lack full Python API support and, as a result, are not supported by the addon. + +For more details, check out the comparison between different Nuke licenses [here](https://learn.foundry.com/nuke/content/getting_started/meet_nuke/about_indie.html). +::: + ## AYON global tools - [Work Files](artist_tools_workfiles)