diff --git a/gatsby-config.js b/gatsby-config.js index b923bb4..9266772 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -46,22 +46,22 @@ module.exports = { path: "/guides/", pages: [ { - title : "Home", + title : "Guides home", path: "/guides/", } ] }, { - title: "Shader API", + title: "Python API", header: true, path: "/api/", pages: [ { - title : "Home", + title : "API home", path: "/api/", } ] - }, + } ] }, plugins: [`@adobe/gatsby-theme-aio`] diff --git a/src/pages/guides/creating-python-plugin.md b/src/pages/guides/creating-python-plugin.md index 47f4bf2..006c821 100644 --- a/src/pages/guides/creating-python-plugin.md +++ b/src/pages/guides/creating-python-plugin.md @@ -1,12 +1,13 @@ --- -title: creating-python-plugin (Shader API) -description: Substance 3D Shader API +title: creating-python-plugin | Painter Python API +description: Substance 3D Painter - Python API keywords: - Creative Cloud - API Documentation - Substance 3D - Painter --- + Creating a Python plugin ======================== diff --git a/src/pages/guides/index.md b/src/pages/guides/index.md index 3b60cea..45b97b8 100644 --- a/src/pages/guides/index.md +++ b/src/pages/guides/index.md @@ -1,12 +1,13 @@ --- -title: index (Shader API) -description: Substance 3D Shader API +title: index | Painter Python API +description: Substance 3D Painter - Python API keywords: - Creative Cloud - API Documentation - Substance 3D - Painter --- + Guides ====== diff --git a/src/pages/guides/loading-external-plugins.md b/src/pages/guides/loading-external-plugins.md index 5af0a3e..eec35f4 100644 --- a/src/pages/guides/loading-external-plugins.md +++ b/src/pages/guides/loading-external-plugins.md @@ -1,10 +1,11 @@ --- -title: loading-external-plugins (Shader API) -description: Substance 3D Shader API +title: loading-external-plugins | Painter Python API +description: Substance 3D Painter - Python API keywords: - Creative Cloud - API Documentation - Substance 3D - Painter --- + # Using external plugins \ No newline at end of file diff --git a/src/pages/guides/using-external-modules.md b/src/pages/guides/using-external-modules.md index a2d6a66..637e15a 100644 --- a/src/pages/guides/using-external-modules.md +++ b/src/pages/guides/using-external-modules.md @@ -1,10 +1,11 @@ --- -title: using-external-modules (Shader API) -description: Substance 3D Shader API +title: using-external-modules | Painter Python API +description: Substance 3D Painter - Python API keywords: - Creative Cloud - API Documentation - Substance 3D - Painter --- + # Using external modules \ No newline at end of file diff --git a/src/pages/index.md b/src/pages/index.md index 791d92a..eb5db43 100644 --- a/src/pages/index.md +++ b/src/pages/index.md @@ -14,19 +14,13 @@ featured: true Learn and discover the Python API integrated inside Substance 3D Painter. -The Python API allows to manipulate Painter in many ways, allowing to create and export projects, configure resource locations and more. - -Check out the API to get a listing of all the functionalities available. The Turorials are also a great way to start and build custom plugins. - ## Overview -This documentation provides instructions for Catt Analytics 2.0 APIs. For working with Cat Analytics APIs, see [Cat Analytics API Documentation](https://github.com/AdobeDocs/dev-site). +The Python API allows to manipulate Painter in many ways, allowing to create and export projects, configure resource locations and more. -The Cat Analytics APIs are a collection of APIs that power Cat Analytics products like Cat Workspace. -The APIs allow for the creation of data rich user interfaces that you can use to manipulate and integrate data. -You can also create reports to explore, get insights, or answer important questions about your data. +Check out the API to get a listing of all the functionalities available. The guides are also a great way to start and build custom plugins. --- @@ -36,19 +30,19 @@ You can also create reports to explore, get insights, or answer important questi Get started with the Painter's Python API. -[Creating a python plugin](/guides/creating-python-plugin/) +[Creating a python plugin](guides/creating-python-plugin/) This step by step guide describes how to create a simple Python plugin that allows to export channels of a Texture Set with a specific export preset. -[Using external Python modules](/guides/using-external-modules/) +[Using external Python modules](guides/using-external-modules/) This page shows how to use external modules with the Python integration by using the PYTHONPATH environment variable. -[Loading external plugins](/guides/loading-external-plugins/) +[Loading external plugins](guides/loading-external-plugins/) This page explains how to use an environment variable to define an additional location to load Python plugins.