Problème de script
Solved
fleurello
-
Anonymous user -
Anonymous user -
Hello,
I have Photoshop CS4 and I downloaded MCP Fusion Photoshop Actions from the MCP Actions website, so I paid €93 for that. Anyway, that's not the issue. My problem seems to be the language. Photoshop can't execute commands it doesn't recognize.
I've been receiving errors in all the scripts: the object "layer "background"" is not available at the moment or: the command "create" is not available.
Is anyone able to help me?
Thank you in advance to everyone
Elodie
Configuration: Windows Vista / Firefox 3.6.13
I have Photoshop CS4 and I downloaded MCP Fusion Photoshop Actions from the MCP Actions website, so I paid €93 for that. Anyway, that's not the issue. My problem seems to be the language. Photoshop can't execute commands it doesn't recognize.
I've been receiving errors in all the scripts: the object "layer "background"" is not available at the moment or: the command "create" is not available.
Is anyone able to help me?
Thank you in advance to everyone
Elodie
Configuration: Windows Vista / Firefox 3.6.13
1 answer
hi
not much to say except that you got played
the scripts are in English so he wants to work on an initial layer "background" which is called "arrière plan" in a French Photoshop and he can't find it
rename your arrière plan to background but you might have other issues later on
as you say yourself:
Photoshop cannot perform requests it does not recognize.
you can modify your scripts according to your Photoshop and translate them but it’s going to be quite a job if the scripts are long
https://www.google.fr/search?q=modifier+script+photoshop&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:fr:official&client=firefox-a&gws_rd=ssl
for "créer" it’s probably creating a layer but if a command from a script goes off the rails, all subsequent ones will as well since they're dependent on the previous ones working properly
not much to say except that you got played
the scripts are in English so he wants to work on an initial layer "background" which is called "arrière plan" in a French Photoshop and he can't find it
rename your arrière plan to background but you might have other issues later on
as you say yourself:
Photoshop cannot perform requests it does not recognize.
you can modify your scripts according to your Photoshop and translate them but it’s going to be quite a job if the scripts are long
https://www.google.fr/search?q=modifier+script+photoshop&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:fr:official&client=firefox-a&gws_rd=ssl
for "créer" it’s probably creating a layer but if a command from a script goes off the rails, all subsequent ones will as well since they're dependent on the previous ones working properly
Thanks anyway for getting back to me.
yes, it's a solution
you can modify each step of a script and re-save it, but that would take even longer