refactor the script to be frame number rather then frame range

This commit is contained in:
Jakub Jezek 2023-06-01 16:14:29 +02:00
parent ab0e8ac1b1
commit abc266e9e5
No known key found for this signature in database
GPG key ID: 730D7C02726179A7
3 changed files with 50 additions and 52 deletions

View file

@ -226,9 +226,9 @@
{
"type": "action",
"sourcetype": "python",
"title": "Set Frame Range (Read Node)",
"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)"
"title": "Set Frame Start (Read Node)",
"command": "from openpype.hosts.nuke.startup.frame_setting_for_read_nodes import main;main();",
"tooltip": "Set frame start for read node(s)"
}
]
},