qeSeq.razor() silently fails in Premiere Pro 26.0.2
qeSeq.razor() silently fails in Premiere Pro 26.0.2
Environment:
Premiere Pro 26.0.2
Windows 11
ExtendScript via VS Code ExtendScript Debugger
Steps to reproduce:
1. Open any project with a sequence containing video clips
2. Enable QE DOM: app.enableQE()
3. Get active sequence: var qeSeq = qe.project.getActiveSequence()
4. Target all tracks: seq.videoTracks[i].setTargeted(true)
5. Call: qeSeq.razor(String(Math.round(60 * 254016000000)))
Expected: Razor cut applied at 60s on all targeted tracks
Actual: No cut applied, no error thrown
Additional context:
- clip.razor(), seq.razor(), seq.razorAll(),
app.executeCommand(2368) all unavailable in Premiere 26
- qeSeq.razor() is the only method that accepts input without
throwing an error, but produces no result
