update the command

This commit is contained in:
Kayla Man 2023-06-01 00:30:19 +08:00
parent 0655a6222b
commit 021ea8d638

View file

@ -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)"
}
]