7 Messages
•
170 Points
Mon, Jan 14, 2019 9:11 PM
Solved
Photoshop: 1000px feather radius does not apply in scripts
I've seen this post here: https://feedback.photoshop.com/photoshop_family/topics/larger_feather_radius which says how the selection feathering radius was turned up from 250 to 1000. I've confirmed that this is the case when using the GUI.
However, when trying to do the same thing via scripting, either using the DOM or using the output of ScriptListener, values above 250 give the same visual result as putting 250 (and thus, different from when entering those values in the GUI).
Specifically:
However, when trying to do the same thing via scripting, either using the DOM or using the output of ScriptListener, values above 250 give the same visual result as putting 250 (and thus, different from when entering those values in the GUI).
Specifically:
app.activeDocument.selection.feather(new UnitValue(amt,"px"));and
var desc1 = new ActionDescriptor();
desc1.putUnitDouble( charIDToTypeID( "Rds " ), charIDToTypeID( "#Pxl" ), amt );
desc1.putBoolean( stringIDToTypeID( "selectionModifyEffectAtCanvasBounds" ), true );
executeAction( charIDToTypeID( "Fthr" ), desc1, DialogModes.NO );
Problems
•
Updated
2 years ago
9
2
Helpful Widget
How can we improve?
Tags
No tags available
Responses
Official Solution
petegreen
Adobe Administrator
•
780 Messages
•
16.7K Points
2 years ago
Feel free to update Photoshop and let us know if this is resolved for you.
To update Photoshop CC to 20.0.3, click "Update" in the Creative Cloud desktop app next to Photoshop CC.
More detailed instructions for updating
Thank you for reporting Andrew!
Regards,
Pete
0
0
JeffreyTranberry
Adobe Administrator
•
15.8K Messages
•
295K Points
2 years ago
Sr. Product Manager, Adobe Digital Imaging
0