Premiere Pro 26.3 Regression: ComponentParam.createSetValueAction throws "The script object is no longer valid"
Premiere Pro 26.3 Regression: ComponentParam.createSetValueAction throws "The script object is no longer valid"
Environment:
- Premiere Pro 26.2: Works
- Premiere Pro 26.3: Fails
- UXP Panel
Minimal Reproduction:
const current = await cropTopParam.getStartValue();
const kf = cropTopParam.createKeyframe(current.value.value);
const action = await cropTopParam.createSetValueAction(kf, true);
Expected:
Action object returned.
Actual:
"The script object is no longer valid."
Notes:
- Parameter is freshly retrieved.
- getStartValue() succeeds.
- createKeyframe() succeeds.
- createCloneTrackItemAction() also appears affected.
