Control propogation of adjustment layer?

hi there,
quick photoshop analogy to get to my question:
in photoshop, you can control the propogation of an adjustment layer located within a group by changing the default blend mode of the group from "pass through" to "normal"
is there some similar method in after effects to limit an adjustment layer's influence to only those layers within the same pre-comp?
thanks very much
LML

If the adjustment layer is in a precomp, it shouldn't be affectling layers outside of the precomp (unless you've selected the continuously rasterize button).

Similar Messages

  • AppleScript Control over Curves Adjustment Layer

    Hi,
    I would like to create a new Curves Adjustment Layer for the current document using AppleScript.  Then, I would like to be able to manipulate the curve data from within my script.  Is this possible?  I have not found a sample that illustrates doing this.
    I am working on Photoshop CS3 Extended on a MacBook Pro.
    Thank you
    -- Bennett

    Here is a sample of a pre-built Curves Layer Adjustment. It should make some sense. In this you can see how to set 5 curve points and adjust the composite channels with the option of grouping the layer to a previous one.
    tell application "Adobe Photoshop CS2"
    activate
    set Doc_Ref to the current document
    tell Doc_Ref
    set {ah, av, bh, bv, ch, cv, dh, dv, eh, ev, group} to {0, 0, 63, 53, 124, 127, 192, 204, 255, 255, true}
    set myJS to "AdjustCurvesLayer();
    // The Adjustment Layer Recorded Function
    function AdjustCurvesLayer() {
      function cTID(s) { return app.charIDToTypeID(s); };
      function sTID(s) { return app.stringIDToTypeID(s); };
        var desc1 = new ActionDescriptor();
            var ref1 = new ActionReference();
            ref1.putClass( cTID('AdjL') );
        desc1.putReference( cTID('null'), ref1 );
            var desc2 = new ActionDescriptor();
            desc2.putBoolean( cTID('Grup'), " & group & " ); // Group to previous layer boolean
                var desc3 = new ActionDescriptor();
                    var list3 = new ActionList();
                        var desc4 = new ActionDescriptor();
                            var ref2 = new ActionReference();
                            ref2.putEnumerated( cTID('Chnl'), cTID('Chnl'), cTID('Cmps') ); // Comosite Channels
                        desc4.putReference( cTID('Chnl'), ref2 );
                            var list4 = new ActionList();
                                var desc5 = new ActionDescriptor();
                                desc5.putDouble( cTID('Hrzn'), " & ah & " ); // Point 1
                                desc5.putDouble( cTID('Vrtc'), " & av & " ); // Point 1
                            list4.putObject( cTID('Pnt '), desc5 );
                                var desc6 = new ActionDescriptor();
                                desc6.putDouble( cTID('Hrzn'), " & bh & " ); // Point 2
                                desc6.putDouble( cTID('Vrtc'), " & bv & " ); // Point 2
                            list4.putObject( cTID('Pnt '), desc6 );
                                var desc7 = new ActionDescriptor();
                                desc7.putDouble( cTID('Hrzn'), " & ch & " ); // Point 3
                                desc7.putDouble( cTID('Vrtc'), " & cv & " ); // Point 3
                            list4.putObject( cTID('Pnt '), desc7 );
                                var desc8 = new ActionDescriptor();
                                desc8.putDouble( cTID('Hrzn'), " & dh & " ); // Point 4
                                desc8.putDouble( cTID('Vrtc'), " & dv & " ); // Point 4
                            list4.putObject( cTID('Pnt '), desc8 );
                                var desc9 = new ActionDescriptor();
                                desc9.putDouble( cTID('Hrzn'), " & eh & " ); // Point 5
                                desc9.putDouble( cTID('Vrtc'), " & ev & " ); // Point 5
                            list4.putObject( cTID('Pnt '), desc9 );
                        desc4.putList( cTID('Crv '), list4 );
                    list3.putObject( cTID('CrvA'), desc4 );
                desc3.putList( cTID('Adjs'), list3 );
            desc2.putObject( cTID('Type'), cTID('Crvs'), desc3 );
        desc1.putObject( cTID('Usng'), cTID('AdjL'), desc2 );
        executeAction( cTID('Mk  '), desc1, DialogModes.NO );
    do javascript myJS show debugger on runtime error
    end tell
    end tell

  • Why are the adjustment layer controls grayed out?

    I have used an adjustment layer in CS5 and when it was first used I could adjust everything.  Now most of the controls have grayed out and whilst I can slide the sliders I can not type figures in nor use the radio buttons!  Why has it locked me out?  It has happened on a few images and with both Colour Balance and Hue and Saturation Layers.
    The image above shows the problem with the top Colour Balance layer where I can not select Shadows or Highlights, nor type in figures for the sliders BUT I can slide them and change the tick on Preserve Luminosity!  The basic image being edited is an 8-bit RGB file. 
    Adding a new adjustment layer (Colour Balance) on top of this one initially showed the same problem but after adding 3 more new adjustment layers suddenly eveything came back to fully working again - even the original problem layer!
    This problem keeps happening with some of my images.  It is happening on all 3 of our photoshop PC's, so it looks like a basic PS bug.  Has anyone else seen this or know why it happens?

    Thanks for the suggestion but that has no effect on them being grayed out or not.  When this problem occurs it does not matter if the Mask is highlighted OR the adjustment itself.
    But thanks anyway.
    I am currently without the issue on the above example having removed the problem by adding additional adjustment layers and removing them again. Even if I now select just the adjustment mask I can still access ALL adjustment controls without problem.
    But it will occur again as it has done over the last few months on a random basis.  Hopefully someone else has seen this occur and found a solution?

  • Media pending with adjustement layer CC 2014

    Hi,
    I have so many problem with adobe premiere pro CC 2014
    - Media pending with adjustment layer track and some Red giant effects on it. Impossible to rendering ! Please, what the problem ?
    - I loose sound sometimes during playback, I can not hear anything.
    - Sound make a big noise sometimes, like a 1khz but not exactly. It appears when I go up the volume after adding gain or push up the volume in effect control.
    Have you got solutions please ?
    Thank you

    >What to do?
    Start by asking in a forum that is specific to your program... what program are you talking about?
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • I can't get photoshop to record a curve adjustment layer preset.

    I am trying to record an action on a colleague's machine that has a custom curve setting but cant seem to get it to stick as a playable action step. He has one of the new trashcans (Mac Pro) with a system version of 10.9.4 and photoshop version of 2014.2.2. I am able to do it on my machine by recording the addition of the curve adjustment layer then selecting a pre-created curve preset. I am running Photoshop 2014.0.0. This does not work on his machine....quite maddening. Any ideas?

    Did you set up the custom setting as a preset on all machines  that will be using the action the loads the curves preset?
    How did you record the Levels adjustment?
    Did you add an adjustment layer or just use levels?
    If you  added an adjustment layer two step are recorded in newer versions of Photoshop.  First step add the adjustment layer the second step setsl adjustment settings.  The recording of the adjustment setting is delayed till  you commit the adjustment  by doing the next action step.  How the add adjustment layer plays back can vary for Adobe introduced bugs in CS4 adding the Adjustment Panel they included two option that can change how Photoshop operates. And Actions and Scripts can not control or access these options.

  • Why are my eyedropper targets changing when I select my adjustment layer?

    Consider this simple document with 2 layers and an adjustment layer:
    Note the eyedropper targets. They read as expected:
    Now, observe what happens when I click my adjustment layer (this is a new Levels adjustment that has NOT YET BEEN TOUCHED - so there should be NO CHANGE)
    It doesn't matter whether the adjustment layer or its layer mask are selected, the results are the same.
    Here are my eyedropper settings:
    Proof Colors is off. I can't think of any other setting to play with.
    This looks like a pretty huge bug to me, and it's not something I remember from earlier versions. Does anyone know what's going on?

    Thanks for the added clarifications Noel. Can you perhaps explain to me how the behaviour of the color sampler in the info palette is actually desirable?
    Let's look at my example again. When I am trying to make an adjustment and I'm looking at my color sampler targets, I _must_ have my adjustment layer selected. Target #1 is pointed over a white pixel. Regardless of which layer I have selected, that pixel is white. I can't imagine a scenario in which the readout should be anything other than 255,255,255. That's not a feature, that's a design mistake.
    If I want to see, in the readout, the value of the background image's pixel, then I should hide the layer that contains that white shape. Then, that pixel is no longer white, and the color sampler readout should reflect that. Makes sense.
    If you truly and honestly believe that users are interested in the color that is a result of compositing all the layers below (and including) the currently selected adjustment layer when they are plaing with the adjustment layer controls, then the UI must temporarily hide any layers above that color sampler as soon as I select the adjustment layer. This is the only correct UX design in that scenario - so that the color sampler once again reflects exactly what is "true" - namely the pixel color on the screen that it is sampling.
    And if you re-read that last paragraph you will intuitively know that that would be crazy. I mean, there's no way that a user would want to have the UI hide any layers just because he's clicked on the Adjustment Layer - he probably wants to see the adjustment in the context of the entire composition. If he wanted to hide those other layers, he'd do it himself.
    I urge you to reconsider this from the perspective of a real-world user and consider logging this as a bug. I just can't see any way that it isn't a mistake.

  • Changing skin tones with adjustment layer fails

    Hi,
    I am running PS CC 2014 and all I want to do is to adjust a skin tone to match it to the rest of the bodys skin color.
    I have watched some videos on YouTube but my PS doesnt seem to work that way and I wonder why.
    My workflow:
    Copy background layer.
    Quick select area of body where skin tone has to be changed
    (If necessary: improve selection)
    Now create adjustment layer with gradiation curve
    Select with double click midtone pipette and select one point of the "good skin tone" (also pressing CTRL at the same time when selecting it)
    Confirm with OK.
    Reject box which wants to take over skin tone as standard color.
    Click with pipette in the previously selected skin area which has to be changed.
    Instead of adjusting the color into a good skin color, this area turns into a strange orange color.
    All I can do now is to walk through the single RGB channels to makle adjustments and hope to get anywhere
    near the expected result.
    Where have I gone wrong ? Where does the orange color come from ?
    Any proposals how to get to a reasonable result ?
    Preferably with this workflow. But all other ideas are welcome, too.
    Thx.
    Arnold.

    For what it's worth: I have found that when sculptural modeling is involved, such as the in the hand, working with Curves in LAB (where tone is discrete from color) produces the color change more naturally and provides greater control over local contrast. You may want to consider that alternate approach. In this sample, the left forearm provided the reference color and I chose to lighten the tonal scale a bit.
    One off-topic comment: A shorter than normal focal length lens creates a foreshortening that makes near objects disproportionately large in relation to the rest of the object or scene. In this instance, consider its effect on the hand-head sizes. I would suggest that a focal length at least 1 1/2 times normal would be more appropriate.
    Good luck.

  • Huge Bugs with Many Legs Still Living in Premiere Pro - (Border from Sharpening & Flickering from Adjustment Layer)

    I haven't edited video in awhile.  While working on a new project I've run into a bunch of what I suppose are well known issues in Premiere Pro CC 2014.  It seems Adobe has know about these issues for some time, but that for some reason, nothing is being done about them.  Here is my most recent experience with editing a video using PP:
    1. Found that color correction tools in Premiere Pro for setting White Balance Suck for folks who don't edit video 8 hours a day.
    Searched on web to find solution find that Adobe has no fix but random humans have found hack solution: White Balance in Premiere Pro CC on Vimeo
    The dude shows you how to use the Cyroce Color Neutralizer plugin from After Effects - but sure enough the current version of the plugin that ships with AE CC 2014 doesn't work with premiere any more so you have to download the old version from dude's website here:  http://www.sternfx.com/tutorials/136
    Thanks to the DUDE!
    2. Found out that adding an Adjustment layer can cause flickering in footage.
    Searched on web to find solution find that Adobe has no fix but random humans have found hack solution: PP CC 2014 - adjustment layers flickering problem : Adobe Premiere Pro  AND  Re: image flickering from adjustment layer
    Added mask to control flickering.  More specifically, I turned each effect in the adjustment layer on and off until I found the particular effect that was causing the flickering.  Then I created a mask in that effect which covered the entire frame.  Mystically the flickering disappeared.  Learned that if you make any changes to adjustment layer effects, flickering will return and you have to delete/recreate the mask once again. Ridiculous.
    3. Thought all was good and that I could now peacefully continue to finish my project.  I was wrong.  Found that adding sharpening in adjustment layer causes a small border to form around the entire frame.  The pixels seem faded or translucent or something.
    Searched on web to find solution find that Adobe has no fix but random humans have found hack solution:  Sharpening bug Premiere Pro - - Fourmedia
    So now I've learned that the sharpening effect needs to go on it's own adjustment layer.  Awesome.
    Flickering returns because I made a change to adjustment layer 1.  Re-mask.  Sweet.
    That's it.  Pretty sure this post will help folks out, but man I am going to run out and give another NLE a shot.  None of these operations should be this difficult.  Makes me wonder if Adobe even attempts to use their own programs.  I don't see how anyone could possibly let a huge tool like Premiere Pro suffer from these issues -- and for so long a period of time.  Absolutely ridiculous.  Adobe truly seems to be asleep at the wheel.  This is some amateur crap here.

    Thanks for this post. It would be cool (since Adobe doesn't seem to use their products) if there were more posts like this that I could read before I upgrade. I'm having the flickering w adjustment layer problem you mentioned in #2 - and this post is over month old! Aghh

  • FR: color temperature adjustment layer

    I know there are 5 million methods to adjust colors in PS, but I would really prefer a simple (and almost scientific) method like the color temperature adjustment in ACR (with the green-magenta color cast adjustment).
    Ideally, PS would read the current color temperature from the EXIF data (and adjust to any adjustment layers below), and give the option to pick a neutral pixel (and display the color shift based on that). in case there is no original color temp available, the grey pixel picker could be used to establish a base value, and give the user at least relative color shift values (or the user could enter the values by hand from ACR).
    The reason for this is that most (pro) photographers probably know the color temp of their environments (lights, ambient, gels etc) (or can read those values from ACR), so adjusting values in regards to kelvin would make things much more precise than the ambivalent values of e.g. the color balance adjustment.

    What I was asking is a different method to achieve the same results what is possible with levels/curves/color balance etc without going into lab mode. (btw, the lack of a grey picker and the zoned approach of color balance isn't ideal sometimes)
    thank you for reminding me that I need to brush up on my color theory. your reply has a tone of "why are you asking this, there are already tools for this" which I find a bit too conservative, when my intention is to make PS even more user friendly... if we would go with your paradigm, we wouldn't need levels, because everybody could just use curves, and yet both are very popular and often used based on the users preferences.
    what I am asking is bringing the white balance settings from ACR into an adjustment layer, with all it's implications.
    it would enable users to specifically balance images with mixed light sources (with the proposed color temp/WB adjustment layer with it's mask) by entering values in kelvin, and not some arbitrary numbers from 0-1 or 0-255. it would be so much easier to balance tungsten to daylight by adding 2000 kelvin to the image, or to control a straw gel that was added somewhere in the scene. I can imagine so many applications for this adjustment layer...

  • Photoshop Elements 9 - unable to use brush in adjustment layer

    HI
    I'm new to Adobe Photoshop Elements and have recently purchased Elements 9. I am having problems using the brush in adjustment levels.
    I've opened a RAW image and converted it to black and white by desaturating it using an adjustment layer. I'm then trying to adjust the black and white image using several adjustment levels. I'm using the brush to black out the parts of the image in the particular adjustment layer I don't want changing. This worked initially, but for some reason, the brush stopped working in the adjustment layers. It's a soft brush set to 300px, the mode is "Normal" and opacity is 100%. Put simply, it's not obliterating anything in the layer, nor does anything appear in the thumbnail over on the right (both these things happened before)
    The brush works normally when adjusting an image with no levels i.e. when you simply open a RAW or TIFF file and use the brush.
    I've tried uninstalling the programme and reinstalling, but the porblem persists.
    Can anyone offer any help? It's frustrating as I can't selectively adjust my image. Am I doing something wrong, is it a glitch, or is it just a simple case of ticking a simple box some where in the pre-sets?
    Hoping someone can help.

    Check that you have your brush set to black (foreground color black)
    and that your actually painting on the layer mask (click on the layer mask
    to make it active).
    Try just painting on the mask of your adjustment layer used to desaturate the photo
    with a black brush (the color should come back)
    Sometimes with multiple adjustment layers, the strokes on one layer mask may overlap
    the strokes on another.
    If you want more control over a black and white conversion, you might try something like
    the following.
    1. Add a hue\saturation adjustment layer and change the layers blending mode to Color
    2. Add another hue\saturation adjustment layer and move the saturation slider to -100
    3. On the first adjustment layer (the one with the color blend mode), move the hue
       and saturation sliders for different black and white effects.
    4. If you want to add a color tint, set the top hue\saturation layer to colorize and
        adjust the hue and saturation sliders for different tint effects.
    MTSTUNER

  • Adjustment Layer for Shapes

    Hey Guys,
    So I was having to change a bunch of properties of multiple shape layers and I was thinking, Wouldn't it be cool to have shape adjustment layers?
    Example:
    You have 10 different shape layers  - 5 Squares and 5 triangles
    Create a new shape adjustment layer and apply "round corners"
    You can now very easily control the round corners for all layers without having to go into each layer
    Then maybe you could have inclusions and exclusions - You could include all shape layers with "square_01" in the name, Then the shape adjustment layer would only effect the shape layers with "square_01" in the name.
    I know you can kind of so this by creating multiple polygons under one shape layer but some times you need multiple shape layers.
    Anyone else think this would be handy? Can you already do this and I am just ignorant ?
    Cheers

    I would use property links to accomplish what you describe.
    Property links were added in After Effects 12.1:
    After Effects CC (12.1): what’s new and changed

  • Color balance adjustment layer opening as levels

    When I try creating a color balance adjustment layer is it opening a levels adjustment layer. I'm using the New Adjustment Layer button at the bottom of the Layers panel. Is this a bug with CS6? How can I fix the problem?

    This is the process that I go through:
    Selecting the adjustment icon at the bottom of the Layers Panel, as shown below.
    I select color balance, as shown below.
    The properties panel is brought up, and shows the color balance adjustment controls.
    In your properties panel, are your saying when you follow the above, that level adjustments come up?
    Janelle

  • Rotate canvis unintuitive, hot key limitations, new adjustment layer features? Brush size slider bad

    I've been using photoshop for a while, as well as a number of 3D  applications. Speed and efficiency have always been very important, and I  usually customize my software a lot to make it work for me. These are  some of the things photoshop could do better in comparison to the user  interfaces in some 3D programs.
    Rotate canvas unintuitive: 
    While having a center pivot seems more intuitive at first, it actually  causes me nothing but trouble having to always figure out where the  center is, and then deciding how close i am (which will change speed of  rotation). I would like at least an option to simply drag left and drag  right for clockwise and counterclockwise at a specific speed. 
    Hot Key Limitations: 
    alt R and control R and shift R cannot be assigned to different things. I would prefer it if i could customize all of these. 
    new adjustment layer features: 
    often when painting in photoshop, i create an adjustment layer over all  the layers. If i like how it looks, and want to continue painting, i  have to either turn it off while i work and switch it on at the end  again, flatten the entire painting loosing the layer separations, or  duplicate the adjustment layer and setting it next to each pre-existing  layer and then merging each set of 2 layers(the original + the  duplicated adjustment layer). 
    It would be really wonderful if the process of duplicating the  adjustment layers and flattening each set of 2 could be automated. a  sort of Flatten to all individually button. 
    Brush Size Slider: 
    Zbrush has a very wonderful brush size change. I never appreciated it  until trying photoshops. (previously to this i used another piece of  hardware with a scroll wheel to change brush size. and still do. why the  heck is the first brush size jump 10 units!?! simply a linear brush  size change would have been awesome. although including a brush size  slider is already pretty awesome 
    These things have been bothering me for a long time, and i always assume  these problems that are obvious to me are probably obvious to everybody  else and therefore will be fixed without my small intervention, but i  figure this cant hurt. Thanks for all the hard work and the wonderful  product!

    This is a poorly explained reason about why is so important having a loupe in Photoshop. I've not also, used the best example, but I will. This belongs to the ADDITIONAL FEATURES: Loupe/Magnificator View:. Also, I will try to make my english clrearer, but here it goes:

  • Adjustment Layer Oddities

    I'm seeing some new and unwanted behavior using Adjustment Layers.  I love to use these for grading, CC and other effects, as I can easily apply one setting to a whole range of clips.  However, sometimes a clip will require tweaking of those settings, or an additional effect.  So I cut the AL to match the clip, then apply dissolves on the AL to match the dissolve on the clip.  Below is a screen shot.
    The problem is that the footage has started to freeze during the transitions, as if a frame hold is in effect.  Normal playback resumes after the transition.  That freeze also causes the export to fail with an Unknown Error.  If I remove the dissolves from the AL, all works fine, except that now the different settings on the AL effects just 'cut', which is jarring and unwanted.  It happens across media types and export settings, but strangely only on one of my two computers. Unfortunately it's my production rig, my personal computer still works fine with this.  (Damn, why couldn't that be reversed!)
    Is anyone else seeing any issues with dissolves applied to Adjustment Layers?

    Was this ever worked around? There do not seem to be any entries since 2012.
    I have just come across the same problem. I created a sequence in Windows 8 and later wanted to on it on it in W7 Home Premium. At the beginning of the Adjustment layer I placed a cross dissolve, in order to fade up a group of video tracks simultaneously. But each time I loaded the sequence, the machine stopped responding to transport, or any, keyboard commands. After much head-scratching and cursing, I began to remove FX and video tracks from the work until it began working again. In my case it would load as expected but from then on no amount of cajoling would make anything keyboard connected work. Using the mouse gave some control, i.e. selecting panels, but it appeared that the 'monitors' were in an odd state,leaving tails of everything that passed over them, whether part of Premiere or not.
    I tried using key-frames on the Adjustment Layer, to change the opacity (noting that somebody suggested 99.9% instead of 100%) but that didn't appear to work at all.
    Did anyone sort this? If so, how.
    Many thanks.
    AlanS.

  • Adjustment layer as parent?

    Hi,
    Is it possible to make lots of layers point to one adjustment layer to dictate iwhich effects it has? I have tried using a Null layer - doesn't seem to work, Nor do adjustment layers. I am just really playing around with curves, hue sat and remove grain.
    Any help?

    Not to do this and this only, but... I suspect you'll want to get fancy with it all , so learning about expressions is a lof of fun and it's a door to one of the most powerful aspects to AE.
    In this case, you just have to use the expression pick-whip to connect each parameter with a expression control that includes an equivalent parameter. In other words, if your effect parameter (say Blurriness) uses a slider, you want to connect it to a Slider expression control effect. If it uses degrees, you want to connect it to a dial expression control, etc. Actually, nothing prevents you from using non-matching parameters (slider to dial, etc), but it's just not a good idea to start with.
    Of course, an introduction to expressions in well beyond the reach of a forum post, but you can take a look at the Using Expression Controls Effects page and the whole Expressions section in After Effects Help, while we're at it.
    Dan Ebberts, a frequent poster in these forums who IMO is the top guru in all things related to expressions, has an amazing web site covering expressions and scripting for different expertise levels.

Maybe you are looking for

  • Loop not working correctly in smartform

    Hi Experts, I have developed a smart form wherein,  the import params of form is a table (multiple records).The design of the form is, the first 10 lines is populated with a static text followed by the import table and follwed by a conclusion text. i

  • RD across 2 monitors?

    Hi all, I'm using a Dual 1GHz Power Mac G4 with 768MB RAM, a 9800 Pro and two monitors. All the Macs are running 10.4.3 and ARD 2.2. The Client computer is running a single monitor. I was wondering if it's possible to observe/control the Client's wor

  • Gettinn error in Microsoft word 2007

    I have word 2007, + bip desktop installed . After loading the xml , when i click on the create chart from the Add-ins tool Oracle Bi Publisher => insert => chart it gives me following error Runtime error 429. Activex component cant create object. Any

  • Execution of binary files/scripts fails

    hi there, I spend hours seeking for a solution to my problem... or at least a cause for its occurrence :| I wanted to set up a policy enabling remote management on certain clients. Therefore I have to enable XDMCP. Novell was that kind and supplied a

  • PM-SMA and PM-PRO

    Dear friend, Please throw some light on this: I have been asked about the module PM which we have in the project, and they ask about PM-SMA (it seems is relationated with services??), and the other submodule PM-PRO about projects... do you have any i