mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
set the default gizmo to a sticky note
This commit is contained in:
parent
94356faa9c
commit
0696d505c2
1 changed files with 5 additions and 11 deletions
|
|
@ -292,21 +292,15 @@
|
|||
},
|
||||
"gizmo": [
|
||||
{
|
||||
"toolbar_menu_name": "FixStudio",
|
||||
"toolbar_menu_name": "OpenPype Gizmo",
|
||||
"toolbar_icon_path": "path/to/nuke/icon.png",
|
||||
"gizmo_path": ["path/to/nuke/gizmo"],
|
||||
"gizmo_definition": [
|
||||
{
|
||||
"type": "menu",
|
||||
"title": "3D",
|
||||
"items": [
|
||||
{
|
||||
"type": "action",
|
||||
"sourcetype": "python",
|
||||
"title": "Camera Smoother",
|
||||
"command": "nuke.createNode('Camera_Smoother')"
|
||||
}
|
||||
]
|
||||
"type": "action",
|
||||
"sourcetype": "python",
|
||||
"title": "Gizmo Note",
|
||||
"command": "nuke.nodes.StickyNote(label='You can create your own toolbar menu in the Nuke GizmoMenu of OpenPype')"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue