Search found 2 matches

by alrtongad
Wed May 14, 2025 3:11 am
Forum: Photoshop Scripting - General Discussion
Topic: Layers to Channels - Script stopped working?
Replies: 4
Views: 17316

Re: Layers to Channels - Script stopped working?

I've the same issue but it's only related to the newest Photoshop 2024 Version 25.6. Tubidy In my case every access to a single channel array element will lead to a crash of PS. If you're able just try using your script in older Versions. Did you already found the solution sir? I had similar issues...
by alrtongad
Wed May 14, 2025 3:05 am
Forum: Photoshop Scripts
Topic: classID of new ActionDescriptor
Replies: 6
Views: 18748

Re: classID of new ActionDescriptor

I know only one way - by the key from the parent ActionDescriptor (actually, that's why I thought that the classID is stored in the parent object). It is unlikely that you did not know about it :) #target photoshop s2t = stringIDToTypeID; t2s = typeIDToStringID; (A = new ActionDescriptor).putIntege...