mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
generate toolbar menu from openpype project settings
This commit is contained in:
parent
8b43c5e733
commit
25518a1c42
3 changed files with 110 additions and 6 deletions
|
|
@ -293,8 +293,8 @@
|
|||
"gizmo": [
|
||||
{
|
||||
"toolbar_menu_name": "FixStudio",
|
||||
"toolbar_icon_path": "{QUAD_PLUGIN_PATH}/nuke/icons/fixstudio.png",
|
||||
"gizmo_path": ["{QUAD_PLUGIN_PATH}/nuke/gizmos"],
|
||||
"toolbar_icon_path": "openpype/modules/quad/nuke/icons/fixstudio.png",
|
||||
"gizmo_path": ["openpype/modules/quad/nuke/gizmos/3D"],
|
||||
"gizmo_definition": [
|
||||
{
|
||||
"type": "menu",
|
||||
|
|
@ -302,11 +302,10 @@
|
|||
"items": [
|
||||
{
|
||||
"type": "action",
|
||||
"command": "nuke.createNode('Camera_Smoother')",
|
||||
"sourcetype": "python",
|
||||
"title": "Camera_Smoother"
|
||||
"title": "Camera Smoother",
|
||||
"command": "nuke.createNodes('Camera_Smoother)"
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue