Skip to content

Commit

Permalink
Content v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Froyok authored Dec 6, 2023
1 parent 26a4c29 commit b58b558
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 23 deletions.
8 changes: 4 additions & 4 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`]
Expand Down
5 changes: 3 additions & 2 deletions src/pages/guides/creating-python-plugin.md
Original file line number Diff line number Diff line change
@@ -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
========================

Expand Down
5 changes: 3 additions & 2 deletions src/pages/guides/index.md
Original file line number Diff line number Diff line change
@@ -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
======

Expand Down
5 changes: 3 additions & 2 deletions src/pages/guides/loading-external-plugins.md
Original file line number Diff line number Diff line change
@@ -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
5 changes: 3 additions & 2 deletions src/pages/guides/using-external-modules.md
Original file line number Diff line number Diff line change
@@ -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
16 changes: 5 additions & 11 deletions src/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Resources slots="heading"/>

## 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.

---

Expand All @@ -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.

<DiscoverBlock slots="link, text"/>

[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.

<DiscoverBlock slots="link, text"/>

[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.

Expand Down

0 comments on commit b58b558

Please sign in to comment.