• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
4

P: Can't invoke Liquify via a script

Explorer ,
Jul 03, 2014 Jul 03, 2014

Copy link to clipboard

Copied

Photoshop CC 2014 - The liquify filter fails to load the first time you try and open it, and if you open manually the second time it opens but you get the previous mesh instead of a clean one.
The issue happens when you invoke Liquify from a script or from an action.

Bug Fixed
TOPICS
macOS , Windows

Views

200

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Nov 30, 2015 Nov 30, 2015
This should be solved by the CC 2015.1 update that was released today: https://blogs.adobe.com/photoshop/201...

Votes

Translate

Translate
4 Comments
Explorer ,
Jul 03, 2014 Jul 03, 2014

Copy link to clipboard

Copied

Script code to recreate the issue:

var idLqFy = charIDToTypeID( "LqFy" );
executeAction( idLqFy, undefined, DialogModes.ALL );

Or create a new action and add "Insert Menu Item..." "Filter>Liquify..."

Votes

Translate

Translate

Report

Report
LEGEND ,
Aug 13, 2014 Aug 13, 2014

Copy link to clipboard

Copied

Same happens to me. Newest Version 2014.1.0 crashed when using above code. In PS CC 14.2.1 it works perfectly!

Votes

Translate

Translate

Report

Report
Adobe Employee ,
Nov 30, 2015 Nov 30, 2015

Copy link to clipboard

Copied

This should be solved by the CC 2015.1 update that was released today: https://blogs.adobe.com/photoshop/201...

Votes

Translate

Translate

Report

Report
Enthusiast ,
Feb 26, 2016 Feb 26, 2016

Copy link to clipboard

Copied

LATEST
Why only in CC2015 ? Why couldn't be done in CC2014 v2.2 ??
Please! 
CC2015 also have other bugs and do I must choose the one that affect my team the less?

var idLqFy = charIDToTypeID( "LqFy" ); 
executeAction( idLqFy, undefined, DialogModes.ALL ); 

Neither can't be call using RunMenuItem because there isn't any EventID code for this.
If so, why even bother to have EventIDs if they are not updated and get people informed?

Votes

Translate

Translate

Report

Report