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

Select and Mask in not working in Photoshop CS3

Participant ,
Jun 26, 2021 Jun 26, 2021

Copy link to clipboard

Copied

In this Script Select and Mask is not working in Photoshop CS3 ?

 


cTID = function(s) { return app.charIDToTypeID(s); };
sTID = function(s) { return app.stringIDToTypeID(s); };
var desc1 = new ActionDescriptor();
desc1.putInteger(sTID("smartBrushRadius"), 5);
desc1.putInteger(sTID("smartBrushSmooth"), 5);
desc1.putUnitDouble(sTID("smartBrushFeather"), cTID('#Pxl'), 0);
desc1.putUnitDouble(sTID("smartBrushContrast"), cTID('#Prc'), 0);
desc1.putUnitDouble(sTID("smartBrushShiftEdge"), cTID('#Prc'), 5);
desc1.putBoolean(sTID("sampleAllLayers"), false);
desc1.putBoolean(sTID("smartBrushUseSmartRadius"), false);
desc1.putBoolean(sTID("smartBrushDecontaminate"), false);
desc1.putUnitDouble(sTID("smartBrushDeconAmount"), cTID('#Prc'), 100);
desc1.putEnumerated(sTID("refineEdgeOutput"), sTID("refineEdgeOutput"), sTID("selectionOutputToUserMask"));
executeAction(sTID('smartBrushWorkspace'), desc1, DialogModes.NO);

TOPICS
Actions and scripting

Views

843

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
Adobe
LEGEND ,
Jun 26, 2021 Jun 26, 2021

Copy link to clipboard

Copied

Why don't you use Script Listener in CS3 to create appropriate code?

 

That you do is like asking why modern wheel doesn't fit to first automobiles 😕

Votes

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
Participant ,
Jun 26, 2021 Jun 26, 2021

Copy link to clipboard

Copied

Script Listener Can't work properly in CS3

Votes

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
LEGEND ,
Jun 27, 2021 Jun 27, 2021

Copy link to clipboard

Copied

Tell you what you mean, and give some examples.

Votes

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
Community Expert ,
Jun 26, 2021 Jun 26, 2021

Copy link to clipboard

Copied

Photoshop cs3 doesn't have Select and Mask, which is in the creative cloud version of photoshop.

 

Photoshop cs3 has the Quick Selection Tool to use with Refine Edge.

 

Quick Selection tool and Refine Edges

Votes

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
LEGEND ,
Jun 27, 2021 Jun 27, 2021

Copy link to clipboard

Copied

LATEST

So something there wasn't available in CS2 yet.

Votes

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