mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add nuke doc for custom menu
This commit is contained in:
parent
2eea2522be
commit
f081fe3521
3 changed files with 15 additions and 0 deletions
14
website/docs/admin_hosts_nuke.md
Normal file
14
website/docs/admin_hosts_nuke.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
id: admin_hosts_nuke
|
||||
title: Nuke
|
||||
sidebar_label: Nuke
|
||||
---
|
||||
|
||||
## Custom Menu
|
||||
You can add your custom tools menu into Nuke by extending definitions in **Nuke -> Scripts Menu Definition**.
|
||||

|
||||
|
||||
:::note Work in progress
|
||||
This is still work in progress. Menu definition will be handled more friendly with widgets and not
|
||||
raw json.
|
||||
:::
|
||||
BIN
website/docs/assets/nuke-admin_scriptsmenu.png
Normal file
BIN
website/docs/assets/nuke-admin_scriptsmenu.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
|
|
@ -88,6 +88,7 @@ module.exports = {
|
|||
items: [
|
||||
"admin_hosts_blender",
|
||||
"admin_hosts_maya",
|
||||
"admin_hosts_nuke",
|
||||
"admin_hosts_resolve",
|
||||
"admin_hosts_harmony",
|
||||
"admin_hosts_aftereffects",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue