Search found 1 match

by technologywell
Tue Jul 06, 2021 2:07 pm
Forum: Help Me
Topic: Executing script externally causes weird Photoshop error
Replies: 8
Views: 5764

Re: Executing script externally causes weird Photoshop error

What I'm trying to do: Use Python from inside Autodesk Maya, in order to open up Photoshop, open up a workfile and run a script. What works and what doesn't work: My Python code works exactly as it should. Below here I import the subprocess module so that I can run the Popen command in order to get...