Photoshop Not Saving 3D Files?

Hello,
Recently, I created an image in Photoshop. That image was made to appear as if it was 3D by duplicating the original image, rotating it, and putting it on the back of the first layer. However, when I go to import it into After Effects, only the original layer shows...
Any ideas?
Running Windows 8.1, Adobe Collection CS6
Thanks,
Jack Reynolds

Please describe the process in more detail (including OS etc.).
Boilerplate-text:
Are Photoshop and OS fully updated and have you performed the usual trouble-shooting routines (trashing prefs by keeping command-alt-shift/ctrl-alt-shift pressed while starting Photoshop 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.)?

Similar Messages

  • Photoshop not saving pngs properly

    My team and I have been having issues with generate image assets not saving png files correctly. Photoshop has been saving them with the png extension, but the file has a white background like a jpg. Has there been in recent updates that may be causing this? Is anyone else experiencing this issue?

    I think the default with Generator is 24 bit, but I tried an 8 bit one and I was able to get transparency.  Can you post a screen shot of you layer pallet to see what you've got?  Here's a sample with a layer forcing an 8 bit png and the result - pretty bad quality - png 24 is much better!

  • Photoshop stopped saving "PNG" files

    Hi All...
    My photoshop stopped saving PNG files today. Weird!
    I reinstalled my software, all disc's, and it still won't save. It says there is a 'program error".
    Any one have any thoughts?
    Thanks.

    Please describe the process in more detail (including OS etc.).
    Boilerplate-text:
    Are Photoshop and OS fully updated and have you performed the usual trouble-shooting routines (trashing prefs by keeping command-alt-shift/ctrl-alt-shift pressed while starting Photoshop 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.)?

  • Photoshop not saving preferences

    I am having an issue with Photoshop not saving my preferences. I have created my own workspace but everytime I quit the application and restart it I still have to go through and reset all my preferences. Any thoughts on this?

    I believe that would be the date that our tech team installed CS5 on my new computer. As a side note, our tech team consists of all PC people, there isn't one Mac expert among them and they didn't seem too confident setting the user accounts up. The entire team has had nothing but issues with our brand new macs + CS5. But I am not sure what part of that is Apple/Adobe/Tech fault.
    When I "get info" on the settings folder my user account does not appear in the list. I changed the settings so that everyone has read & write permissions and that solved the problem. But that seems odd to me. Like I might have a much bigger permissions issue...?
    Anyway, problem solved! Thanks Chris!

  • PSE not saving edited files to the organiser

    For no apparent reason my PSE 11 application seems to have developed an annoying glitch whereby part way through an editing process it stops doing as requested in the "Save" options, by not saving edited files as version sets of the original file in the Organiser. The files are saved OK to My Pictures and I then get advised that a file is available to import and I have to import each one, stack it with the original, and put the edited file on top. This is driving me nuts as I have about 1000 photos to edit. What is causing this problem? My only thoughts are that I have c.30000 picture files in the Organiser (but this hasn't caused any problems in adding new files)  and that the problem seems to have arisen since I started editing files directly from within an Album.
    Help

    It's the first time I see that bug mentionned in PSE11, but it's an acknowledged bug in PSE12.
    See that post with links for the workarounds:
    http://forums.adobe.com/thread/1328850

  • Photoshop not recognizing PSD files in my windows account but works on others

    I tried browsing my computer for the default program to open .psd files, but when I double click photoshop cs6, it doesn't show up in the list of default programs. Please help, this is very annoying. Photoshop can open .psd files automatically in other user accounts, but not on mine.

    Boilerplate-text:
    Are Photoshop and OS fully updated and have you performed the usual trouble-shooting routines (trashing prefs by keeping command-alt-shift/ctrl-alt-shift pressed while starting Photoshop 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.)?

  • Photoshop CS2 Saving a file as .jpg

    I recently installed Photoshop CS2 in my Windows 8.1 machine and now when I create an image in PHotoshop I don't have an option for saving the file as a .jpg in the drop down menu  Can anyone help?

    With CS2, you have to make sure the image is flattened, there are not paths, no extra channels, in RGB colorspace, and 8bit.  The current versions of PS does this for you, but not CS2.
    BTW, you said you just installed CS2, which is a very old program.  I hope you have a license for it.  See this thread:
    https://forums.adobe.com/message/6290183#6290183

  • When i am trying to download something it is diaplaying downloads window but not saving the file in that why?

    i tried cache clearing and application tools settings and all.
    it is asking for want to save ur binary file eventhough i press save button also it is not saving anywhere please resove my problem as soon as possible. And i tried pop3 blockers settings also but of no use.

    See:
    * http://kb.mozillazine.org/Unable_to_save_or_download_files

  • AE CC 2014 Export to C4D not saving any file

    I just got into CC (was using CS6) and today I wanted to export a C4D file from AE, like I have done always with AE CS6, but there seems to be a problem. I click on export, Maxon Cinema 4D Exporter, then select the folder and type the file name, click save and it closes like normal, but the file I supposedly saved, is not created anywhere. Anyone has the same issue?

    Apparently the problem is with the folder I was saving the file. I saved it to another hard drive and it saves the file just fine. Is there a limitation for a folder structure?
    Another issue is that the scene only includes the camera and not the solids or text layers. If I export from AE CS6 it includes all that.

  • SQL Profiler running trace - where do the rows go if not saved to file

    When SQL Profiler trace is running, there are thousands of rows generated and shown in the trace window. Since I am only looking for deadlocks, I am not saving them. Are they just discarded, else where do all those rows go? I really don't want to fill
    up the log file.

    From your description, it seems you are running Profiler while saving events to a file.  All of the displayed events are also written to the file.  If you don't need events other than deadlocks, you should not include those in the trace to begin
    with.
    Be aware that a Profiler trace can significantly degrade server performance when many events are captured.  If you must capture a large number of events (or run a trace continuously), I suggest a server-side trace (or Extended Events file target)
    instead.  This will allow SQL Server to stream data directly to the trace file without the Profiler tool overhead.  You can script the Profiler trace for server-side tracing from the Profiler File-->Export menu.  Save and customize the
    script (file name, max file size, etc.).  You can view the trace file(s) using Profiler or fn_trace_gettable.
    Dan Guzman, SQL Server MVP, http://www.dbdelta.com

  • Big problem: KN08 not saving KN06 files

    Hi everyone,
    I have a big problem with keynote 08 (4.0.1). Antefactum: last year our department finally migrated from powerpoint (mac, obviously) to keynote (3.0.2). So I opened all our powerpoint courses and conferences in keynote and saved them as keynote files, fixed all the little problems due to conversion and happily started to use only keynote. In december we updated to Leopard and KN 08, and here started the problem: if I create new files in KN 08 everything works perfect; I can create a new presentation, save it, update it with new material and save changes. Instead, if I open one of our KN 3.0.2 presentations in KN 08 he lets me do every modification but when I try to save it as KN 08 he tells me that it’s not possible. This is pretty frustrating, because I have something like 1 Tb of presentations and I don’t need to create new ones from zero, I need to update the existing ones with new material. Anyone knows why on earth KN 08 doesn’t let me do this? I mean, I can’t believe Apple programmers didn’t notice this problem, and I don’t want to think they thought this “function” would be fine either. If it’s a bug, anyone knows how it can be fixed?
    Neptune

    Hi Kyn Drake,
    first of all let me thank you for the answer I updated to KN 4.0.2 but the problem remains. The message I get is "impossible to save document "(filename)", or "impossible to save document "(filename)" as "(new filename)", in case I try to save it with the same name or with a different one. This happens also if I do not modify a presentation at all: that is to say, when I open one of my presentations in KN 08 the red button in the upper left corner of the window already has the dot inside, which means that the document "is not saved". If I just try to save without doing anything to the presentation it still presents the problem. It doesn't even allow me to export it as a powepoint, I tried and still it says it is impossible. I can't really understand why, and I can't think I'm the only one who has this problem ?!??

  • Photoshop not saving current document but temp file OK...

    Hi, this is slightly difficult to explain but happened twice yesterday. We have not experienced it before and have not updated out CS6 apps recently:
    Situation – Photoshop 13.1.1 x64. Mac Pro 3.33 6-core running OSX 10.6.8, 48Gb RAM. Working on a large-ish .PSD file (650 Mb) and saving to a network drive (a Drobo connected to a server) which is our usual routine and has been for years.
    Problem – When I save the document and close it, the saved file (in the correct target location) shows the correct modified time and date stamp but if you open that file up again a lot of work is missing. In this instance, about the last half hours work (since the previous time I saved it). However, if you then go to File > Open Recent and choose the file name, the document opens with all the missing up-to-date work in it.
    Clearly, File > Open Recent is opening a temporary document somewhere and not the saved file in the target location.
    My concern is why isn't the saved file (with correct modified time and date) up-to-date? Suddenly we are having to double check every PS file we work on and save and that is not practical.
    Any help greatly received.
    Thanks,
    Tom

    Clearly, File > Open Recent is opening a temporary document somewhere and not the saved file in the target location.
    ctrl-clicking the name (in non-tabbed view at least) should indicate the actual path of the file.
    and saving to a network drive
    Well, as far as I know Adobe washes its hands of any such set-up and if there are issues with Photoshop and a server you are on your own.

  • Photoshop action replacing previous photo not saving new file

    I have multiple photos that I am running an action on but each photo is replacing the one before using the same file name. instead of using the original file name. So I end up with 1 edited photo!!! from the action!
    This is happening using cs5 I have not encounted this before.
    Any ideas?
    Rob

    Thanks R-Kelly
    I sorted as images imported via drop box were file named !!
    2012-10-15 00.13.26.jpg ,
    2012-10-15 00.14.15.jpg etc
    I think photoshop action could not work with the odd file naming???
    So re-imported using image browser with file names image_01.jpg, image_02.jpg etc and worked
    On cs5.1 on mac os x
    Thanks Rob

  • Multiple Edits in Photoshop not saving into Lightroom?

    In Lightroom 3 I was able to edit in Photoshop, save the file, then make another edit in photoshop and save it under a different name, and that file would also show up in Lightroom.
    For example;
    in Lightroom I select "Image 1" and select edit in photoshop,
    I edit this in photoshop and save.
    Lightroom shows "Image 1-edit"
    I make another edit and select "Save As" and save it as "Image 1 Alternate".
    "Image 1 Alternate" shows up in Lightroom next to "Image 1-edit"
    This does not appear to be happening with Lightroom 4. Is there a setting I'm missing somewhere?
    Thanks for your replies

    Medic1542 wrote:
    Additional "save as" edits are saved into Lightroom 3. It does not "break the link".
    I'm assuming here that you are using Photoshop CS5.x and the current version of Camera Raw? If so, this is as expected...LR4 is using a pipeline that will match up to ACR 7 when it's released.
    As it is now, LR4 must actually do the processing prior tp sending it to Photoshop. LR4 also has to save the file on disk prior to sending it to Photoshop.
    If you were using ACR 7 in CS6 then ACR would actually be doing the processing and the behavior of this way of opening in Photoshop does NOT have to save the file prior to sending it to Photoshop. When ACR does the opening, you can do a Save or a Save As and Lightroom will know about those saves. Pretty LR4 doesn't know where the Save As file goes to and that's why it isn't showing up.
    The two basic behaviors; LR synced with ACR and LR not synced with ACR goes back to version 2 (I think). It's a limitation in LR when LR and ACR aren't in sync.

  • GPS data in Aperture not saved to files

    Hi there
    I have been using Aperture for a while and love it! Recently I purchased a DSLR and upon importing into Aperture, I manually added the locations to the files. Whenever I view the places feature for my library, I can see pins on the map so I know its been saved correctly.
    When I imported the files, I ensured the import was "file system" and so hopefully Aperture doesnt save it into it's own library.
    Unfortuantely, when I try and view the EVIF GPS data in Photoshop for these files, the GPS value is empty. If I manually export the file, the data is there, but somehow the files are smaller in file size (even though I chose JPEG Original Size).
    Is there a way for me to make GPS changes in Aperture and for it to be automatically saved to the actual file instead of me going through the process of exporting it?
    Thanks!

    Aperture does write the GPS data only to the versions, when you are assigning a place, not to the EXIF tags of the original files.
    So you will need to export the edited version to write the GPS to an image file.
    If I manually export the file, the data is there, but somehow the files are smaller in file size (even though I chose JPEG Original Size).
    "JPEG Original Size" refers to the pixel size, not the file size. You could try to increase the image quality settings in the "JPEG Original Size" export preset. Select this preset in the export panel and then switch to "Edit". This will allow you to increase the "image Quality" by adjusting the slider. Or select a "Tiff" preset, to export losslessly.
    Another work-around would be to use exiftool to set the GPS tags on your originals, if you are experienced with the Terminal (see:                  Modifying EXIF tags of Originals Using exiftool: camera, lens, gps)
    I usually do the geocoding before importing the image files to Aperture with Jetphoto Studio, but that is not a free application.
    Regards
    Léonie

Maybe you are looking for

  • Problem with 5.2 install - idsgroup does not exist

    All, I am trying to install Sun ONE Directory Server 5.2 on a new Cluster. The idsuser and idsgroup have been both setup with the id 10000. I have created a silent install file to work with the ./setup -noconsole -nodisplay -state silent.inf command.

  • TableViewController in a separate xib file

    Hi guys, I am having some trouble with IB and connections and would greatly appreciate any help in this matter. I will explain what I am trying to do in detail. - In my MainWindow.xib, I have a viewController that presents several UI elements, and ha

  • A Strange Error occurs while RUN (Need Help)

    C:\j2me\projects>javac -target 1.1 -g:none -bootclasspath %MIDPClasses% KeyEventTest.java C:\j2me\projects>preverify -classpath %MIDP_HOME%\classes;. -d . KeyEventTest C:\j2me\projects>midp -classpath %MIDP_HOME%classes;. KeyEventTest ALERT: Error ve

  • Assign role request through code not going to Operational level

    Hi All We are trying to assign roles through code using the OIM API's as suggested in the documentation "http://docs.oracle.com/cd/E27559_01/doc.1112/e28183/oim_up.htm#autoId40". We have 2 Approval policies one is at Request Level (i.e. Auto Approval

  • Email Notifications stop working on all of my forms.  Help?

    Email Notifications stop working on all of my forms.  Help?