• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
2

P: 1000px feather radius does not apply in scripts

Explorer ,
Jan 14, 2019 Jan 14, 2019

Copy link to clipboard

Copied

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:

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 );
Bug Fixed
TOPICS
macOS , Windows

Views

119

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Feb 12, 2019 Feb 12, 2019
This should now be fixed in the Photoshop 20.0.3 release.
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

Votes

Translate

Translate
2 Comments
Adobe Employee ,
Jan 14, 2019 Jan 14, 2019

Copy link to clipboard

Copied

Thanks. We'll take a look.

Votes

Translate

Translate

Report

Report
Adobe Employee ,
Feb 12, 2019 Feb 12, 2019

Copy link to clipboard

Copied

LATEST
This should now be fixed in the Photoshop 20.0.3 release.
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

Votes

Translate

Translate

Report

Report