CC 2015 Photoshop layer mask does not?

I've recently updated to CC in Photoshop, but I have problems with layer masks, I created the mask layer, and when I paint with my black brush, it does not block the area completely, it will leave the remains of the image essentially, it leaves an opaque shape. I check that my brush is set to normal and my layer is set to normal. I have reset the brushes, I tried implementing new photoshop documents, but it makes no difference. Can anyone help please see the example below, the Red is a layer below the layer of the image that has applied the layer mask.

Screen Shot 2015-08-23 at 20.56.32.png

Reset preferences: opt-cmd-shift at the start of the PS.

Tags: Photoshop

Similar Questions

  • Layer mask does not work correctly.

    My normal layer mask does not work correctly.  When I click on add a layer mask, I get this instead.  I change a setting by chance?  He won't let me see where my traditional black and white mask.

    Screen Shot 2015-11-16 at 2.20.47 PM copy.png

    Hello

    In the layers panel, click the dropdown menu, click on Options in the Panel and select one thumbnail size other than None.

  • Layer mask does not

    Everything is set to normal and the brush is set on what it is supposed to. I changed nothing, but I did accidentally hold shift and alt and right-click on the photo. After that, I couldn't have the under layer. I even restarted Photoshop and it still does not work.

    I got it to work. The color has been reversed. You can close this thread. Thank you

  • Paste an image into a layer mask does not work even after several approaches

    I can't paste an image into a layer mask. I tried to keep 'option' by clicking on the layer mask (to activate the white), then "Control + V" to paste the image but it still places the image in a new layer. I tried to paste through the Palette layers without success (pasta in a new layer). I tried to use past special from the Edit menu, but the past command is grayed out. Any ideas for why it does not work for me?

    I tried to keep 'option' by clicking on the layer mask (to activate the white), then "Control + V" to paste the image

    Did you select > all and edit > copy the image you want to put in the mask?

  • White color on the layer mask does not

    Well, I have a problem... Each setting is fine, but when I open the layer mask on a layer, and if I have the black brush, it works very well, BUT if I brush white, it does not work. It's like the color white is on 0% opacity. It shows me an action in "history, but it's like I'm not even brushing."
    Now, when I want white brush, I switched layer mask, brush black and then I reverse again, because as I said, the white color just doesn't work...
    -Colours btw, work not in a layer mask

    Is the Mode in the Options bar to brush on something other than normal?

  • Listener code to add a layer mask does not work...

    With the help of Photoshop CC 2014 with all updates. The following script listener code has been saved when I clicked on the button, add a layer mask to add a mask to the active layer. When executeAction is called the script fails with the following error message. Help! How can I add a layer mask to the layer? Thank you.

    : Error General Photoshop. Maybe this feature is not available in this version of Photoshop. -The command 'Make' is not currently available.

    function addLayerMask() {}

    Adds a layer mask to the layer by clicking on the

    Add the button layer mask.

    var idMk = charIDToTypeID ("Mk");

    var desc23 = new ActionDescriptor();

    var idNw = charIDToTypeID ('Nw');

    var idChnl = charIDToTypeID ('channel');

    desc23.putClass (idNw, idChnl);

    var idAt = charIDToTypeID ('At');

    var ref20 = new ActionReference();

    var idChnl = charIDToTypeID ('channel');

    var idChnl = charIDToTypeID ('channel');

    var idMsk = charIDToTypeID ("Msk");

    ref20.putEnumerated (idChnl, idChnl, idMsk);

    desc23.putReference (idAt, ref20);

    var idUsng = charIDToTypeID ("Usng");

    var idUsrM = charIDToTypeID ("rocket");

    var idRvlS = charIDToTypeID ("LVR");

    desc23.putEnumerated (idUsng, idUsrM, idRvlS);

    executeAction (idMk, desc23, DialogModes.NO);

    }

    This code works if you have an active selection.

    function addLayerMask() {}

    Adds a layer mask to the layer by clicking on the

    Add the button layer mask.

    var idMk = charIDToTypeID ("Mk");

    var desc23 = new ActionDescriptor();

    var idNw = charIDToTypeID ('Nw');

    var idChnl = charIDToTypeID ('channel');

    desc23.putClass (idNw, idChnl);

    var idAt = charIDToTypeID ('At');

    var ref20 = new ActionReference();

    var idChnl = charIDToTypeID ('channel');

    var idChnl = charIDToTypeID ('channel');

    var idMsk = charIDToTypeID ("Msk");

    ref20.putEnumerated (idChnl, idChnl, idMsk);

    desc23.putReference (idAt, ref20);

    var idUsng = charIDToTypeID ("Usng");

    var idUsrM = charIDToTypeID ("rocket");

    var idRvlS = charIDToTypeID ("LVR");

    desc23.putEnumerated (idUsng, idUsrM, idRvlS);      reveal selection

    executeAction (idMk, desc23, DialogModes.NO);

    }

    app.activeDocument.selection.selectAll ();

    addLayerMask();

    To add a layer mask without an active selection is the scriptlistener code you would need

    function addLayerMask() {}

    var idMk = charIDToTypeID ("Mk");

    var desc25 = new ActionDescriptor();

    var idNw = charIDToTypeID ('Nw');

    var idChnl = charIDToTypeID ('channel');

    desc25.putClass (idNw, idChnl);

    var idAt = charIDToTypeID ('At');

    ref19 var = new ActionReference();

    var idChnl = charIDToTypeID ('channel');

    var idChnl = charIDToTypeID ('channel');

    var idMsk = charIDToTypeID ("Msk");

    ref19.putEnumerated (idChnl, idChnl, idMsk);

    desc25.putReference (idAt, ref19);

    var idUsng = charIDToTypeID ("Usng");

    var idUsrM = charIDToTypeID ("rocket");

    var idRvlA = charIDToTypeID ("RvlA");

    desc25.putEnumerated (idUsng, idUsrM, idRvlA);  reveal all

    executeAction (idMk, desc25, DialogModes.NO);

    }

    addLayerMask()

    There are once again hide all

    var idMk = charIDToTypeID ("Mk");

    var desc33 = new ActionDescriptor();

    var idNw = charIDToTypeID ('Nw');

    var idChnl = charIDToTypeID ('channel');

    desc33.putClass (idNw, idChnl);

    var idAt = charIDToTypeID ('At');

    var ref27 = new ActionReference();

    var idChnl = charIDToTypeID ('channel');

    var idChnl = charIDToTypeID ('channel');

    var idMsk = charIDToTypeID ("Msk");

    ref27.putEnumerated (idChnl, idChnl, idMsk);

    desc33.putReference (idAt, ref27);

    var idUsng = charIDToTypeID ("Usng");

    var idUsrM = charIDToTypeID ("rocket");

    var idHdAl = charIDToTypeID ("HdAl");

    desc33.putEnumerated (idUsng, idUsrM, idHdAl);     Hide all

    executeAction (idMk, desc33, DialogModes.NO);

  • Layer mask does not properly clear?

    something is wrong w my layer mask. I maybe had clicked on something while doing some graphic but I'm pretty sure.

    When clear it was beautiful,

    exbhtA.jpg

    the problem is when I want to recover the pieces that I deleted. It becomes translucent (or less opacity) rather than its original T ^ T

    If someone knows how to fix this please tell me! I use layer mask forever and I always use it, this isn't the same without it working properly T ^ T

    exbhtb.jpgexbhtc.jpg

    My first idea, see these differences: black and gray?

    Have you applied with a gray brush and the other with a black brush?

  • Paint on layer masks does not work?

    Hi, I'm working on a work of Digital Art classes... Deadline tomorrow, I left it quite late because I knew what to do, and he was out in my head on how to do it. And behold, I encountered a problem with paint on a layer mask.

    I did a form (Magenta, so I know I paint on the correct layer) and have selected layer mask, but when I try to paint black on it to give it a bit of shading is as if she is wiping out so I can see the layer behind it, even though I see that it is indeed drawing anywhere in the mask layer in the layers panel anyway?

    Until something happens, I'll just go try and find an alternative

    (Photoshop CS6)

    Screenshot 2014-03-19 20.58.06.pngScreenshot 2014-03-19 20.57.44.png

    Any help is appreciated!

    Painting on the layer mask with black going to 'clear' of the image.  That's the whole point of a layer mask.  If you want to shade it (non-distructively) then create a new layer above that layer and hang it on her, pressing alt/opt clicking on between the layers in the layer panel.  Then you can paint black on the new layer, and it will be displayed only when the lower layer's pixels.  You can then change it without messing up the base layer.

  • PC / Win10 / 64 bit upgrade to CC (2015), Photoshop and Lightroom does not start

    I tried to disconnect it and connect it to my account. Re-installed both programs twice and it won't start.

    The previous version of Lightroom is still running. Unfortunately, the previous version of Photoshop is no longer available.

    I proceed with the new Lightroom database conversion, but that he stopped a program is not started.

    reset your preferences:

    Lightroom: http://www.lightroomforums.net/showthread.php?14226-Resetting-%28or-Trashing-%29-the-Light file-Preferences-room

    Photoshop: https://forums.adobe.com/thread/375776

  • The CC 2015 Photoshop patch tool does not work as it should.

    In source view instead of giving me what I select, it gives me a a grey gradient. I've tried the settings but nothing seems to work. Can someone please confirm that it is in fact a bug. Also I tried the update through clouds but I get an error if a problem there too. My current version is 2015.1.2

    The reason why you are unable to update, it is that you already have the latest version.

  • Photoshop 2015.5. PS does not update and will not open. Missing 4 dll files.

    Photoshop CC (2015.5). PS does not update and will not open. Missing 4 dll files.

    VulcanControl, VulcanMessage5, tbb and ScCore. PS worked fine earlier today and has worked great for over a year.

    Windows 7 update to 10 eight months ago.

    Exit code: 184

    -------------------------------------- Summary --------------------------------------

    -fatal error 2, 0 error (s), 1 warning (s)

    FATAL: Error (Code = 184) running the 'MoveFileCommand' command for package: 'AdobePhotoshop17-Core_x64', version: 17.0.1.159

    FATAL: An error has occurred in the installation of the package (name: AdobePhotoshop17-Core_x64 Version: 17.0.1.159). Error code: "184".

    WARN: Cannot move the card to the address 'C:\adobeTemp\ETRD35C.tmp\1\Application\Required\DynamicLinkMediaServer\32\libmmd.dll' to 'C:\Program Files\Adobe\Adobe Photoshop CC 2015.5\Required\DynamicLinkMediaServer\32\libmmd.dll' error 32 the process cannot access the file because it is being used by another process... Try setting the correct permissions for the specified file/folder or parent, so that the admin has the right to modify.

    Hey gene,.

    Thanks for getting back to me. I uninstalled and re-installed PS and everything seems to work very well. Put same Lightroom update. Not sure what the problem was.

    Thank you

    Clay

  • I have someone using PSCS4, and when she creates a pattern fill layer, it does not get a mask.

    I have someone using PSCS4, and when she creates a pattern fill layer, it does not get a mask.

    Any ideas on how it could have turned off and how we can re-enable default?

    I check its settings panel menu and "Add default mask" is checked.

    Thank you!

    She changed the Layer palette settings to not automatically create a mask with layers of filling.

    Is not an adjustment layer, so the adjustment layer setting does not apply (and two parameters should really be in the layers palette in order to reduce the confusion).

  • I bought a Canon 70 d. Photoshop CS5 extended does not load the CR2 files. I installed Camera Raw 0.2. Help

    I bought a Canon 70 d. Photoshop CS5 extended does not load the CR2 files. I installed Camera Raw 0.2. Help

    Photoshop CS5 is only compatible with Camera Raw to version 6.7. Photoshop CS5 is is no longer updated by Adobe. The best way to have the latest version of Photoshop is to his scribe for the package of creative photography of cloud. This would have the latest version of Photoshop and Lightroom. You will receive updates of these two programs through the creative cloud.

    If you don't want to upgrade your Photoshop you can download and use the DNG Converter last to create digital copies of (DNG) negatives of your raw images. You would be able to use these files with the software you already have. But you won't receive updates for the software you are currently using. Your new device photo, the 70 d, requires camera Raw 8.2 which is only compatible with Photoshop CS6. Camera Raw 9.2 is only compatible with Photoshop CC 2015, which is only available through the creative cloud. You might want to consider the purchase of 14 Photoshop elements as a complementary program to what you use.

  • Adobe Photoshop Elements v3 does not work on Windows 7

    Adobe Photoshop Elements v3 does not work on Windows 7 Home edition.  any difficulty?

    It - http://www.microsoft.com/windows/compatibility/windows-7/en-us/Details.aspx?type=Software&p=Adobe%20Photoshop%20Elements&v=Adobe&uid=3&l=en&pf=2&pi=7&s=photoshop&os=64-bit - means is not compatibile with W7.

    But what have you tried?

    Have you tried running it in compatibility mode (pretending to be XP for example) or even installation in compatibility mode as well? Also once compatibility is set, if it still does not work try by checking the "run as Administrator" as well.

    If Ive read that right - http://forums.v3.co.uk/showthread.php?t=195482 , I think they say that they got it running.

    But also, what version of windows you are running W7 32-bit or 64-bit? Maybe it's that it is possible to run 32-bit and that you have 64-bit (guess).

  • Dear Sir our adobe photoshop, dreamweaver, illustrator does not at all as we buy the products... what sir please help me...

    Dear Sir

    our adobe photoshop, dreamweaver, illustrator does not at all as we buy the products... what sir please help me...

    Contact Adobe support.

Maybe you are looking for