ipv1
Explorer
ipv1
Explorer
Activity
‎Mar 27, 2023
10:13 AM
Fails to recognize the linked file that has already been updated. Is it just me?
... View more
‎Jan 06, 2023
05:12 PM
Thanks Manan, works like a charm!
... View more
‎Jan 05, 2023
08:02 PM
Thank you in advance. // (c) Copyright 2008. Adobe Systems, Incorporated. All rights reserved.
/*
@@@BUILDINFO@@@ OpenAsLayer.jsx 1.0.0.0
*/
var begDesc = "$$$/JavaScripts/OpenAsLayer/Description=Assign this to the open document event. This will promote a document with only a background layer to a layer with the document name." // endDesc
// on localized builds we pull the $$$/Strings from a .dat file, see documentation for more details
$.localize = true;
if (app.documents.length > 0) {
var doc = activeDocument;
if (doc.layers.length == 1 && doc.activeLayer.isBackgroundLayer) {
doc.activeLayer.isBackgroundLayer = false;
var docNameNoExtension = doc.name.replace(/\.[^\.]+$/, '');
}
}
doc.activeLayer.name = docNameNoExtension;
addMask("revealAll");
function addMask(maskVisibility) {
// maskVisibility = "revealAll" or "hideAll"
if (!app.activeDocument.activeLayer.isBackgroundLayer) {
var c2t = function (s) {
return app.charIDToTypeID(s);
};
var s2t = function (s) {
return app.stringIDToTypeID(s);
};
var descriptor = new ActionDescriptor();
var reference = new ActionReference();
descriptor.putClass(s2t("new"), s2t("channel"));
reference.putEnumerated(s2t("channel"), s2t("channel"), s2t("mask"));
descriptor.putReference(s2t("at"), reference);
descriptor.putEnumerated(s2t("using"), c2t("UsrM"), s2t(maskVisibility));
executeAction(s2t("make"), descriptor, DialogModes.NO);
}
else {
//alert("The active layer is a Background layer!");
}
}
... View more
‎Jul 17, 2022
03:17 AM
I haven't tried to swap in the original layers to see if it's salvageable... Some of my masks are completely gone. This is client work so you can imagine how frustrating this is. Affected are masks and the actual image layer. PS 23.4.1 M1 Mac Mini
... View more
‎Jul 17, 2022
02:56 AM
Worked like a charm!!!
... View more
‎Jul 07, 2022
09:31 PM
When I'm zoomed into an image, for example using the magnify tool, changing to the brush tool immediately reverts back to the magnify tool. Zooming back out of the image fixes the problem. Intermittent problem but it happens enough to be extremely frustrating. PS v 23.4.1 M1 Mac mini
... View more
‎Dec 22, 2021
11:02 AM
You're the best! Appreciate all your help - happy holidays sir
... View more
‎Dec 21, 2021
05:35 AM
just a white mask, entire layer. thanks so much!
... View more
‎Dec 21, 2021
05:10 AM
Okay, I have one more request. Can I add layer mask to that background layer before locking it? Thank you thank thank you!
... View more
‎Dec 21, 2021
05:03 AM
1 Upvote
Awesome! This makes me want to go down further into the scripts rabbit hole. Appreciate your help on this. Cheers
... View more
‎Dec 21, 2021
03:49 AM
That was perfect! Thanks! Is it possible to add "lock layer" step to the end of that script?
... View more
‎Dec 20, 2021
01:42 PM
I think this is what I'm looking for https://community.adobe.com/t5/photoshop-ecosystem-discussions/renaming-a-layer-with-the-file-name/td-p/10531371 Does anyone know if this works for 23.1.0?
... View more
‎Dec 20, 2021
01:32 PM
When I'm compositing, I'd like the background layer to show the original filename similiar to when you load files into a stack.
... View more
‎Dec 20, 2021
01:08 PM
When I import a file into photoshop, can I have the "background" layer show the PSD file name?
... View more
‎Aug 19, 2021
01:56 AM
24 Upvotes
Lasso tool lags when closing shape (2-3 second lag when creating the selection).
version 22.5
Mac mini (M1, 2020) 16 GB
{Note: Edited the thread title, PS-72312}
... View more
‎Dec 15, 2020
10:56 AM
2 Upvotes
This has been happening when saving my PSD file pretty often. Switching to a different layer, or brushing on a layer, then saving usually works. A NEW ISSUE that just started today: When using the healing brush tool, I'm getting the same "Could not complete your request because of a program error." Mojave 10.14.6 Adobe Photoshop 22.1.0
... View more
‎Oct 09, 2020
11:39 PM
Ha! I'm starting to get used to it. No worries Adobe, take your time!
... View more
‎Jul 27, 2020
10:12 AM
Creative Cloud update for Photoshop addressing critical workflow bugs, crashes, etc. This problem is still on going for me.
... View more