Docs: Project Tools Update #156
@ -54,7 +54,6 @@ export default defineConfig({
|
||||
{text: 'Quick Start',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Pipeline Setup', link: '/pipeline-overview/quick-start/setup'},
|
||||
{ text: 'Pipeline Usage', link: '/pipeline-overview/quick-start/usage'},
|
||||
]
|
||||
},
|
||||
@ -160,6 +159,7 @@ export default defineConfig({
|
||||
text: 'TD Guide',
|
||||
collapsed: false,
|
||||
items: [
|
||||
{text: 'Pipeline Setup', link: '/td-guide/pipeline-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
|
||||
./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
|
||||
@ -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
|
||||
3. Set the following settings in the add-on preferences
|
||||
- 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}`
|
||||
- Password: `{user_password}`
|
||||
- Project Settings
|
Loading…
Reference in New Issue
Block a user