After scaling a smart object do I need to remake it as a smart object again?

Using Photoshop CS5 - after scaling a smart object do I need to remake it as a smart object again?

No! Just keep working with it you can adjust the original smart object file and retiuch it and all will update just click on the smart object  in the layers panel everything will work as you expect it to.

Similar Messages

  • Internet goes stale after computer goes to sleep and then needs to be rebooted to function properly

    I mac with retina 5k display
    internet goes stale after computer goes to sleep and then needs to be rebooted to get it working again
    10.10.1 os

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • HT1386 I have an nano - no clue how to sync it after everything downloaded. HEEEEEELP! I need a smart person to help me. :)

    I have an nano - no clue how to sync it after everything downloaded. HEEEEEELP! I need a smart person to help me.

    You might have better luck in the iPod Nano forum at https://discussions.apple.com/community/ipod/ipod_nano?view=discussions

  • Need help generating variable name for timeout object

    Below is a function I am using to scale an object down and
    then hide it. It works fine on just one object, but if I try to run
    it on multiple objects at the same time, only the last object gets
    scaled down. I believe this is because the timeout list only ever
    has a single item in it, “ShrinkTimeOut”.
    Does each entity in the timeout list need a distinct name?
    And if so, how would I dynamically generate a name and save it so I
    can kill the timeout object once the object has scaled down fully?

    > Does it look like I am getting rid of the timeout object
    properly in my code?
    Now that you mention it, and I have a look, no - it doesn't:
    //not sure of the order of parameters here:
    function fShrinkLoop(mModel, aTimeout) {
    //Creates a variable that contains the vector value of the
    model's
    scale (vector( 1.0000, 1.0000, 1.0000 )).
    nScaleVector = mModel.getPropRef("transform").scale;
    //Checks to see if the model is 1% or less than its original
    size.
    if (nScaleVector[1]<=0.01) {
    //Makes the model invisible.
    mModel.visibility = symbol("none");
    //Kills the timeout object.
    aTimeout.forget();
    } else {
    //If it is not, we scale the model down further and allow
    the loop to
    repeat.
    mModel.scale(0.9);

  • Im using "transform again" after scaling.  It scales but center point moves, why?

    I have a bunch of stuff i need to enlarge 200%.  I selected one and scaled it.  I selected the second one and did CTRL+D for "transform again".  It works but it moves it to the side, seems like its centerpoint is where the first object is that i scaled.  I dont want this!  I want it to scale in the center for each one I do.  How do I tell it to do this?

    ...but i have to group everything before transforming...
    Surely you mean 'select' rather than 'group.' If so, then... um... yes.
    See Larry's post above.
    (We've got a mini-bumpathon going.)

  • Updated smart object clips the mask to the shape of the smart object

    if i update a smart oject, the mask snaps to the shape of the smart object.
    this is super inconvenient if i've masked a shadow or other feathered object, when the mask clips to the the shape, it peaks around the edges of the newly cropped mask. and i have to go back in and refine the mask further, but elegantly removing the hard line edge is a royal pain in the ***.
    why does this happen?
    this example is in CS5 on OS X. this same thing occurs in CC.
    i can't believe this inconvenient flaw is still around. even further, i can't believe there are no other posts regarding this issue.
    am i missing a preference that turns this "feature" off?
    before update
    after update

    http://feedback.photoshop.com/photoshop_family/topics/changing_canvas_size_for_smart_objec t_with_mask_crops_to_bounding_box

  • Dear Apple Support,  Good day to you. This is to report the problem i encountered when i updated my Ipad mini to the new IOS 8.1..  After the update my Ipad restart and after that it appears a picture that need to connect to itunes and need  to resto

    Dear Apple Support,
    Good day to you.
    This is to report the problem i encountered when i updated my Ipad mini to the new IOS 8.1..
    After the update my Ipad restart and after that it appears a picture that need to connect to itunes and need  to restore. So i connect it to itunes and wait to restore my ipad mini because it is not opening.
    After restoring it my ipad is now opening and it is like new that i need to set up again.
    I set up again until i reach the apple id and password.
    I put my below apple ID and password to unlock my ipad but it didn't work. The message i receive is "the apple ID cannot be used to unlock this Ipad.
    What will I do? Please help.
    Thank you
    Sent from my iPhone
    Begin forwarded message:
    From: Apple <[email protected]***>
    Date: October 9, 2013 at 11:53:53 PM GMT+4
    To: ****
    Subject: Your Apple ID was used to sign in to iCloud and iMessage on an iPad mini 
    Dear Leslie J.,
    Your Apple ID was used to sign in to iCloud and iMessage on an iPad mini named “Leslie Joye's iPad”.
    If you have not recently set up an iPad with your Apple ID, then you should change your Apple ID password. Learn more.
    Apple Support
    <Email Edited By Host>

    1. It is never a good idea to include personal info like your email address or Apple ID in a post on an open forum.
    2. The email you received DOES NOT say your Apple ID cannot be used to unlock this iPad. The email informs you that your Apple ID was used to unlock an iPad. Fortunately the iPad is yours. The message confirms that. If your Apple ID was used to unlock an iPad that was not yours your would then know to change your password. Since the iPad is yours you do not need to change your password.
    Is your iPad working?

  • Calling Bpel Process From a Jsp(Need a string output instead of XML object)

    Hi
    I am calling a BPEL process(Synchrononus) from a JSP page, Where Bpel process calls a java web service.The output from Bpel process is returned as an XML object. I need the output in a string format.Please let me know the steps to get the string output.
    I also executed invokeCreditRatingService.jsp(from samples shipped with SOA Suite) that calls CreditRatingService bpel, but i was getting the following output where the rating value is printed as an XML object.
    Output:-
    BPELProcess CreditRatingService executed!
    Credit Rating is oracle.xml.parser.v2.XMLElement@9511c8
    Please let me know, what changes i need to make to get the string output.I followed all the steps given in "orabpel-Tutorial7-InvokingBPELProcesses.PDF" to execute credit rating jsp.
    We are using SOA Suite 10.1.3.1.0 version.Do I need to make any changes to the code, to make it work with this version.
    Thanks
    Vandana.

    The call payload.get("payload") returns, as you have observed, an XMLElement. You can simply convert the XMLElement into an XML string by using a DOMSerializer implementation. The following code is very useful for this purpose:
    http://javafaq.nu/java-example-code-432.html
    Best,
    Manfred

  • After a crash of my HD, i need to restore my Itune Library which is in an external HD. how can I do that, Thanks

    After a crash of my HD, i need to restore my Itune Library which is in an external HD. how can I do that, Thanks

    I still don't know if the drive that crashed was the external drive, or if it was the internal drive, and if it was the external drive if that was the only copy of the library.
    Downloading (using iOS or computer) past purchases from the App Store, iBookstore, and iTunes Store - http://support.apple.com/kb/ht2519 - enabled with iTunes 10.3 and newer; not available in all countries; apps, books (not audiobooks), music, t.v. shows, and movies (some - not all studios have permitted this). Movies currently available in the USA only. Downloading previously purchased movies and TV shows requires iTunes 10.6 or later.  Discontinued items not available. For items not included in the iCloud list (e.g., ringtones), or locations or computer systems where iCloud is not (yet?) available, you only get one download per fee paid.  Apple notes it is your responsibility to back up your purchases.
    Select the store on the left side of iTunes.
    Click on Purchased on the right side under Quick Links.
    You can re-download your available previous purchases.

  • HT1454 I have the correct cable but my purchased movies say they are unable to play on my smart TV and they need to be unlocked.  Can anyone advise please?  Thanks,

    I have the correct cable but my purchased movies say they are unable to play on my smart TV and they need to be unlocked.  Can anyone advise please?  Thanks,

    It's possible that the DRM (digital rights management) disallows you to port those movies onto a TV. What app are you using? Some apps are 'ipad only' and will not push out to another screen.

  • HT5538 i can't find the facetime on my iphone i was using it before 1 month after that it's just disappear i need your help to get it back . thank you

    hello everyone i need your help please
    i can't find the facetime on my iphone i was using it before 1 month after that it's just disappear i need your help to get it back .
    thank you

    FACETIME MISSING
    The governments in some middle eastern countries have banned Facetime and it is disabled on iphones purchased in those countries.  The countries include KAS, UAE and others.  There is no way to get Facetime on such phones (for example it cannot be downloaded and installed) and taking the phone to another country does not cause Facetime to reappear on such phones. In  support.apple.com/kb/ts3367  it says “Note: FaceTime may not be available, or may become unavailable, on devices purchased or used in certain countries, including Saudi Arabia and the United Arab Emirates. Check your device's region of purchase for more information.”

  • Client need to be opened for what all objects?

    Hi Experts,
    I need to list all the objects for which clients need to opened for customizing/master data download, for ex. when we are downloading condition records we need client to be in open/modifiable state, So what I need now is suggestions based on your experience wherever you feel that cleint needs to be opened for this activity .
    Thanks for sharing your experience.
    With Regards,
    Mayank Choudhary

    Hi Mayank,
    Even I tried for the list of all cross-client download objects in vain. I figured a work around for this and found it helpful.
    To check wether a particular object is downloading cross-client data:
    1) Determine all the tables involved by executing CRM table SMOFTABLES with the adapter object name. (Ex: DNL_CUST_SHIP downloads data from the following tables: TINC, TINCT, TPRIO, TPRIT, TVSB, TVSBT.)
    2) In order to check wether these tables are cross client or not, execute table DD02L in R/3 system with all the tables determined in step 1.
    Ex: DNL_CUST_SHIP
    Table  : DD02L
    Table name----
    Client-specific
    TINC----
    X
    TINCT----
    X
    TPRIO----
    X
    TPRIT----
    X
    TVSB----
    X
    TVSBT----
    X
    This means that none of the tables invloved in DNL_CUST_SHIP download are cross-client and can be downloaded without opening the client.
    If there are any client independent tables involved then we need to open client and perform download.
    Ex. DNL_CUST_CNDALL
    The below mentioned tables are involved in DNL_CUST_CNDALL object download and are cross-client and hence the client needs to be open while downloading the object.
    TMC1K
    TMC1D
    TMC1
    T681
    T682
    T682I
    T682T
    T682Z
    Hope this helps
    Regards,
    Aj K

  • Do we need to create or actiovate any system objects for ess mss applicatio

    Hi
       I am new to ESS MSS business packages.i know we need to activate 5 pairs of JCO destinations,
    do we need to create or activate any system objects ,because ess mss applications contains transactional iviews also
    how they will communicate.

    once you placed the portal content, the default system objetcs for ESS and MSS are delivered by SAP only, we need to configure the same like JCO destinations.,

  • HT1490 After how many charging cycles do I need to replace the baterie

    After how many charging cycles do I need to replace the baterie

    Please see below my system overview
    MacBook Pro
    13-inch, Mid 2010
    Processor  2.4 GHz Intel Core 2 Duo
    Memory  4 GB 1067 MHz DDR3
    Graphics  NVIDIA GeForce 320M 256 MB
    Serial Number  730504Z5ATM
    Software  Mac OS X Lion 10.7.3 (11D50b)

  • For another program (WASY WGeo) after the working with PS CC I need a picture with the right colours in the end with 256 colours in 8 bit per picture - I still got it until yesterday. I don´t know what I´ve done wrong in PS CC but I´m still working in mod

    For another program (WASY WGeo) after the working with PS CC I need a picture with the right colours in the end with 256 colours in 8 bit per picture - I still got it until yesterday. I don´t know what I´ve done wrong in PS CC but I´m still working in mode with 8 bit RYB. I controlled my result with Irfan View: it´s a picture with 16,7 million colours and 56 bit pp.

    Topic or subject titles should be clear, pertinent and concise so that individual users can tell at a glance if they can help or not.
    That field is not for attempting to fit your entire question in there.
    Please keep this in mind next time you post.  Thank you.

Maybe you are looking for