Transform tool changes opacity

really weird bug, two of us in our studio now have experienced this on different documents.
When using the transform tool on a smart object, after you hit enter to set the change, the opacity of the layer below it changes to 50%. If I go to edit undo it will not reset the transform change. I have to go to histiry and reset it that way.
Anyone have any ideas?
Photoshop CC 2014
Mac OSx 10.6.8
Thanks everyone!

Please provide a more detailed description (you mention a "Transform Tool" that would seem to not exist in Photoshop, what are the Layer’s kinds, are Groups involved, …), possible with screenshots to illustrate the process.
If this should indeed be a legitimate bug you should report it over at
Photoshop Family Customer Community

Similar Messages

  • Select/transform tool changes to pan tool when working with text

    I have had this problem since Motion 2, and version 3 is no different. Whenever I work with text in Motion, at some point while moving the text in the canvas, the select/transform tool will suddenly change into the Pan tool, and it won't let me do anything else but pan things. I have to close and reopen Motion to correct this. It happens VERY OFTEN, every time I work with text...it get's really annoying haveing to conatantly quit and reopen the program. I lose a lot of time doing that. Has anyone else had this problem? I also have a Powermac G5 that has the same problem so I know it's not the Mac Pro. Any suggestions?

    Sounds familiar.
    I searched and saw a couple posts from Patrick that suggested,
    "This seems to happen after adjusting text. Simply click on the canvas and press space. The project won't play and the hand will turn into your selected tool."
    see:
    http://discussions.apple.com/thread.jspa?messageID=2249852&#2249852
    http://discussions.apple.com/thread.jspa?messageID=4299262&#4299262

  • Help, InDesign transparency tool changes opacity of entire document

    Hi. I just got Adobe InDesign CS5. I have been a very long user of QuarkXpress. What I would like to do is a linear blend of
    colours in an object to a design I am doing. Then I would like to change the opacity of the SELECTED OBJECT only. But for some reason when I select the object and change the opacity, it changes it to the picture that is underneath the object to a different colour blue than what was originally in the picture I created? The picture was created in Photoimpact 11, with Pantone Blue as the colour.
    First, I created a new document and inserted a PNG picture that fits on the entire document as the background, that has a very bright blue background. I want to put a rectangular text box at the top with blended colours. When I create a new object, using the rectangle tool, and then put it on top of the picture, I select the rectangular box, I right click and go to Effects and then Transparency. I select the "Select for" prompt to "Fill". Then on the right side where it says "Transparency, Basic Blending" it is selected as Normal mode and I move the opacity to 64%. When I click on ok, the picture underneath changes colours to a different colour light blue for some reason?? But the thing is, the picture colour that changes to light blue, stays the same whether it is at 99% or at 1% opacity.
    Why is my picture changing colours? How can I change the objects opacity to not affect the pictures colour underneath? I have been trying for hours to figure this out. When I have done this in QuarkXpress, it doesnt affect the background picture at all. The only issue is, when i convert to PDF from QuarkXpress, the pantone blue comes out a totally different colour, like a lighter blue. But when I converted this background picture in InDesign without any other objects, it came out perfect! Please help me. Thank you.
    I also want to mention that I update to the latest version of InDesign CS5 7.0.3 and updated everything else, and still it was having a problem. Thanks.

    Wow. I can't believe this.
    I figured this solution out.
    I fixed this problem by enabling Edit-->Transparency Blend Space-->Document RGB.
    Now my background picture is just fine. Before, Transparency blend space was in CMYK. I guess that was the issue?
    If anyone else has this problem, just keep this in mind!.

  • Data transformation tool in wli8.1

    hi,
    We are trying to explore the data transformation tool of the wil8.1.
    We have cobol copy books as input and we need to end up populating oracle tables.
    These are the steps we are following:
    1. Use format builder to change cobol copy books into .mfl files
    2. Import them into the existing schema.
    3.. Create a schema(.xsd) which would take the output which then could be transferd
    into the java variables while creating the .jcx file.
    3. Create a .dtf file that would take in the .mfl as the input and the output
    would be the .xsd file created in step 3.
    4. Create a .jpd file that would be initiated with the client request and would
    use the .dtf as an input in the control send node and will return the .xsd file
    creted in the step3.
    The xsd file we have created is:
    <?xml version="1.0"?>
    <xs:schema
         xmlns:xs="http://www.w3.org/2001/XMLSchema"
         xmlns:tns="http://www.bea.com/TransformationWeb/part1xform.xsd"
         targetNamespace="http://www.bea.com/TransformationWeb/part1xform.xsd">
    <xs:element name="part1xform"
    type="tns:part1xform"/>
    <xs:complexType name="part1xform">
    <xs:sequence>
    <xs:element name="part1xform-rct_nbr" type="xs:integer"/>
    <xs:element name="part1xform-fac_nbr" type="xs:integer"/>
    <xs:element name="part1xform-rct_suff" type="xs:string"/>
    </xs:sequence>
    </xs:complexType>
         </xs:schema>
    We have not as yet gone to the stage where we can create a .jcx file using the
    output of the first stage. The error we get while trying to run the .jpd file
    in the last step is:
    An unexpected exception occurred while attempting to locate the run-time information
    for this Web Service. Error: java.lang.NoClassDefFoundError:com/bea/transformationWeb/part1Xform/Part1XformDocument
    Any help you coulde provide in this would be really appriciated.
    However, your suggestions on some other method to be followed for data tranformation
    from cobol copybooks to oracle tables are also welcome.
    Divya Ravishankar
    Advance Computer Services Ltd.
    Millennium Business Park, Mhape,
    Navi Mumbai-400703. Phone: 27782805/6/7.

    Can you please attach that cobol copy book so that i can test it?
    "divya" <[email protected]> wrote:
    >
    hi,
    We are trying to explore the data transformation tool of the wil8.1.
    We have cobol copy books as input and we need to end up populating oracle
    tables.
    These are the steps we are following:
    1. Use format builder to change cobol copy books into .mfl files
    2. Import them into the existing schema.
    3.. Create a schema(.xsd) which would take the output which then could
    be transferd
    into the java variables while creating the .jcx file.
    3. Create a .dtf file that would take in the .mfl as the input and the
    output
    would be the .xsd file created in step 3.
    4. Create a .jpd file that would be initiated with the client request
    and would
    use the .dtf as an input in the control send node and will return the
    .xsd file
    creted in the step3.
    The xsd file we have created is:
    <?xml version="1.0"?>
    <xs:schema
         xmlns:xs="http://www.w3.org/2001/XMLSchema"
         xmlns:tns="http://www.bea.com/TransformationWeb/part1xform.xsd"
         targetNamespace="http://www.bea.com/TransformationWeb/part1xform.xsd">
    <xs:element name="part1xform"
    type="tns:part1xform"/>
    <xs:complexType name="part1xform">
    <xs:sequence>
    <xs:element name="part1xform-rct_nbr" type="xs:integer"/>
    <xs:element name="part1xform-fac_nbr" type="xs:integer"/>
    <xs:element name="part1xform-rct_suff" type="xs:string"/>
    </xs:sequence>
    </xs:complexType>
         </xs:schema>
    We have not as yet gone to the stage where we can create a .jcx file
    using the
    output of the first stage. The error we get while trying to run the .jpd
    file
    in the last step is:
    An unexpected exception occurred while attempting to locate the run-time
    information
    for this Web Service. Error: java.lang.NoClassDefFoundError:com/bea/transformationWeb/part1Xform/Part1XformDocument
    Any help you coulde provide in this would be really appriciated.
    However, your suggestions on some other method to be followed for data
    tranformation
    from cobol copybooks to oracle tables are also welcome.
    Divya Ravishankar
    Advance Computer Services Ltd.
    Millennium Business Park, Mhape,
    Navi Mumbai-400703. Phone: 27782805/6/7.

  • CS3 Free Transform Tool does not work at all for distortion

    I tried everything, worked with vector objects of different configurations and rasterized objects. Nothing works. When I press Free Transform Tool and go to bounding box corner it become rotate or resize tool. When I click a little bit inside the bounding box and hold Command Key (I tried many keys and without keys) it just moves the whole object, it did not select just one point that I need. Envelope Mesh does not work for the same reason, but I do not need mesh tool. I have Illustrator 13.02, Mac OS 10.4.11
    The Free Transform Tool functions exactly as the main selection tool. Please help.

    I STILL cannot get this to work. I have tried everything suggested in this thread. I have followed the directions in the help menus explicitly. I have tried grouping, ungrouping. I have tried it on type, on type changed to outlines, on simple rectangles. Without success.
    When I try to use the free transform tool and hover over a corner of the bounding box, I get either a double-headed corner arrow, a rotation arrow, or a move arrow. Using the first two, dragging the point and then holding down the control/command key results only in a scaling of the object.
    Should I restart? Should I re-install? What should I do?
    Best,
    Fielden

  • Changing opacity and flow by taping numbers on a Macbook Pro Retina.

    Hi everyone,
    it is surely a easy answer but i can't find a way to change opacity by taping numbers on my Macbook Pro Retina (French version AZERTY).
    I think the problem comes from the fact that i don't have a numeric keypad.
    For instance, on the brush tool, if i enter 1 (by pressing shift+&), i change the flow to 10% and so on, but i didn't find a shortcut to change the opacity.
    On the move tool, if i enter 1 (by pressing shift+&), the opacity of the active layer don't change.
    I am nearly sure that the problem comes from the Macbook Pro Retina keyboard, so do i have to buy a additionnal numeric keypad ?
    Regards.

    What version of photoshop are you using?
    Is your version of photoshop also french?
    Actually i don't think you should need the numeric keypad.
    Added:
    Maybe your right about needing the numeric keypad after all.
    A quick test in cs6 seems to indicate that.
    You might also ask over on the french forum:
    http://forums.adobe.com/community/international_forums/francais
    Message was edited by: R_Kelly

  • My transform tool is not working.

    Hey everyone this is my first post here. I am not having any luck using my transform tool. When you double click text you should be able to move it around but in my case I can’t. I can still move the whole layer around but I want to be about to move the text around within that layer. This is also becoming an issue because all my masking work isn’t possible any more as I can not select the handles to manipulate my mask.
    Here is just some more information for you guys. I am not seeing my mouse pointer change as I scan over the blue dots as it once did in early versions. I am using 10.1.1
    Thanks for any help. I really need it.

    You don't use the transform tool  to move text. Double clickk the title in the timeline or double click the text. This should highlight the text and allow you to drag it around. Not sure what blue dots you are refering to.

  • Elements 6: transform tool problems

    I've just downloaded a trial version of Elements 6 for Mac. I use an iMac with OSX 10.5.5
    I find the transform tool doesnt work as expected (neither did it in Elements4). It seems to be OK in performing a transform perspective operation except for the final step when pressing return results in nothing happening. The change is still visible but Elements won't actually make the change to the jpeg image. I wonder if anyone has suggestions? Do I have some vital but obscure setting in Elements disabled or not set?
    Chris, UK

    Thank you for responding Barbara. I'm trying to correct some converging verticals by using the transform perspective commands. It's a part of Photoshop that I was familiar with when using CS3 on my PC but using Elements (I've tried both 4 and 6) on a Mac seems to be different. I've tried the checkmark (in 4, but it isn't there in 6) which also fails to action the selected perspective transformation. Any suggestions would be very much appreciated. Regards. Chris

  • Transform tool in Elements 4 not working

    I'm trying to use the transform tool in Elements 4. All seems to be well until I hit the return key to activate the changes and then nothing happens. The image remains on screen with the transform perspective change visible but it doesn't actually make the change. I use an iMac with OSX.10.5.5
    Can anyone offer advice?

    No, what I did is still there visible on screen but not applied to the image. I'm finding it quite hard to explain using the correct terminology but if you visualise pulling the top triangles in so that two triangular sections appear on the edges (giving me, if the change would be applied, sides that are parallel to the sloping verticals in the image - which is the distortion I'm trying to correct), then committing this change, the marching ants disappear, the two triangular sections on the edges remain visible but no correction is applied to the image.
    Does this help to describe my problem? Even more relevant, perhaps, is that I tried loading PSE3 into a PC and exactly the same problem emerged with transform perspective commands.
    I'm sure you are right about my workflow. There is some fundamental issue that I haven't addressed properly. I don't need Photoshop much for the sort of work I do. Almost everything is well handled by Lightroom. So I haven't actually used this part of Photoshop since giving up CS2 in my old PC.
    Thank you again for your patience in trying to resolve this.

  • Components and The Transform Tool

    I'm relitivly new to action script, and am just starting
    component creation. I'm trying to deturmine if there is any way to
    detect and respond to changes to an instance. Primarily, How can I
    tell if the transform tool has been used on a specific instance and
    respond accordingly. I'm interested in this both in the final SWF
    and in the live preview.
    For example, is there anyway to detect the change in the live
    preview instance, and pass the value to xch the way you would from
    the custom interface?
    Thank you for your time and help

    hedger,
    How do you expect anyone to help when we don't know a darned thing about the file, abut your setup, exact version of Photoshop and your OS, machine specs, etc.?
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Transform tool is stuck on rotation

    I use the transform tool (the tool accessable from Ctrl-t keyboard combo) a lot but suddenly I'm unable to move the tranform area around with keyboard.  It seems to be stuck on the rotation aspect of transform with the double arrow rocker showing for cursor.
    I've apparently hit some switch or something that has disabled a good bit of the functionality of transform tool
    Any one have an  idea what has happened here?  I don't see any obvious adjustments or clicking type things involving the transform tool.

    Adolfo Rozenfeld wrote:
    You mean free transform for masks, right?
    The rotation cursor should change to a resize cursor when you hover over any of the control points in the bounding box, and to a move cursor when you are inside the bounding box. In some cases, when control points are too close, you may need to zoom really close to trigger the cursor change.
    Yes, free transform. and I know how it s supposed to work  double arrow cursor at corners or mid sides and rotation curors when hovered off a corner.
    Also you can nudge it around with arrow keys or shift arrow
    What I'm saying is, I've lost all but the rotation cursor. The rocker with arrow on either end.   That is all I get... no shrink expand style curor and no nudge with arrow keys.
    The free transform box  appears to be about 1.5 inch by 1 in,  But them I am at pretty nigh zoom levels,  all I can do is rotate... nothing else.
    It happened during the course of using it every few seconds... somewhere between one usage and the next it sudden lost 3/4 of functionality.
    I wondered if I am steadily requiring more ram as the rotoscope progresses.  And that's why the free transform seems impaired    But its only one layer and maybe 70-80 keyframes so far.  The whole clip is only 2.7 seconds.  But I am at some pretty high zoom for most of it.
    It will probably be antoher one of those thihngs that happen that I never discover why but it disappears on  reboot.  I thought I'd ask in case its something I've in advertantly set that is causing it.

  • All of a sudden transform tool S-L-O-W!

    I've not recently added anything to my computer or changed and PS CS5 or other settings, but starting yesterday, when I start the transform tool, it takes a good 30 seconds at least until I can do anything to size or rotate the selected layer image. I cannot find any online info about this. I did reset my preferences to no avail. Please advise!

    I've not recently added anything to my computer or changed and PS CS5 or other settings,
    Sounds like in fact you did - something has changed in your graphics configuration and it's affecting performance, presumably with OpenGL enabled. If you didn't do it yourself, a system update or a game could have changed settings and not reverted back. Check this stuff. As a preliminary stopgap measure, simply turn off OpenGL in teh prefs.
    Mylenium

  • Photoshop crashes when using Free Transform Tool

    Hello All Forum Members,
    Recently Photoshop CS6 crashes when I attempt to use the Free Transform Tool through the shortcut (Ctrl+T).
    It also crashes very often when using any of the free transform/transform tools via the menu as well, though not as often as the previous listed situation.
    This experience only occurred recently - for all the time I have been using CS6, this has never happened.
    I have read another thread similar to this, though I don't think the cause of the problem is the same as this was only a recent experience.
    Any help will be appreciated.
    Many thanks in advance.
    Jinky145

    Hi Curt Y,
    Thank you for the quick reply!
    By immediately, do you mean when the loading or when the actual interface has finished loading?
    I have tried both, but neither seems to have worked.
    Is there a menu or someplace else I can reset preferences?
    Many thanks!!!
    JInky145

  • Not sure if anyone can help but I have a copy of Photoshop CS5.1. Ever since it was installed, every now and again when I try do something simple like save a file or scale something using the Transform tool, in fact anything at all it comes up with "Could

    Not sure if anyone can help but I have a copy of Photoshop CS5.1. Ever since it was installed, every now and again when I try do something simple like save a file or scale something using the Transform tool, in fact anything at all it comes up with "Could not complete your request because of a program error". Have thought about re-installing  it but I have lost my serial number.  I'm living in Ireland and trying to get to talk to someone in tech support is a complete joke. Any ideas what to do ? Thanks

    Ianp69549740 have you tried reinstalling Photoshop CS5.1?  If so do you receive any specific errors?  What operating system are you using?

  • Why is Transform Tool "reverse position" not working??

    Hi.. I have a part that I want to reverse the pitches of so that I can record it as audio and then reverse it so that it is a reversed version of the sound, yet it's playing the right pitches at the proper time...
    I was under the impression that the transform tool could do this, however it is not working for me. Could some please enlighten me to my error?
    Here is a video of my efforts:
    http://collinatorstudios.com/video/transform.mov
    -patrick

    Nevermind.. I found this thread, where someone already brought this up.
    http://discussions.apple.com/thread.jspa?messageID=762890
    Someone said:
    "Position
    Time position of the event, referenced to the start of the MIDI Region (not of the song)."
    as silly as that is (if it's true), it still doesn't work when I set it to "all"... It only works if I drag the part to the beginning of the song...
    Apple should really hire me to help them fix this program.. (sigh).
    -p

Maybe you are looking for