Docs: Project Tools Update #156
@ -139,9 +139,16 @@ export default defineConfig({
|
||||
{
|
||||
text: 'User Guide',
|
||||
collapsed: false,
|
||||
items: [
|
||||
{
|
||||
text: 'Project Tools',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Project Overview', link: '/user-guide/project-overview' },
|
||||
{ text: 'Running Blender', link: '/user-guide/running_blender' },
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
text: 'Organization',
|
||||
collapsed: true,
|
||||
@ -159,7 +166,7 @@ export default defineConfig({
|
||||
text: 'TD Guide',
|
||||
collapsed: false,
|
||||
items: [
|
||||
{text: 'Pipeline Setup', link: '/td-guide/pipeline-setup'},
|
||||
{text: 'Project Tools Setup', link: '/td-guide/project-tools-setup'},
|
||||
{text: 'Project Setup', link: '/td-guide/project-setup'},
|
||||
]
|
||||
},
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Pipeline Setup
|
||||
# Project Tools Setup
|
||||
|
||||
::: warning Work in Progress
|
||||
15 Oct. 2023 - The content of this page is currently being edited/updated.
|
||||
@ -153,7 +153,7 @@ October 19th 2023 -This feature is only available on linux at this time. Mac & W
|
||||
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](/td-guide/pipeline-setup.md#kitsu-server-setup)*
|
||||
- Host: `{my_kitsu_server_url}` *Set during [Kitsu Server Setup](/td-guide/project-tools-setup.md#kitsu-server-setup)*
|
||||
- Username: `{username@studio.org}`
|
||||
- Password: `{user_password}`
|
||||
- Project Settings
|
Loading…
Reference in New Issue
Block a user