admin docs for houdini shelves manager

This commit is contained in:
Thomas Fricard 2022-08-11 18:13:18 +02:00
parent 532432d817
commit 56dad82904
3 changed files with 14 additions and 2 deletions

View file

@ -0,0 +1,11 @@
---
id: admin_hosts_houdini
title: Houdini
sidebar_label: Houdini
---
## Shelves Manager
You can add your custom shelf set into Houdini by setting your shelf sets, shelves and tools in **Houdini -> Shelves Manager**.
![Custom menu definition](assets/houdini-admin_shelvesmanager.png)
The Shelf Set Path is used to load a .shelf file to generate your shelf set. If the path is specified, you don't have to set the shelves and tools.

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View file

@ -101,6 +101,7 @@ module.exports = {
items: [
"admin_hosts_blender",
"admin_hosts_hiero",
"admin_hosts_houdini",
"admin_hosts_maya",
"admin_hosts_nuke",
"admin_hosts_resolve",
@ -146,7 +147,7 @@ module.exports = {
],
},
],
Dev: [
Dev: [
"dev_introduction",
"dev_requirements",
"dev_build",
@ -160,5 +161,5 @@ module.exports = {
"dev_publishing"
]
}
]
]
};