mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
refactor default gizmo
This commit is contained in:
parent
25518a1c42
commit
af259d215e
1 changed files with 3 additions and 3 deletions
|
|
@ -293,8 +293,8 @@
|
|||
"gizmo": [
|
||||
{
|
||||
"toolbar_menu_name": "FixStudio",
|
||||
"toolbar_icon_path": "openpype/modules/quad/nuke/icons/fixstudio.png",
|
||||
"gizmo_path": ["openpype/modules/quad/nuke/gizmos/3D"],
|
||||
"toolbar_icon_path": "path/to/nuke/icon.png",
|
||||
"gizmo_path": ["path/to/nuke/gizmo"],
|
||||
"gizmo_definition": [
|
||||
{
|
||||
"type": "menu",
|
||||
|
|
@ -304,7 +304,7 @@
|
|||
"type": "action",
|
||||
"sourcetype": "python",
|
||||
"title": "Camera Smoother",
|
||||
"command": "nuke.createNodes('Camera_Smoother)"
|
||||
"command": "nuke.createNode('Camera_Smoother')"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue