Wednesday, February 7, 2018

adobe photoshop - Auto-updating linked smart objects in files that were closed at the moment of the update


Photoshop CC 2014 introduces Linked Smart Object. While this is a very useful feature by itself, I would love to know if there's a way to set it so that whenever I open a file that contains a linked smart object but wasn't open when the linked document changed, the smart object layer will also automatically update.


Photoshop currently only updates linked smart objects in files that are open when you make the change, and all other files require manual updating. Is there a way to set it to update automatically in this case as well?



Answer





  1. Make a new .jsx file in the Presets/Scripts/Event Scripts Only folder ( inside the PS application folder ).

  2. Paste in the following code:




// Update all modified content
var idplacedLayerUpdateAllModified = stringIDToTypeID( "placedLayerUpdateAllModified" );
executeAction( idplacedLayerUpdateAllModified, undefined, DialogModes.NO );





  1. Name the file: Update All Modified Content.jsx

  2. In File > Scripts > Scripts events manager... add the script to be triggered on Open document and it's done.


enter image description here


No comments:

Post a Comment

technique - How credible is wikipedia?

I understand that this question relates more to wikipedia than it does writing but... If I was going to use wikipedia for a source for a res...