Skip to main content
StrongBeaver
Legend
December 3, 2011
Question

Automatic - Liquify Mesh Save

  • December 3, 2011
  • 1 reply
  • 919 views

I was searching in the Photoshop scripting guide, even with a lack of SDK knowledge I wasn't able to find this. I want a script that saves the mesh when in the liquify tool. First it would automatically prompt a path to save the mesh file before I begin to use liquify then when closing liqufy the mesh is saved to that file path all for a non-destructive way of working with this tool.

This topic has been closed for replies.

1 reply

Inspiring
December 3, 2011

The liquify filter dialog is a modal dialog. A script can not run while that dialog is open. You can script opening the liquify dialog with action manager but that is all you can do. Anything after the dialog opens is out of bounds to scripting.