Answered
How to delete action set through java extended script in photoshop 2025
How to delete action set through java extended script in photoshop 2025.
unloadAction() is no more an action !!
How to delete action set through java extended script in photoshop 2025.
unloadAction() is no more an action !!
// Delete an action set by name
var ref = new ActionReference();
ref.putName(stringIDToTypeID("actionSet"), "Set 1");
var desc = new ActionDescriptor();
desc.putReference(stringIDToTypeID("null"), ref);
executeAction(stringIDToTypeID("delete"), desc, DialogModes.NO);Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.