How to save properly Smart Object?

Hello!
I've got a file where I have 2 groups of layers (SET1 SET2)  (the first one is duplicated and made -100% (minus 100%)  width - which effects with horrizontal mirror of the first one). SET1 have texts, and as you may guess the mirrored groups of layers (SET2) has texts mirrored which I need to make readible (revert them back). That's why I made text layers as Smart Object and when I open this object I can rotate text back, but saving the Smart Object and returning back to the project gives me proper text on SET2 but rotated again SET1. I guess the Smart Object's in both sets are somehow related to each other. Every time I change something in one make an impact on the second. I noticed that even I save my Smart Object with some new name, to the directory I created for the project, it doesn't seem project choose that one in the project directory, but one from TEMP folder in windows root system. I thought to name them separately and load them to loose that relativeness. But I try and I try I do not know how to do it, how to make them independent.
Any ideas?
Kindest Pawel
//I had to use Smart Object as Layers are transformed with Perspecitve transform tool, and vector objects (like text) can not be perspective transformed...and I can not in fact rasterize those Smart Objects as the project is a template to edit by others. If I rasterize them anybody could not change text layers anymore...
I am getting to be sure, that's immpossible:/

omg, somehow I did it. It seems that 'New Smart Object by Copy' breaks that relativness, but I am not quite sure as I tried to did it before withou success. Anyway, I am on the track again:)
Thanks for listening

Similar Messages

  • How make Ps save its smart objects directly on the current folder project?

    How make Ps save its smart objects directly on the current folder project?

    Assuming you are on windows - Right click on the smart object layer in the layer panel and select export smart object. This will create a psb file than can then be opened later by photoshop using the normal File>Open.

  • How can we make smart objects smarter?

    Smart objects are great and can be a really useful time saver. That said, i'm having a problem and I'm hoping that there is a solution out there. I'll preface this with the statement that, I may not be using smart objects as they were intended, but I feel like this is how they should work:
    A basic example - say you have a "Login" button.
    It would be great/obvious to have that as a smart object. It would be greater still to have the on, off, rollover, clicked states to be within that smart object.
    Now, if you place that smart object as a linked object into a document, there is no way to say "in this instance, I want to show the off state of the button". If you open the smart object and change the state to that and save - then it will update all instances everywhere in all PSDs where it exists and all of your buttons are now in an off state.
    Now, clearly, in this example, the easy answer is just make 4 smart objects. Easy peasy.
    The problem with that is two fold:
    1. if "Login" changes to "Logon" I need to make that change in 4 places instead of just one.
    2. The button example is simple, but what if my smart object is more complicated than that? What if there a complex set of layers that make up that object? Making changes to multiple complex layer files kind of defeats the purpose of having smart objects no?
    You can embed the object and thus break the external link and change things to your heart's content without effecting other instances - but then what really is the value of creating the smart object then? You might as well just have a layer group that you drag from PSD to PSD.
    The way smart objects should work, IMHO, is that you should be able to toggle layers on and off per instance of the object, BUT any pixel modifications to a layer within, bubble up to all instances that are displaying that layer  (say - a colour change, or text change, etc).
    Thoughts?

    Hi,
    Check the below links.
    http://sharepoint.aspcode.net/view/635399286724222582123340/sso-between-2-host-named-sitecollections-with-different-subdomains
    http://blogs.msdn.com/b/russmax/archive/2013/10/31/guide-to-sharepoint-2013-host-name-site-collections.aspx
    http://blog.repsaj.nl/index.php/2014/07/sp2013-host-named-site-collections-adfs-claims-and-aam/
    Krishana Kumar http://www.mosstechnet-kk.com
    Please mark the replies and Proposed as answer if they help and solve your issue

  • How open and copy smart object

    Hi,
    I read topics about smart objects but i not found solution on my problem.
    1. I need open smart object layer
    2. copy all layers from the smart object to another file
    Thanks

    I think you may be better off just copying the smart object layer from the source document into the target document.  There may be several different resolutions involved and other complexities.  Within a smart object layer there is a copy of the original object. So how the smart object layer was created determines what the imbedded object is.  A smart object may be many thing. Could be a copy of a raw file, a copy of a layered file, contain a group of layers created from within the source document. There is a transform associated with smart object layers.  When you open a smart layer into Photoshop so you can edit the embedded smart object it opens at the resolution and size of the object which may be different then the document its  a layer in. The transform is only associated the layer not the object. Once open into Photoshop you can of course dupe the layers into the target document.  It may be a bit complex for some layers may have layer mask and perhaps other layers clipped to it or be within a group then there is the layers visibility state. If you have both the source document and target document open in Photoshop it is easy co copy a layer from the source document to the target document. If the source layer is a smart object the associated transform will also be copied to the target document however it easy re transform the smart object layer in the target document.  In the source document target the smart object layer the use menu Layers>Duplicate Layer... in the Duplicate Layer dialog in the destination section use the pull down menu to select the target document You can use the scriptlistener plugin to capture the action manager code to do that.
    // =======================================================
    var idDplc = charIDToTypeID( "Dplc" );
        var desc24 = new ActionDescriptor();
        var idnull = charIDToTypeID( "null" );
            var ref14 = new ActionReference();
            var idLyr = charIDToTypeID( "Lyr " );
            var idOrdn = charIDToTypeID( "Ordn" );
            var idTrgt = charIDToTypeID( "Trgt" );
            ref14.putEnumerated( idLyr, idOrdn, idTrgt );
        desc24.putReference( idnull, ref14 );
        var idT = charIDToTypeID( "T   " );
            var ref15 = new ActionReference();
            var idDcmn = charIDToTypeID( "Dcmn" );
            ref15.putName( idDcmn, "Untitled-2" ); <====================================== target document
        desc24.putReference( idT, ref15 );
        var idVrsn = charIDToTypeID( "Vrsn" );
        desc24.putInteger( idVrsn, 5 );
    executeAction( idDplc, desc24, DialogModes.NO );

  • How to replace a Smart object content with folder of JPGs

    Greetings!
    Sorry if that title is not clear. I have a cover design template (see example). The image is a transformed Smart Object. I want to streamline my workflow.
    Say I have a folder of jpgs, and need to replace the smart object of the template with the new cover jpg, then save for web as a JPG comp. Repeat.
    I already have a nice "scale layer to current canvas size" script from Michael L Hale. Which would be necessary in case the jpg is larger or smaller than the Smart object's content it will replace.
    Any thoughts if this could be done?
    Michael's resize script is here: http://forums.adobe.com/thread/1233856
    Thanks
    Maxi

    Remember in that other tread I wrote you would need to take aspect ratio into account if you don't want distortion. You do not want distortion placing in images.   You also do not want to place in all image in canvas size.  If your images vary in size you do not want to replace the contents of a smart object layer for the smart object associated transform to work correctly you need the replace the embedded object with an object with exactly the same size of the original embedded object.
    Also in that other thread I gave you code from one of my Photoshop Photo Collage Toolkit.  You seem to be creating a collage. You man want to look at my Photo Collage Toolkit.
    Templates are very easy to create for my Toolkit's scripts to work, You just need to follow four simple easy rules.
    The Four Rules:
    Size the photo collage templates for the print size you want - width, height and print DPI resolution.
    Photo collage templates must have a Photoshop background layer. The contents of this layer can be anything.
    Photo collage templates must have alpha channels named "Image 1", "Image 2", ... "Image n".
    Photo collage templates layers above the background layers must provide transparent areas to let the images that will be placed below them show through.
    So your template would be easy and look like this, Red rectangle outlines my scripts.
    You would then use one of the scripts like interactive popopulate select the template then hit create collage
    The script would the open the template copy it the go to full screen show you a cyan mask as to where the next image will be placed, And put you into an interactive select image dialog.
    Once you select the script will place in the image resize and position it the put you in an interactive transform so you can tweak the position and size. The Populated collage will remain open in Photoshop.
    Documentation and Examples

  • Unable to Save my Smart Object without "Flattening the Image"

    Hey there, I am helpless.
    I am Using Photoshop CC 2014, always the newest version, on a mac.
    Here's the problem: I am usually working in PSDs with many layers, and some smart objects. Inside of the smart objects, I have content that I can change.
    So when I save the contents inside of a Smart Object, it also changes them inside of the main PSD.
    BUT - since months, I can't save the changes inside of a Smart Object. Photoshop is telling me:
    Can't save this document back to its original file format. Flatten layers and discard extra data as necessary and choose File > Save again.
    When I flatten the image, the Smart Object has no usage for me, because it's like a rasterized layer.
    Someone help me?  I didn't find a solution in the internet!
    Btw: I already tried reinstalling Photoshop. The issue is still there.
    Thank you.

    If that is not the case please read this with regard to general trouble-shooting, restoring Preferences after making sure all customized presets like Actions, Patterns, Brushes etc. have been saved might be of special interest:
    http://blogs.adobe.com/crawlspace/2012/07/photoshop-basic-troubleshooting-steps-to-fix-mos t-issues.html

  • How to paste a Smart Object in a consistent and proportional size onto a Photo in Photoshop CC?

    I am a photographer and want my signature on every photo I print. I have created the text I want in Illustrator and have been dragging that text into Photoshop.When I do this I am asked if I want it to be a Smart Object or Pixels, Path or shape layer. I have been choosing it to be a smart object. When I try and place it on my photograph, the sizes that the text come into Photoshop per photo can vary. I would like all of my signatures to be proportionally the same size all across my print sizes. How do I accomplish this?
    Thanks!!

    I pasted the signature at 1.75" on my photo and printed it on 8.5"X11" paper, measured it's actual size once printed and it is 1 1/8" on the paper. Am I missing something in the sizing of the picture? How can I make it to come out the same size and consistent.

  • How to copy a smart object transform in Photoshop

    Hello!
    Smart objects in photoshop is realy powerfull tool, i use it  in many different ways and create complicated web graphic. But many times i need to do one thing with them and always fail:
    If i have several different smart objects, and I do DIFFERENT  perspective transform to them (it means scaling distortion rotation etc)
    how can i apply the *same* transform that has one of my objects to another one smart objet that yet has no transformation (or it has some alrady dosn't matter)?
    In other words how can i copy the transformation in some way (as you might copy a layer style and apply the same one to a different layer)
    Is there any way? or i shoud look to scripting to do that?
    Is there real photoshop guru who knows how to do that?
    thanks in advance

    Thank you!
    Yes i know about this workaround but unfortunatly there will be immediatly other question raised :
    if i do this (replace content of my new smart object created by copying from original) then this new smart object will be disconnected from any other smart object, and there is no way how to restore this connection betwen smart objects after content replace operation. Or there is?
    This is important  for me cause in my work i have a lot of smart objects with different transformations but conneted to one source data object.
    So unfortunatly for me but this idea is not even workaround for my workflow? It's so pity

  • How to automate replacing smart object from folder?

    Hello!
    I have a layout in CS6, with an image that is a smart object. I have a folder of jpgs, and need to make comps from each of the JPGs. At the moment I take the master, double click the smart object. Place in the source JPG from the folder I'm working on. Save, back in the master, I export the updated layout for web. Then repeat.
    What I'd like to do, is use an action or script, that I could point to the folder of JPGs, and have it automatically, update the smart object with the JPGs export the comp as jpg for all of them.
    Is there a way to do this without being a programmer?
    Thanks
    Maxi

    Here's screenshots of a solution that doesn't require a script. You'll need to manually open the layout doc then open the SO but everything else is automated by Batch. Make absolutely sure that the SO doc is active when starting to record the Action and when you launch Batch. That's necessary for the "Select previous document" and "Select next document" steps to refer to the correct docs.

  • How do you edit smart objects  in Elements 12?

    In CS, I just double click on the SO and it opens in a new tab. Can I not edit SOs in Elements 12?
    Please advise.
    ~marlo

    There's a smart object in a layered image I was sent which I need to edit.
    In CS, you're able to open it, edit and save and the changes appear in the original file.
    From what I've read, this is impossible to do in Elements (which is on my home PC - I have CS at work).
    Anyway, I'm pretty sure I'll either have to upgrade what I have at home or deal with it when  I  get back to work.
    m

  • How to save a properties object to a file / how to create a properties file

    hi,
    i am writing an application in which all the database and user information is stored in a properties object and is later retreived from it when a database connection or login etc is required.
    i wanna know how can i save this object / write it to a file i.e. how do i create a properties file.
    so that every time the application is run to create a new dbase etc the entire info regarding that will be stored in a new property file.

    Load:
    Properties p = new Properties();
    FileInputStream in = new FileInputStream("db.properties");
    p.load(p);
    String username = p.getProperty("username");
    String password = p.getProperty("password");
    // ...Save:
    String username = "user";
    String password = "pw";
    Properties p = new Properties();
    p.setProperty("username", username);
    p.setProperty("password", password);
    FileOutputStream out = new FileOutputStream("db.properties");
    p.store(out, null); // null or a String header as second argumentThe file will look something like
    username=user
    password=pw

  • Smart Object Workflow Suggestion/Question

    Sorry if this is a noob comment/discussion I have been looking around for more info on this stuff and can't find it.
    I really love using smart objects to help me organize my workflow. But I am frustrated at the lack of control I have over how to save my smart object conversions.
    There are no settings, that I can find, in preferences where I can tell CS5 this is where I want my smart object conversions automatically saved to. (it currently uses the temp cache folder? I believe thats where it places them.)  I would like set the save location in my preference. 
    It would also be nice to organize the smart object psb files in a folder system similar to the layers in my PSD file.  keeping that consistency will allow me to go through my folder system in the same manner I go through my layers.
    Sorry if this workflow already exists. I'm having trouble finding any in depth information on saving psb files. hitting export on every smart objects is very tedious.
    Here is an example of what I mean
    PSD FILE:
    FOLDER1
    >SubFolder1>
    >> image
    >> image
    >> image
    >>>Sub_Subfolder2>
    >>>>> image
    >>>>> image
    >>>>> image
    Convert each folder to Smart Object
    SmartObject_FOLDER1
    >SmartObject_Subfolder1
    >>>SmartObject_SubSubfolder2
    PSB SAVED LOCATION:
    USER SETS LOCATION
    C:/whereever/smartfolders/
    autosave
    files structure:
    Directory
    SmartObject_FOLDER1.PSB
    SUB DIRECTORY
    >SmartObject_Subfolder1.PSB
    SUB SUB DIRECTORY
    >>>SmartObject_SubSubfolder2.PSB
    I know I can export each smart object individually but is there a preference function to do this automatically?
    Does this exist and I just don't know it?

    Check out the PS links panel here:
    http://ps-scripts.com/bb/viewtopic.php?t=3045

  • Smart objects not updating.

    hi, i'm currently stuck with and issue that's ruining my workflow and slowing me down.
    the basic job is to photograph lamps and replace the background. (see hallmarklighting.com)
    i usually do so by editing the original photo and cut it out with the pen tool, ending up with several layers of adjustments and whatnot. i take those layers and insert them into a smart object of a template file i made for the background, from there it's just a matter of saving the various output files (print/web/psd).
    the issue is that just recently when i save the smart object, it doesn't update, the progress bar stops at about 75%. the program doesn't freeze nor does the computer. the layers are saved in the smart object, but it won't show up in the main file, preventing me from saving out the final image. it started last  week. i have discovered if i flatten the image of the smart object, it works as it should. I'd be fine with this solution if i wasn't constantly asked to rework files for advertising materials and whatnot.
    if anyone has a suggestion as to what could be causing this or how to fix it please let me know.
    system info:
    Adobe Photoshop Version: 12.0.4 (12.0.4x20110407 [20110407.r.1265 2011/04/07:02:00:00 cutoff; r branch]) x64
    Operating System: Mac OS 10.8.5
    System architecture: Intel CPU Family:6, Model:26, Stepping:5 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 4
    Logical processor count: 8
    Processor speed: 2800 MHz
    Built-in memory: 10240 MB
    Free memory: 7966 MB
    Memory available to Photoshop: 9299 MB
    Memory used by Photoshop: 90 %
    Image tile size: 128K
    Image cache levels: 4

    Is using Layer > Smart Objects > Replace Contents not an option?
    Boilerplate-text:
    Are Photoshop and OS fully updated and have you performed the usual trouble-shooting routines (trashing prefs by pressing command-alt-shift/ctrl-alt-shift while starting Photoshop until the appropriate dialog appears after making sure all customized presets like Actions, Patterns, Brushes etc. have been saved and making a note of the Preferences you’ve changed, 3rd party plug-ins deactivation, system maintenance, cleaning caches, font validation, etc.)

  • Edit Smart Object in Lightroom instead of ACR

    Hi,
    I recently aquired both photoshop CS5 and lightroom 3. I'm still trying to get down the best workflow between the two programs. What I'd like to do is to use lightroom as my only raw converter and use photoshop to make the final pixel edits. I've been playing around with smart objects and have noticed that once you open a raw file from lightroom as a smart object in photoshop, it appears your stuck in photoshop. If you want to open the smart object and make alterations it opens in adobe camera raw in photoshop. Is there a way to re-open the smart object back in lightroom instead of in ACR?
    Thanks!

    If I interpret you correctly,  I think what you want is to use PS as a photo editor and retain the image - with the PS-edits - as a RAW-file.
    And that is not possible.
    You say "that there must be a way to synchronize those instructions".
    No, there is no way, even though LR and PS use ACR - and it is the same ACR for both (BTW: ACR means Adobe Camera Raw).
    You cannot synchronize the instructions (= edits) because LR writes / saves them in the LR-Catalog, whereas PS (as a pixel-based editor) cannot write into the LR-Catalog (nor can it read the LR catalog).
    PS also cannot write XMP-files (alyhough Adobe Bridge can). PS is a pixel-based editor and that means that Adobe can write / save its edits only as a PDF (TIFF, etc)-file.
    When you open a RAW-image in PS with previous edits in LR), the image is displayed in PS with the LR-edits. When you then make further edits in PS you have to save those edits as a PSD (TIFF, etc.). If you don't and close the file the PS-edits will be gone and lost.
    You say "When you open a Smart Object up in ACR from Photoshop, where does Photoshop keep the instructions/edits?".
    I don't know, presumably in RAM or on the PS scratch-disk. But these instructions/edits are not accessible and if you close the file without saving the image they will be lost. And if you save the image you will have a PSD (or TIFF, etc.)
    You write: "This way you could "re-edit" the original raw file in Lightroom and then apply those changes to wherever Photoshop keeps the instructions of how to interpret the Smart Object." Yeah, it would be nice but it isn't possible. Maybe Adobe picks your idea and in the future who knows ...
    But right now: Nope.
    WW

  • Using the edit as Smart Object option.

    I'm probably way behind the ball here, but I can't understand how the edit as smart object works. Sure I can open the file as a smart object in PS3, I can, say, apply the Distort/Lens filter to do a perspective transformation - but then how do I save and send it back to Lightroom? Using Export Smart Object just seems to send a file back to Lightroom but my transformation has disappeared. Close and save will create a file - so I still end up creating a new Tif everytime I use PS - but now manually synchronise. Where is the benefit?
    I know I need a nice Video Tutorial or instruction but can't find one!
    Anyone know of one?
    Many thanks. Peter

    > Yes, add me to the list of being in need of an explanation of how exactly this is supposed to work. I'm hoping that it might be included in the Michael Reichmann and Jeff Schewe video that I purchased recently but as yet haven't downloaded all episodes.
    There's a bunch of free videos on the NAPP site. They have an episode on Photoshop integration too. http://www.photoshopuser.com/lightroom2/
    It's pretty clear how it should work from that video, except that it doesn't. Another bug, perhaps.
    EDIT: Also it has been mentioned many times that one should have the PS CS3 10.0.1 Patch installed in order to get this going.

Maybe you are looking for

  • Report for material consumption

    Can any one guide me in developing a report to find the material consumed during a certain period ,   selectio screen should me consiting of matrial and date

  • WebService "Unable to load WSDL" error

    I need some help with this strange problem I have a web service that i call from Flex 3 <mx:WebService id="dataTowns" wsdl=" http://localhost:2008/SqlData.asmx?WSDL" result="objectTowns(event)" fault="faultHandler(event)" showBusyCursor="true"/> Not

  • Recording songs on my PC laptop and importing to Logic/Mac?

    I have a Mac desktop and have started using Logic for my recordings. I have a very fast laptop that is unfortunately a PC. I was looking at this software called Mixcraft which looks like a pretty nice GarageBand clone for doing some recordings when o

  • How to use MP3 music with Premiere Pro CS3 ?

    When I try to add a MP3 Audio music file into Premiere Pro CS3 to use with my video I get a file format not able. Can someone please tell me how to use MP3 music files with my video im trying to make, is it possible?

  • Our website account domain is suspended- how can it be restored?

    our website account domain is suspended- how can it be restored?