Photoshop shape layer gradient fill bug

I use shapes filled with linear gradient turned 90° from its default position. And every now and then, when I select the given shape layer (with the move tool or directly in the layer dialog) the gradient jumps into the default rotation position. The thing is, if this happens, there´s no way I can turn it back.. if I type a value or try to rotate the gradient, it always jumps back.. even if I create a new shape, the rotation function is set to default and won´t move a degree.. Normally a PS restart helped to solve this.. but today, the problem remained even after that.. I will reboot the system and hopefully it will work but.. if anyone has experienced the same problem or has any suggestions, please help.
PS CC 2014 (latest update - though this problem I´ve had since the first CC), OS 10.8.5 (Maybe updating to Mavericks?)
thanks in advance!

I do not use a mac however on windows if I have a gradient filled shape layer I rotated the the gradient fill.  If I accidentally click the solid fill or pattern fill icon when I click back on the gradient fill icon the angle is the default 90 degrees it does not remember that the fill was set to 0 or 180.
I have not observed any problem with the move tool but I seldom have a shape with a gradient fill.  I normally use a layer style gradient fill on a solid 50% gray filled shape,

Similar Messages

  • Photoshop CC Shape Layer Gradients Not the Same as CS6

    I'm demo-ing Photoshop CC, and I came across an unexpected behavior when opening a CS6 PSD.
    I have a shape layer that is composed of closed curves which use the path operation "Intersect Shape Areas." In CS6, I added a layer style with a tight gradient that is vertically positioned to show a certain part of the gradient, and the gradient seems to be confined to only the visible intersection of the paths.
    In CC, however, the gradient seems to be applied to the entire region of the paths, and not just the intersection - as if there were no path operation performed. Here's an image to show what I mean:
    The only way I could reproduce the desired effect in CC was to merge the shape components. But, I'd rather be able to keep the shapes editable at a boolean level.
    Is there some setting that I'm missing?

    I don't want to just start a new thread with the same topic so thought I would tag onto this one.
    The behaviour described by K_SEREBY is something which I am also experiencing, and for me is a bit of a deal breaker. For files opened in CC which were created in an earlier version gradient fills/ styles on shape layers do not appear the same.
    The only way to have them appear the same is to do as K_SEREBY says and "merge shape components", which is a completely destructive way of working.
    It isn't something which is consistent either across Layer Styles, gradients behave as described, whereas inner glow, inner shadow and stroke for example all work as they did before, taking into account shape interaction.
    Having said that using the stroke feature of vectors available on the top bar again works differently as shown in the below image. On the left the result of 3 interacting vector shapes with a vector stroke - no stroke visible. On the right the same shape with the same stroke effect but after merge shape components has been done - vector stroke visible.
    It's all very confusing and not very pleasant to use, is there a work around? The video linked doesn't shed any light on the problem at hand, only highlighting something else which doesn't even show up for me when a shape is selected i.e. Live Vector Properties, but that is another story.

  • Warning - gradient fill bug found

    I have reported this bug to Adobe. Watch out so it won't bite you.
    Short version: gradients can disappear completely when exporting to pdf 
    Long version:
    A. Gradient fill with default settings. First color starts at 0% and second color ends at 100%.
    Copy an object with this color to Illustrator or export it as a pdf file. This works fine.
    B. Change the start color to 5% and the end color to 90% (anything other than 0/100 will trigger the bug)
    Copy and paste an object with this gradient fill to Illustrator. Result: no fill color
    Export object to PDF. Result: no fill color
    C. Default gradient fill (0% to 100%) + add a third color = works fine
    D. Same as C. but change the start and end colors as in B. Triggers the bug again
    Bug verified in InDesign CS6 and CC on OS X 10.8.4
    Bug verified by Adobe Support.

    Hi everyone. I work for a large format printing company. We receive thousands of files every year from many different designers. We started to notice that gradients would drop out of some PDFs when opening them in Illustrator but they would preview fine when opened in Acrobat. I searched high and low for an explanation for this glitch. The only response I received is "Stop opening exported PDFs in Illustrator." This is an unsatisfactory answer for someone that needs to preflight directly in the Illustrator program. I've done a ton of research and have been racking my brain for the last 2 years and have finally found sufficient workarounds for this issue. The downfall with these workarounds: all spot colors located in the gradients will convert to CMYK mixes. I'm still researching to see if there is a way to keep spot colors intact in these areas.
    A little back story: InDesign is converting the gradients into something called NChannel. It enables more accurate handling of color blending by including additional dot gain and color mixing info. Both InDesign and Acrobat have the ability to display these elements whereas Illustrator, from what I’m finding, does not. Which is why we’re seeing gradient elements drop out when opened in Illustrator.
    Workaround for CMYK Gradients
    Open PDF exported from INDD in Acrobat
    Go to Tools > Print Production > Convert Colors
    Object Type: Smooth Shade (this tells Acrobat to hone in on Gradients only)
    Color Type: DeviceCMYK
    Check Embed next to Conversion Profile (should be SWOP)
    Expand Document Colors on the right and Select DeviceCMYK in Color Spaces then click ok
    Save the PDF
    Workaround for 1 Spot Color in Gradients (Converts Spot Color located in Gradient to CMYK – all other Spots stay intact)
    Open PDF exported from INDD in Acrobat
    Go to Tools > Print Production > Convert Colors
    Object Type: Smooth Shade (this tells Acrobat to hone in on Gradients only)
    Color Type: Spot Color
    Check Embed next to Conversion Profile (should be SWOP)
    Expand Document Colors on the right and Select the Spot that is located in the Gradient in Color Spaces then click ok
    Save the PDF
    Workaround for 2 Spot Colors in Gradients (Converts Spot Colors located in Gradient toCMYK – all other Spots stay intact)
    Open PDF exported from INDD in Acrobat
    Go to Tools > Print Production > Convert Colors
    Object Type: Smooth Shade (this tells Acrobat to hone in on Gradients only)
    Color Type: Spot Color
    Check Embed next to Conversion Profile (should be SWOP)
    Expand Document Colors on the right and Select the DeviceN spot color that is located in the Gradient in Color Spaces then click ok
    Save the PDF
    Please test it and let me know if you run into any issues with these workarounds.  I'm always looking for new problems to solve!
    - Jenny

  • Animating Shape Layer Contents Fill

    I'm fairly new to After effects scripting and not too familiar with it's objects.
    how can I access the contents of an existing shape layer, to change and animate it's fill color property?
    thanks in advance

    It's going to depend on the type of shape, but as an example, for a rectangle, setting a keyframe at 3 seconds for the color yellow might look like this:
    var p = app.project.item(1).layer("Shape Layer 1").property("Contents").property("Rectangle 1").property("Contents").property("Fill 1").property("Color");
    p.setValueAtTime(3,[1,1,0,1])
    My advice is to get a copy of Jeff Almasol's incredibly usefel script rd_GimmePropPath.jsx here:
    http://www.redefinery.com/ae/view.php?item=rd_GimmePropPath
    You can use it to get the appropriate syntax for any property.
    Dan

  • Many shapes, one gradient fill

    In Illustrator CS4:
    I need to fill 20 circles with one common grad fill... so that the 1st circle is dark to the 20th as lightest (NOT each individual circle getting it's own gradient).
    I thought this would be easy (clipping mask) but no.
    Any ideas?
    Thanks!

    Right, Mike.
    But unless you group them all together somehow you're left manually selecting each one every time you want to modify the gradient, if you've unselected them and come back later. Probably best to get them all grouped together for easy re-selection.

  • Gradient fill disappearing when converting vector/Illustrator file to shape layer

    Hi,
    When coverting a vector or Illustrator file (such as a logo) into a shape layer any gradient fill is lost. Is there no way to ensure the gradient fill is converted across or is this a matter for a future release of After Effects?
    Many thanks.

    That's a limitation of the current feature.
    If you want a different behavior, you can submit a feature request here: http://www.adobe.com/go/wish

  • [OSX] Photoshop CC bug - can't change Shape Layer colour from layers panel

    Hi there,
    I have a persistent bug where after a certain amount of time (potentially after the iMac goes to sleep and reawakes?) that after creating a new Shape Layer I can no longer change it's colour from the layers panel. If I double-click it the colour palette appears and it seems to record the colour but the Shape Layer does not reflect this. If I go into the Shape Layer bar at the top of the screen I can still change the Fill and Stroke.
    If I re-open the program it works again.

    Had the same problem. Turns out I needed to use the Path Selection Tool and click the path right on the canvas, not in the layer panel. This re-enables the Live Shape properties.
    Here is a short video with more details if you're interested -> http://www.michalkopec.com/blog

  • Change the blending mode on the gradient fill within a shape layer?

    I can't seem to figure out how to do this, if it is possible.  I have a shape layer with a gradient fill,  that gradient fill layer needs to be set to multiply, by default its normal.  can the be done with scripting?

    Indeed it is not that easy to modify the blending mode.
    The blending mode is property(1), or property("ADBE Vector Blend Mode"), of the gradient fill.
    Normally the blending modes are listed in the BlendingMode object, and mutliply corresponds to BlendingMode.MULTIPLY
    But it doesnt work for shape graphics: if you try myGradientFill.property(1).setValue(blendingMode.MULTIPLY); you are out of range.
    The value to enter is actually the occurrence of the mode in the dropdownmenu, counting separators...
    so
    myGradientFill.property(1).setValue(4);
    Xavier

  • Creating Gradient-filled shapes via JSFL CS5.5?

    I'm trying to use JSFL to create a number of oval shapes on a layer, that have a gradient fill applied to them.  I've stripped down the JSFL to very bare bones which I will post here:
    var flashDoc = fl.getDocumentDOM();
    var flashLib = flashDoc.library;
    var flashTimeline = flashDoc.getTimeline();
    // Set fill color for all shapes
    var fill = flashDoc.getCustomFill();
    fill.style = "radialGradient";
    fill.color = "#FFFFFF";    // For some reason if I don't assign at least *something* here, the color array doesn't work and I get fully black shapes
    fill.colorArray = ["#0033CC", "#FFFFFF"];
    fill.posArray = [0, 255];
    fill.focalPoint = 0;
    fill.linearRGB = true;
    flashDoc.setCustomFill( fill );
    for( var i = 0; i < 10; ++i )
        var x = Math.random() * 500;
        var y = Math.random() * 400;
        var radius = Math.random() * 25 + 25;
        var left = x - radius;
        var top = y - radius;
        var right = x + radius;
        var bottom = y + radius;
        flashDoc.addNewOval( {left:left, top:top, right:right, bottom:bottom}, false, true );
    When I run this script I do not get the results I'm expecting.  I get a number of oval shapes that all share the same gradient transform, i.e., each shape only gets part of the gradient.  The documentation says this function should be equivalent to using the draw oval tool, yet when you use that tool each oval you draw is associated with its own gradient transform.
    My Questions:
    1. Am I missing a piece here to create shapes each with their own gradient transform?
    2. Is it a bug that I have to set something into fill.color, even though I'm supplying a color array?  If I set nothing there, all the shapes will draw in full black.
    3. Is there a way to specify gradient colors that include alpha?
    Thanks for your time.

    Yep, that made the rest of my whole day!! Works excelllent in the demo, and i'm just replacing all the  Image<->Triangle commands. Wonderfulll & thanks a lot, LitDev. (enjoint the sb sample in your Test-DL :-))
    PS:
    Controls.SetTextBoxText(Controls.AddTextBox(10,10), "Enter your name here...")
    Controls.AddButton(".. then press the Button", 180,10)
    LDGraphicsWindow.Capture("","")
    GraphicsWindow.Clear()
    GraphicsWindow.DrawImage("ImageList1", 0,0)

  • Photoshop CS6 Extended x64 Win7 bug, color overlay layer effect

    I created a simple layer shape using the elipse shape tool, and applied a color overlay (blue) layer effect to that shape. The applied color overlay doesn't fill the entire shape (see image) making it look like the shape has a very wide stroke applied to it (it doesn't). If I "copy merged" the pasted copy is a rasterized version of the problematic overlay. If I rasterize the layer, the fill then covers the entire shape.
    Jpeg below. Shape is black, color overlay is blue. There is no other effect applied. Blend mode normal, opacity 100%. The image upload won't let me attach the layered PSD file, but I'd be happy to provide it for troubleshooting.
    If it matters, I'm running PS CS6 under Creative Cloud.

    Good call, there is indeed a thick stroke set for the shape tool. Thank you.
    But that answer leaves me with another question.
    Apparently applying a color overlay effect only applied to the object's fill. Why does the entire object, stroke and all, go blue when the layer is rasterized? If that's not a bug, it's at least irrational.
    I added an inner glow layer effect and the same behavior applies. The stroke is not changed by the layer effect, but when rasterized (except via copy merged) the stroke disappears and the layer effects are applied to the full diameter of the circle and the stroke.

  • Strange problem undoing a shape layer move in Photoshop CS5

    Hi. I have a strange recurring problem in Photoshop CS5. Basically, it manifests like this:
    I have a shape layer, or several shape layers. I will move the shape with the move tool (usually via holding Ctrl, depending upon which tool is selected). If I then use undo or step backward, the image does not revert properly. It's like there is a discrepancy between the position of the layer mask and what is displayed on screen. Clicking on the vector mask of the shape layer to reveal its outline shows that the shape is where it should be (i.e. in the position it was originally), but the element of the image it represents is somewhere else. Sometimes, if I move a group of such shape layers, the problem seems to affect some of them but not all. Once so far, I have managed to rectify the problem by simply turning off an unrelated layer and turning it on again! Very strange.
    It's a difficult problem to deal with, because it doesn't happen every time. And when it does, it's a case of reverting to a previous save. Luckily I save reasonably often, but it's still an annoying thing to deal with.
    Hope I've described it well enough to understand. Any ideas?
    I'm using CS5 12.0.4. Windows 7 64-bit. Intel i5 2300. Integrated HD2000 graphics with latest drivers.

    I realise I seem to be talking to myself here (perhaps no-one's still using CS5 here, plus it's a fairly specific problem), but I have discovered a factor that makes for repeatable demonstration of this behaviour.
    It appears that the problem I'm having is related to using feathering on vector masks. Create a shape with the pen tool, add an amount of 'feather' in the mask options panel, use the move tool to move the shape and then undo. This displays the problem I'm seeing where the image is not refreshed. I have at least found a way to workaround the issue for now. Simply changing the feathering amount updates the image to how it should be.
    I'm glad that I can at least continue to use CS5, because I'm totally content with its functionality for my uses, and an upgrade seemed overkill (not to mention having to adjust to the changes made in CS6+ versions).
    Perhaps there is still a cure for this bug somewhere. I will keep looking, and update this thread if I find it, in the hope that it may help someone else out there with the same problem.

  • Disappearing gradient widget on shape layer

    When editing a gradient fill on a shape layer, sometime I can see the on-screen gizmo that lets me draw the direction and length of the gradient directly the comp window. But most of the time, it's invisible.
    What's the trick to seeing it?

    Sorry for the double posting here and on the Cow.
    I tried that Rick. I still couldn't see the gizmo. After some experimenting, it seems that both the shape and fill need to be contained a Group object for the gizmo to appear.
    If I create a shape layer and add a fill, there's no gizmo. But if I also add a Group object and add the shape and fill. The gizmo appears. Take them out of the group... no gizmo.
    AE CC2014.2 / Mac OS X 10.9.2

  • CS6 Gradient fills on shapes different after reloading?

    Is anyone else getting an issue whereby gradient fills have changed when you reopen a PSD.
    It's happening too often to me to be something i'm doing accidentally.
    Sometimes i save my file and the gradient fill on a shape is be grey, reopen and it's then white.
    Fixing it and saving it again seems to then save it properly.
    I haven't been able to establish a pattern to reproducing it yet.
    Hence why i'm wondering if others have seen this too?
    Rob.

    If you define the gradient with Foreground and/or Background in a colour stop(s) of the gradient, then whenever the file is opened, these stop(s) will take on Photoshop's current fore/background colours.
    For example, the first preset gradient is called "Foreground to Background" and the grey/black checker in the stops indicate fore/background colour and not a fixed colour.
    However, when you reopen a file that has such a gradient-filled Shape and inspect the gradient, the stops will misleadingly look like normal fixed colour stops despite really being fore/background stops.
    To make a fore/background stop a fixed colour stop, simply click the stop before saving the file.

  • Making a radial gradient fill follow the shape of a path

    I have created an elaborate path. I now want to radial gradient fill the background but I want it fill in such a way that the gradient is shaped like the path, e.g. if I had a star or car shaped path, the radial gradient isn't round but shaped like a star or a car.
    I want to get the effect of a shape glowing but in a gradient of different colours as opposed to just one.

    Chuck, I had to dig into the darkest depths of my old memory for this, but I had a feeling it was there somewhere.  The black stroke on the outside is on another layer, because I _had_ to harden up the outline! 

  • Possible BUG: duplicating a shape layer only duplicates previously selected points - PS CS6

    Unless PS has been updated to make this a feature, i may have found a bug. Now (in CS6 vs. previous versions) when you duplicate a shape layer, if you had previously selected specific points of the shape (for example with the direct selection tool) only those points will be duplicated in the new layer. This is true no matter what tool you are currently using.
    What I did was make a rounded-corner rectangle shape -> then direct selected all points on one side to stretch the rectangle without distorting the rounded corners -> then switched to the move tool so no points were selected anymore and only the layer was selected-> duplicate layer (with the intention of duplicating the whole shape). what i got was just the rounded corners on a new layer.
    It seems the only way to duplicate the shape layer in its entirety is to go back with the direct select tool -> select ALL points of the whole shape -> change to move tool -> dupe layer.
    If that's the intended new functionality, it's a bummer because if you intend to only duplicate certain points, you can already do that while using the direct select tool. Using the move tool, it shows no direct selections and therefore you should be able to duplicate the whole layer.
    Maybe I have some weird default option checked that I'm not familiar with? This is not how any previous versions of PS worked and will add friction to my workflow if this is new.

    Yes, this is an issue with CS6 and the first release of CC.  You have to make sure you deselect all nodes in a path, or you will get the result you describe.  I believe Adobe has made some corrections and improvement in the use of shape layers that will hopefully be released soon.  However, if you're sticking with CS6, you've got to make sure to deselect on Win the esp key works great.

Maybe you are looking for

  • Changes carry forward from sales order to Purchase order in third partysale

    Hi, My requirement to carry forward the changes in sales order to Purchase order in third party sale and vice versa. As we know most of the changes we do in sales order,get refelected in purchase requestion because PR get created automatically from S

  • Problem with synchronous calls

    Hello XI friends, I'm having a problem with a synchronous message sending through a RFC. This is the scenario I'm having. I call the RFC, the message is delivered to XI, and XI delivers de message to the Legacy System, this system responds to XI and

  • Idvd, buttons and movies order

    I created an iDVD project with 12 movies, each with a button. (What i really wanted was to make 1 movie with 12 chapters. Is there a way to merge the 12 movies into one?) My question about my iDVD project is: What determines the order in which the mo

  • Reg: Monthly planning of internal activity

    Hi Experts In my internal activity, i would like to break up the quantity(work) month wise. It means my planned activity quantity should be monthly. I know that, in External activity distribution key will help to distribute. pl let me know how i can

  • Update to Yosemite with Windows 8 Bootcamp?

    I have a 2012 MBP 13in non-retina. It currently has OS X 10.9.4 and Windows 8 that I installed via Boot Camp. I was just wondering is it safe to get the new OS X update when it's released? Will it mess with the Windows partition? Also my MBP refuses