Is there a way to undo one history state for all files in a folder?

I accidently sepia toned an image while having all photos selected. Of course auto sync is active, and LR is obediently turning all 500 of my images to sepia!
Is there a method to rollback to the previous history state for ALL photos? I had just finished applying a vignette to them, and would dearly like to get back to that state.
Ahhhh, my eyelid is twitching!!!
Kittie

I've had some luck in using the Synch command in undoing, say a Sepia toning, with affected photos all selected. Roll back to previous state, then hit Synch- not Auto!- and be careful what you choose in dialogue. I unselected all, then chose just "color".
I believe this will work if the Sepia toning is the last step, which is how I just tested it.

Similar Messages

  • Is there a way to have one flash player play all moives on a web page ?

    Hi,
      Is there a way to have one flash player play all movies on a web page ?   For example, you have a list of FLV movies on a page and you click on any them and it will play on the same player on the web page. Or does each movie needs it's own ?
    Thanks in advance..
    Peter

    Yes, for the design I made, the movies are loaded from the server.  Here is the code for the design.  It is done using AS2, and the stage includes two buttons (s1, s2) for playing the individual videos, one button to play them both (playall), one after the other, and the video object (video1_video) that was added via small menu you find at the top of the library panel's frame.
    I cannot say this would work directly for your implementation, but it gives you some things you can look into so that you can figure out how.
    function(){return A.apply(null,[this].concat($A(arguments)))}
    // ignore whatever code is above this... the forum added it, not me  
    stop();
    ncount = -1;
    var connection_nc:NetConnection = new NetConnection();
    connection_nc.connect(null);
    var stream_ns:NetStream = new NetStream(connection_nc);
    stream_ns.setBufferTime(3);
    stream_ns.onStatus = function(infoObject:Object) {
            for (var prop in infoObject) {
                   if(infoObject[prop] == "NetStream.Play.Stop" && ncount == 0){
                       video1_video.attachVideo(stream_ns);
                       stream_ns.play("20051210-w50s.flv");
                       ncount += 1;
    playall.onRelease = function(){
          ncount = 0;
          video1_video.attachVideo(stream_ns);
          stream_ns.play("barsandtone.flv");
    s1.onRelease = function(){
          video1_video.attachVideo(stream_ns);
          stream_ns.play("barsandtone.flv");
    s2.onRelease = function(){
          ncount = -1;
          video1_video.attachVideo(stream_ns);
          stream_ns.play("20051210-w50s.flv");
    I don't deal with video very often, so I have not created an AS3 version of this.

  • Sometimes Undo is "Undo Save History State for Image"...

    Anyone know why the Undo command occasionally produces "Undo Save History State for Image" rather than a proper undo of the last operation?

    I am aware of your contribution to this forum and genuinely have utmost respect for what you say, however without getting too heavily into the semantics of the meaning of the word “bug” I would truly appreciate your thought on this …
    b_gossweiler wrote:
    If you export (or also print) an image, an entry is inserted into the develop history of the image. Although these steps (export, print, ...) cannot be physically undone, the undo removes this history step from the develop history of the image. This makes sense and - IMHO - is not a bug at all.
    Beat
    Would it not be reasonable that when a user requests an “undo” that they would expect this to undo the last thing “they” did regardless of what any background task is doing?   
    If this does occur when performing some background task on several hundred or thousand images does this mean that they could struggle to actually achieve any meaningful undo operation on what they are currently working on because they could be attempting to undo many state changes?      If so, could one consider that from a user’s perspective the undo mechanism is actually broken in this scenario?
    If they request an “undo” and it does not perform to the users reasonably expected behaviour would it not reasonably be considered at least undesirable if not a bug?
    If they perform an “undo” and they get this message have they actually undone something which might be important?   
    Even if it has no ill effects the message alone could be unsettling and confusing to users?
    You say it makes sense and I know I’m slow, but I would not expect a user to see this message when the user wants to undo for example the modification to exposure or other slider they have just changed.
    I’m not hung up on this as I have seen no ill effects other than mild inconvenience; however I would respectively appreciate your views on how this “makes sense” from a user’s perspective.

  • Is there a way to create a "common desktop" for all RD/TS 2012 users? (Office 2010 icons on the dekstop, for example.)

    Hello!  Just like the title, is there a way to create a "common desktop" for all RD/TS 2012 users?
    I know how to do this using regular W7 workstations and 2008 Servers, but the "Default" folder under the USERS directory is gone and I'm not sure how to get the icons there in Windows 8, let alone Server 2012 Remote Desktop.
    I've installed Office 2010 on the 2012 server, but every end user that logs in has to manually type in "Word," "Excel." "PowerPoint." etc from the metro interface, then right-click each icon to add the shortcut to the desktop.
    Given the... uh.. unfamiliarity of our endusers around the computer, this really isn't the best option.  What I'd like is them to log on and have all the Office icons ready and availible for them.
    Any ideas?
    Matthew J. Fazio

    Hi,
    You can edit the local GPP and create a desktop shortcut for all users.
    Reference:
    Customize the default local user profile in windows Server 2012
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/3f178a0e-128e-4f4f-870a-90c8bbf1afeb/customize-the-default-local-user-profile-in-windows-server-2012?forum=winserver8gen
    Also, you can use CopyProfile to customize the Default User Profile.
    Customize the Default User Profile by Using CopyProfile
    http://technet.microsoft.com/en-us/library/hh825135.aspx
    Best Regards.
    Jeremy Wu
    TechNet Community Support

  • Is there a way to force enable wmode=direct for all Flash content on all webpages ?

    I need a way to force enable wmode=direct for all Flash content that's running regardless of the webpage the Flash content is runing on.
    If there isn't a way to do so now, please enable this as fast as you can in the next version of Flash.
    I've read somewhere that if there's no wmode setting on the page like opaque, transparent, direct or hw the flash content will run in wmode=window setting so it would be very easy to change that and force Flash to use wmode=direct instead.
    This could be done by adding wmode=direct line to mms.cfg or even add Force wmode=direct to Flash Settings, easy as that.
    I really don't wanna hear the arguments why force enable wmode=direct for all Flash content regardless of webpage is not indicated to do, just do it, I really need this wmode=direct feature to be always on simple as that.
    I know that on some webpages some content might run behind flash content by doing so but I really don't care cause I know what sites I'm using and what Flash content I'm runing so just enable it.
    Waiting for all websites to implement wmode=direct would take ages and I don't have time to waste instead I wanna enable this feature by now since I have seen what a big difference it makes by runing Flash accelerated instead of software decoding.

    You will not get what you need using stamps, especially if you ever want to use dynamic XFA forms.
    The digital signatures that were signed with a self-signed digital ID won't fully validate unless the user chooses to trust the corresponding digital certificate first. You should only trust a digital certificate if you trust its source. The problem is using self-signed IDs will be difficult to use on the scale you're talking about.
    Digital signatures are the best approach for your needs. They can provide both nonrepudiation of document origin as well as document integrity. You just have to figure out how to implement a solution you can afford.
    You agency can become its own certificate authority and issue certificates to its employees. You'd just have to find a way to implement and manage such a system.

  • Is there a way to open up a directory for static files.

    Is there a way to open a specific directory or set of directories up for browsing with WLS 8.1.5 (such as having static .txt,.html files,etc..) without having to deploy some sort of java app to do this.
    Basically we need a quick and dirty way to access files sitting on a specific directory on our Web Server machine. Example is there a way to open up just the directory /home/user/files/video for access?
    Thanks,
    Cash Chitwood

    Well in order to host something I can't see you doing it without having to have a web application? So if you do not have a web application you will probably need to do that and deploy the war I guess even if its an empty war. In which case you can set that parameter I posted about earlier to access your folder?
    -Jesus

  • Is there a way to turn on time stamps for all text messages?

    I want to time stamp all my messages not just select ones...is this possible

    Just swipe the text bubbles to the left to see time stamps for all messages you sent.

  • Is there a way to change the Digitised Date for Mov files in Lightroom?

    I am scanning some old photos.  Unfortunately Programs such as Dropbox and OneDrive display Mov files by their digitised Date.
    Consequently, My scanned photos are shown by the date that I scanned them. I can not seem to find anyway in LightRoom to change the Digitised Date so that they are shown on OneDrive/Dropbox in the correct order on my iPad.
    Any help would be appreciated.

    Your subject line says "Mov files" (which are video files), but your message talks about scanning old photos.  I'll address the old photos issue.
    Because there are so many dates/times associated with photos, and because every program feels free to use its own names, it's critical to be pedantically precise about terminology. The date/time a photo was originally taken (when the shutter was pressed) is called Date/Time Original or Capture Date. The date/time a photo was transferred to digital media is called Date/Time Digitized (when the analog file was scanned or when the digital-camera shutter was pressed). 
    A good rule of hygiene is to ensure every photo has a Date/Time Original (capture date).  Typically only digital archivists care about maintaining Date/Time Digitized.  If you ensure that every photo has a Date/Time Original, then pretty much any modern app and Web site will order your photos correctly.
    In LR, you set Date/Time Original using the Metadata > Edit Capture Time command.  By default, LR won't write the capture time back to the file's metadata, so depending on how you are transferring photos to other programs, the capture time won't necessarily get transferred.  So you either need to do Metadata > Save Metadata To File, or better, set the option Catalog Settings > Metadata > Automatically Write Changes Into XMP.
    Unfortunately, LR's Edit Capture Time isn't very flexible with dealing with scanned photos in which the precise date/time is not known.  So some people like to set an entire batch to, say, 1963/10/01 00:00:00, while others like to have each photo set in increasing increments of 1 second, so that programs will at least maintain the known relative ordering (which comes from the film or slide ordering).   To do that, you'll need a third-party plugin, e.g. ExifMeta or CaptureTime To EXIF.

  • Is there a way to delet one call from my

    Is there a way to delect one call instead of all my call. Like I can delet one text message or even clear the conversation, but all of my other text message will be there. Can I do the same with my call list if so how?

    tara_nash,
    At this time, there is no way to delete just one call from the recents list. It's all or nothing.
    Hope this helps,
    Jennifer B.

  • Is there a way to Print one's Purchase History?  I just get a blank page when I click on Print and cannot copy to paste elsewhere.

    Is there a way to Print one's Purchase History?  I just get a blank page when I click on Print and cannot copy to paste elsewhere.

    davidfromloudon wrote:
    Is there a way to Print one's Purchase History?
    Take screen captures and print them.  PITA I know but that is all that is provided.
    I just get a blank page when I click on Print and cannot copy to paste elsewhere.
    Correct.

  • Is there any way of undoing a shuffle? The CDs I downloaded to iTunes have all been shuffled. As most of these are classical, it is inappropriate to have them separated into songs that play any old time. Can I restore them to the original albums?

    Is there any way of undoing a shuffle? The CDs I downloaded to iTunes have all been shuffled into individual 'songs'. As most of these are classical and folk, it is inappropriate to have them separated into songs that play any old time (ie, a movement from Beethoven's 5th symphony followed by a folk song followed by one excerpt from Vivaldi's Four Seasons, etc. Can I restore them all to the original albums and make sure the shuffle doesn't happen again?
    Thanks!

    goldberry wrote:
    Thanks! That has worked, but only partially - there are still some Beethovens mixed in with the Vivaldis. I'm sure I installed these as total albums.
    I have noticed that too from time to time, I generally move the files into the correct folder and fix the index in itunes when one won't open, occasionally.

  • Is there a way to undo MMPV period closing?

    Dear gurus,
    One of our user's tried to open March period from "mmpv" and he opened April period either by mistake. Now the current period is April and the previous is March. He has to do some reversals for February, naturally he can't.
    Is there a way to undo what he had done from mmpv?
    Thanks in advance.

    Hi Flitz
    Pl be careful of using MMPV again.
    You can use MMPI to correct your situation. I would suggest it, if this is a test or dev or sandbox.
    In production system, you have to be extremely careful.
    Check if you have done any goods postings into April period. if not, it's ok.
    Read the documentation in this Txn (click 'i' button), understand and decide
    Best regards
    Ramki

  • Is there a way to undo a factory setting reset?

    I recently reset my iphone back to factory settings by accident when updating to the latest ios8 and I lost all of my text message history. Is there a way to undo reset or uncover my text messages?

    If you've ever backed up your device you can restore your phone from that backup....but data will only be from the date of that backup. Let's say you backed up your device in September. Accidentally erased it in November. If you restore it from that backup it'll look like it did in september, but any and all data put on it between september and November will be gone.

  • Is there a way to undo an iphoto library import?

    I thought that I had lost my iphoto library... so I did a drag and drop of what I thought was the most recent backup to different desktop iphoto.  I thought that the 2 libraries would merge so that I could see if the new library was the correct backup, it wasn't the correct backup, they didn't merge, so now I have lost my original library.  Is there a way to undo this import?

    I think there's a way to recover your original photos and video files:
    1 - copy the Masters (iPhoto 11) or Originals (iPhoto 09 and earlier) to the Desktop.
    2 - open the folder and type Command+F (find).
    3 - select Kind is Image and File Size is less than 50 KB.
    4 - in the search results window will be all of the very small  thumbnail files.
    5 - select all of the files and drag them to the Trash.
    6 - reset the file size to 100 KB.
    7 - check some of the photos to make sure that none are the original file even though they may be very small.
    8 - reset the File size again to a size, maybe to 200 KB, that you are sure will not include any of your original files. If you think you might have files less than say 200 KB that would be your original files you will have to check each file found in the search and exclude from the drag to the Trash. 
    9 - select them all and drag to the Trash.
    Now that should leave you with all the original files greater that the final size you used for your search AND all of your video files.
    Now create a new iPhoto library and drag the Masters folder into it.  That will import all of your files and keep the Events that you had in your original library.
    HOWEVER, if you're running iPhoto 8 (09) you will have to import each subfolder inside the Original folder to get the same Events.  If you drag the Original folder into the new library window they will be imported into one large event.
    OT

  • Is there a way to undo an iPod touch restore from an iPhone 5?

    I was synching my new iPhone 5 to my Macbook Pro when I accidentally restored it to my old iPod touch instead of starting new at the welcome screen. Is there a way to undo the restore to get it back to the iPhone 5 format instead of the iPod touch one? I've already managed to get my contacts back but can't figure out how to undo back to the iPhone 5 "factory settings" without getting rid of the couple of purchased apps etc. Feeling like SUCH a newbie! Help!

    Yes, restoring deletes everthing on the iPhone. You will then have to resync the apps from iTunes on your computer, or re-download them from the iTunes Store:
    http://support.apple.com/kb/ht2519
    Regards.

Maybe you are looking for

  • Stream to more than 1 location at a time?

    Is it possible to stream to more than one Airport Express at a time? I'd like to be able to hear my itunes in the family room AND upstairs (and also on my office computer) so I don't have to switch locations all the time as I move through the house.

  • Currency conversion error in Update rules for 0SD_C03

    Hi All I have freshly installed Sales Overview cube 0SD_C03 from BI Content(3.x version) and when extracting data from datasource "2LIS_13_VDITM" there is an error "Error: Conversion foreign curr. -> local curr.: 0090000000 20080516 M -> SGD". Till P

  • Help setting up ATV2 to listen itunes through home theather, not TV

    Hi. I bought an Apple TV (2nd gen) and want to listen to itunes through the home theater (Samsung Blu Ray, 5000 series), not through the TV speakers. I have connected my ATV2 via HDMI to the TV, but I can see there is an optical output. The Samsung h

  • For same material hoe to avoid and do QI to UR as well as qaulity trecodin

    Hi Guys , I have a senario like for same materialagainst production order ,  i want to post the quality stock in QI stock and after result recording and quantity transfer to UR mvt 321. for same material some time i want to post direct UR avoide 321

  • BW Upgradation Project from BW 3.5 t o BI 7.0

    Dear SDNS,                          We got an requirement to do an upgradation project for BW 3.5 to BI 7.0... This is the first time am involving for Upgradation..Am An BW Technical Consultant.. Can anyone one sugggest at scratch level wat are the r