mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
admin docs for houdini shelves manager
This commit is contained in:
parent
532432d817
commit
56dad82904
3 changed files with 14 additions and 2 deletions
11
website/docs/admin_hosts_houdini.md
Normal file
11
website/docs/admin_hosts_houdini.md
Normal 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**.
|
||||

|
||||
|
||||
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.
|
||||
BIN
website/docs/assets/houdini-admin_shelvesmanager.png
Normal file
BIN
website/docs/assets/houdini-admin_shelvesmanager.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue