add nuke doc for custom menu

This commit is contained in:
Thomas Fricard 2022-05-09 11:58:28 +02:00 committed by clement.hector
parent 2eea2522be
commit f081fe3521
3 changed files with 15 additions and 0 deletions

View 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**.
![Custom menu definition](assets/nuke-admin_scriptsmenu.png)
:::note Work in progress
This is still work in progress. Menu definition will be handled more friendly with widgets and not
raw json.
:::

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View file

@ -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",