Changing Layer Opacity in an Action

An action that I created uses and preserves adjustment layers. The action will not recognize the changes In opacity that I've made to the layers. How can I get the action to record the opacity changes?

Actually it should record that with no problem.
The step should appear as »Set current layer« (see attachment).
Please explain in more detail how you created the Action: Did you for example change opacity immediately after layer creation and how (via keyboard shortcut or slider), do you work with a non english version of Photoshop?

Similar Messages

  • Scripting Layer Opacity change

    Hello!
    I want to create a script that decreases current layer opacity by 5. Here's what I have now:
    app.activeDocument.activeLayer.opacity -= 5;
    The problem is, when I map the script to a hotkey and press it multiple times (e.g. to set opacity to 50%), it goes normal from 100 to 95, from 95 to 90 and so on until 75%. From that point, it goes to 69% (should be 70%). Then it proceeds as it should (69 -> 64, 64 -> 59).
    It also breaks at 24% (24 -> 18), if that matters.
    I use Adobe Photoshop CS6 on Windows 8.1 (x64).
    Why is this happening (decrease by 6 when I have 5 in my code)? Am I doing something wrong? Sorry if this question is stupid, I am just new to Photoshop scripting...

    ahawktom,
    opacity is not a rounded value and opacity works with percent.
    Try something like this:
    if (app.activeDocument.activeLayer.opacity > 5) {
        app.activeDocument.activeLayer.opacity = Math.round(app.activeDocument.activeLayer.opacity) -5;
    Have fun

  • Layer opacity shortcut

    Are able Layer opacity change through shortcut?
    Thanks!

    Your question is very terse, but insofar as you can assign a shortcut key to an action or script, and an action can do just about anything you can do, then the short answer is yes.
    If  you do choose to create an action to help you manage layer opacity, you'll have to make some assumptions about the document you're working on, and the conditions in which you're working.  An action can't really make decisions - for example it can't take one of two paths of execution based on whether the layer is an adjustment layer or an image layer.  A script, by contrast, can do conditional execution.
    With something as simple as current layer opacity, an action should be able to affect a variety of different kinds of layers, so assuming you want a shortcut key to set the current layer to a fixed level of opacity - e.g., 50% - I'd try the action approach first.
    Hope this helps.
    -Noel

  • Help: photoshop cs4 crashes when i drag a layer under or over another layer/try to change layer orde

    help: photoshop cs4 crashes when i drag a layer under or over another layer/try to change layer order
    this problem orcurred suddenly after having used the programm for years.
    i tried to reinstall cs4 and install all available updates, but it di not help...
    please help ! thanks

    What is the exact version and what’s your OS?
    What does the crash report state?
    Boilerplate-text:
    Are Photoshop and OS fully updated and have you performed the usual trouble-shooting routines (trashing prefs by pressing command-alt-shift/ctrl-alt-shift while starting Photoshop until the appropriate dialog appears after making sure all customized presets like Actions, Patterns, Brushes etc. have been saved and making a note of the Preferences you’ve changed, 3rd party plug-ins deactivation, system maintenance, cleaning caches, font validation, etc.)

  • Creating slider to control current layer opacity in HTML?

    Hi! I wanted to create a slider in custom panel which changes the for eg opacity of the current layer.
    Here is what I used in HTML5
    <div>
    <input type="range" min="0" max="100" value="0" step="1" id="opacity" name="opacity" onChange="sliderChange(this.value)"/>
    </div>
    Here is the javascript function
    $._ext_OPACITY={
          run : function() {
           app.activeDocument.activeLayer.opacity = 50;
    Now can you please tell me how to link that HTML slider with this function so that user can change the opacity using the slider. Thanks alot.

    Hi thanks alot for replying. Unfortunately it's still not working.
    js/main.js
    var csInterface = new CSInterface(); 
    function outputUpdate(value) { 
       csInterface.evalScript("setLayerOpacity('" + value + "')"); 
    jsx/Photoshop.jsx
    run : function setLayerOpacity(layerOpacity) { 
        app.activeDocument.activeLayer.opacity = setLayerOpacity; 
    index.html
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <script src="./ext.js"></script>
    <script src="./lib/CSInterface-4.0.0.js"></script>
    <link id="ppstyle" rel="stylesheet" type="text/css" href="./style.css">
    <title>Test</title>
    </head>
    <body onLoad="onLoaded()">
    <div id="content">
    <input type="range" min="0" max="100" value="0" step="1" id="opacity" name="opacity" onChange="setLayerOpacity(this.value)"/>
    </div>
    </body>
    <script src=’js/main.js’></script>
    </html>
    Slider is displaying in photoshop also moving but doing nothing.

  • Layer Opacity percentage from Photoshop is different in After Effects

    When importing a layered PS CS3 document into AE CS3 with layers set to different opacity, AE interprets the % differently. AE displays the % as a whole number but when you click on the field you can see the number goes to at least the thousandths.
    This is an issue as our animators need to usually make footage loop perfectly and if they use the default imported value as the start value, and then change it over time and then create a new keyframe at the end of the loop to the whole number it displays, it is actually different so there is a slight shift.
    As you can see in this example:
    PS layer opacity = 10%
    AE layer opacity = 10.196%
    PS layer opacity = 20%
    AE layer opacity = 20%
    PS layer opacity = 30%
    AE layer opacity = 30.196%
    PS layer opacity = 40%
    AE layer opacity = 40%
    PS layer opacity = 22%
    AE layer opacity = 21.0968%
    PS layer opacity = 88%
    AE layer opacity = 87.8431%
    Anyone else know why this is happening? This is a mind boggler for me.
    Thanks,
    Jon
    FYI, our Macs are running:
    OS X 10.5.4
    AE CS3 8.0.2.27
    PS CS3 10.0.1

    Simple: AE will use a higher precision than Photoshop even in the 8bpc/16bpc modes, let alone 32bpc. Photoshop will surely use the same values internally, but it doesn't display them. Dunno why, but PS being the old dog it is, I'm not really wondering... More of a question for that forum for sure. Could of course also be a problem with different color profiles/ color space settings between the apps, so this might be worth checking. Maybe you are using an outdated version of a profile in one of them... A simple solution inside AE would be to simply nail down those values with expressions, e.g.
    opacity.valueAtTime(thisComp.startTime)
    Otherwise: Stay away from the evil Photoshop. ;-)
    Mylenium

  • What happened to Change Layer Content?

    This question is related to Photoshop Elements 10.
    Photoshop Elements 5.0 had the command "Change Layer Content" under the "Layers" menu. It would allow me to select from solid colors, gradients and patterns in shapes (rectangles, circles, or pre-made shapes. I used it a lot but I don't see it in this new version of Photoshop! What happened to that command? Is there some new command to replace it that I just don't see because I am really having a difficult time locating it!   

    I have some actions i made for elements to do that if your interested.
    You can do it without actions, but it's far from convenient.

  • Can I change layer order in PDF?

    Acrobat 9 pro: I'm doing a complicated map with layers in PDF format. I found a merge command to merge layers, which is cool. But better option for me is to change layer order, and possibly create new folders within PDF. Is this possible with Acrobat 9 pro?

    You can't, but "sub level layers" don't exist in Acrobat. OCGs exist in a single stack, though their NAMES can be grouped in the sidebar panel to make it appear they're in multiple levels. InDesign can create groups like that, Illustrator cannot, and Acrobat can't create them via the UI - however the names in the sidebar are NOT required to match the layer stack in the file, either in order or structure. You can use JavaScript to build the OCGorder array, including any sub-levels you want, and store it in the file.
    See the Acrobat JavaScript documentation on the setOCGOrder() function for help and a simple example of populating the array. Groups are created by putting an array within an array, just like any other tree of data.

  • How do you change the opacity of a button when it is rolled over?

    I have the button created i am not trying to change the background or anything. I wanted to know how do you change the opacity for the over state of a button? by the default i have it set to 70% opacity i want to change the over state to 100%

    You'll need to leave the overall opacity of the button symbol at 100%, then modify the opacity of each state (up, over, down, etc.) individually. The individual states cannot override a symbol setting. For instance, if your symbol was set to 50% opacity, setting the over state to 100% would only give you 100% of 50% opacity.
    Make sense?

  • Change dock settings and mouse actions in accounts?

    After creating accounts for my class periods I changed the appearance of my/the administrator's dock and the actions of my mighty mouse to enable right click. After logging out and then logging back in as one of my class periods my changes did not carry through.
    Please tell me there is an easier way to change the dock and mouse actions than having to log back in as the administrator, going to EACH account, changing them so they can access system preferences, log back in as the class period, make the changes and finally go back in as the admin to take off their access to system preferences. Yuck...
    Also, when a student is logged into their period is there a way to switch to the admin account temporairily? For example, if they try to open an application they don't have privileges for shouldn't it prompt the admin to type in the password instead of requiring that I log out? Thanks for any help!

    Download and install the Server Admin Tools from Apple. It is intended for OS X Server but works fine on the regular version of Tiger.
    Then have a look at Workgroup Manager. It allows you to set all sorts of preferences for any number of accounts. Think of it like Parental Controls on steroids.

  • CS 6 layer opacity issue

    In the middle of working on a file my layer opacity started acting weird. If I reduce the opacity to 90% it looks like I have dropped it by 60%. This happened on the file i was working on but when I opened a new file and filled a box with solid black (100%) and then duplicated the layer and reduced that one to 90% it looked fine. SO I thought I had a memory issue. I quit PS then I restarted. Now no matter what file I open or create, my opacity is not proportional to the slider. 90% looks like 60% of any layer I make. Now, when I save the file and place it in an InDesign document, the preview looks as it should. What gives? There are no adjustment layers or layer masks apllied to the layers.
    You can see the large discrepency in shade from 100% black to 90% black.
    Please help. Its driving me nuts!

    Charles,
    Thanks for your reply but I discovered the problem. Gamut warning! I inadvertently must have hit shift-command-Y and unchecked the Gamut Warning under the View menu.
    Here is the opacity in RGB mode with the gamut warning UNCHECKED:
    And with the gamut warning CHECKED:
    I knew it was just me hitting some random setting that screwed it up. User error as usual. Not sure why the gamut warning needs a keyboard shortcut, but whatever.

  • Working with Edge Animate, how do you change layer colors and and names of layers?

    For many years, I have worked with Adobe Photoshop, and the ability to change layer color or the name of layers is quite easy. I have been reading around about how to do this with Edge, but, can't find any information on how I might be able to do this. Can you help?
    Thank you!
    LainKennedy

    Hi Darrell,
    Thank you for your answer. When I double click on the layer name, it opens for a second, then closes. I have tried to close the app, shut down my workstation, throw out the preferences, and, nothing seems to work. Am I doing something wrong?
    Thank you, again, for your timly answer. Really appreciate your help.
    Lain

  • Can we change start date of Additional Actions(0302)Record

    Hi All,
    Can we change start date of Additional Actions(0302)Record.
    Please reply us as soon as possible.
    Regards,
    Chandra P

    Thanks Sikindar
    It helps us very much.

  • Photoshop CC Mac - Changer l'opacité par les chiffres sur Macbook Pro Retina.

    Bonsoir,
    récent propriétaire d'un Macbook Pro Retina (version française AZERTY), je ne peux trouver un moyen de changer l'opacité en entrant les chiffres, comme 1 pour 10% ou 8 pour 80%.
    Je pense que le problème vient du fait que je n'ai pas de pavé numérique.
    Par exemple, sur l'outil pinceau, si j'entre 1 (en appuyant sur Shift + &), je change le flow à 10% et ainsi de suite, mais je n'ai pas trouvé un raccourci pour changer l'opacité.
    Sur l'outil de déplacement, si j'entre 1 (en appuyant sur Shift + &), l'opacité du calque actif ne change pas.
    Dois-je acheter un pavé numérique additionnel ?
    Cordialement.

    Bon, je pense avoir trouver une application incroyable qui résoud le problème, à la condition d'avoir un iPhone.
    L'application se nomme Numberkey, gratuite sur App Store iPhone.
    Il faut ensuite télécharger le logiciel Numberkey Connect, trouvable ici : http://numberkey.softpedia.com
    Ainsi la connection se fait via le wifi.
    Et ca marche !
    Je peux désormais contrôler de mon iPhone, l'opacité et le flow de mes calques et de mes brushes !!
    Je n'en reviens toujours pas... en croisant tout de même les doigts que cela ne fera point planter Photoshop.
    Bien à vous.

  • How to save png from psd that preserves transparency of 85% FILL opacity & 100% Layer opacity?

    I am using PS CS3. My design has a shiny colored glass type effect with 100% layer opacity, but an 85% fill opacity so that you can see through it. I have tried everything to save as a png file that preserves the transparency but nothing works. Thanks for any help!

    Thank you both for your help and questions.
    I am using several effects including bevel and emboss, inner shadow, inner glow, satin, etc. If I lower the layer opacity then everything is affected and I want my highlights, etc. to stay crisp and still be able to see through the object as if it were colored glass.
    I did finally figure out how to get it to do what I wanted. I lowered my fill opacity to 0% and added a color overlay at 65% opacity. This got me the exact look and transparency that I wanted when I saved as a png.
    Thanks again.

Maybe you are looking for

  • [SOLVED]Arch not acknowledging wireless card.

    So Im a returning user, feel like a total newb again. I recently purchased an "Asus k53sv-xr1" The wireless card inside is "Intel Centrino Wireless-N 100," I determined this by installing the proper driver in windows and checking the device manage (a

  • Macbook pro 2012 not fully supporting samsung 4k monitor

    hi I bought the Samsung U28D590 monitor to use it with my Macbook Pro Retina mid 2012 model. though it connected comfortably, but the feel of the screen resolution was very poor. I checked it up with the setting, it showed me "best to fit U28D590 " a

  • Planning to buy a new Webcam

    I need to get a webcam. I had a look at the wiki link. Can someone tell me which webcam to get. Is linux-uvc supposedly better than the rest? I primarily use the webcam with Skype. The wiki says, uvc does not support V4L1 and AFAIK Skype still uses V

  • How to identify problem kexts?

    Hi all, I'm having the problem with kernel_task using 100%+ cpu. It causes my system to slow down, the mouse freezes then zooms around, spinning beachballs, and even complete lockups and kernel panics. When I safe boot, kernel_task goes down to about

  • Help needed- lost

    hey ppl, i've got a Zen touch 20GB MP3 player, but i installed the CD on my old computer, now the old computer has broken down an i cant find the cd to install it on my new computer. So i cant upload songs on my zen no more, i've got the manual but n