mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
update the command
This commit is contained in:
parent
0655a6222b
commit
021ea8d638
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@
|
|||
"type": "action",
|
||||
"sourcetype": "python",
|
||||
"title": "Set Frame Range (Read Node)",
|
||||
"command": "import ops_frame_setting_for_read as popup;import nuke;popup.FrameSettingsPanel(nuke.allNodes('Read')).showModalDialog();",
|
||||
"command": "import openpype.hosts.nuke.startup.ops_frame_setting_for_read as popup;import nuke;popup.FrameSettingsPanel(nuke.allNodes('Read')).showModalDialog();",
|
||||
"tooltip": "Set Frame Range for Read Node(s)"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue