Docs: Project Tools Update #156
@ -54,7 +54,6 @@ export default defineConfig({
|
|||||||
{text: 'Quick Start',
|
{text: 'Quick Start',
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
{ text: 'Pipeline Setup', link: '/pipeline-overview/quick-start/setup'},
|
|
||||||
{ text: 'Pipeline Usage', link: '/pipeline-overview/quick-start/usage'},
|
{ text: 'Pipeline Usage', link: '/pipeline-overview/quick-start/usage'},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -160,6 +159,7 @@ export default defineConfig({
|
|||||||
text: 'TD Guide',
|
text: 'TD Guide',
|
||||||
collapsed: false,
|
collapsed: false,
|
||||||
items: [
|
items: [
|
||||||
|
{text: 'Pipeline Setup', link: '/td-guide/pipeline-setup'},
|
||||||
{text: 'Project Setup', link: '/td-guide/project-setup'},
|
{text: 'Project Setup', link: '/td-guide/project-setup'},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -130,6 +130,17 @@ mkdir /data/my_project/shared/artifacts/addons
|
|||||||
cd /data/blender-studio-pipeline/scripts/pipeline-release
|
cd /data/blender-studio-pipeline/scripts/pipeline-release
|
||||||
./package_local.py /data/my_project/shared/artifacts/addons
|
./package_local.py /data/my_project/shared/artifacts/addons
|
||||||
```
|
```
|
||||||
|
### Install Blender Icon
|
||||||
|
|
||||||
|
If a desktop icon is preferred to launch blender
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd /data/my_project/svn/tools
|
||||||
|
./install_desktop_file.sh
|
||||||
|
```
|
||||||
|
::: warning Linux only feature
|
||||||
|
October 19th 2023 -This feature is only available on linux at this time. Mac & Windows Users must launch Blender via the terminal.
|
||||||
|
:::
|
||||||
|
|
||||||
|
|
||||||
### Setup Blender Add-Ons
|
### Setup Blender Add-Ons
|
||||||
@ -142,7 +153,7 @@ cd /data/blender-studio-pipeline/scripts/pipeline-release
|
|||||||
2. Search the 'Blender Kitsu' and use the checkbox to Enable the Add-On
|
2. Search the 'Blender Kitsu' and use the checkbox to Enable the Add-On
|
||||||
3. Set the following settings in the add-on preferences
|
3. Set the following settings in the add-on preferences
|
||||||
- Login
|
- Login
|
||||||
- Host: `{my_kitsu_server_url}` *Set during [Kitsu Server Setup](/pipeline-overview/quick-start/setup.md#kitsu-server-setup)*
|
- Host: `{my_kitsu_server_url}` *Set during [Kitsu Server Setup](/td-guide/pipeline-setup.md#kitsu-server-setup)*
|
||||||
- Username: `{username@studio.org}`
|
- Username: `{username@studio.org}`
|
||||||
- Password: `{user_password}`
|
- Password: `{user_password}`
|
||||||
- Project Settings
|
- Project Settings
|
Loading…
Reference in New Issue
Block a user