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

Liquefaction, with digital control

Explorer ,
Apr 20, 2023 Apr 20, 2023

Copy link to clipboard

Copied

        var d = new ActionDescriptor();

        d.putData(charIDToTypeID("LqMe"), String.fromCharCode(100));

        d.putData(stringIDToTypeID("faceMeshData"), String.fromCharCode(100));

        executeAction(charIDToTypeID("LqFy"), d, DialogModes.NO);

 

Photoshop liquefaction, can you control the liquefaction parameters by numbers like the above code? 

I don't know if it is feasible. I have searched all major communities and have not found a way. I don't know if it can be solved here. Thank you 

TOPICS
Actions and scripting

Views

867

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
Adobe
Community Expert ,
Apr 21, 2023 Apr 21, 2023

Copy link to clipboard

Copied

@jazz-y posted about using Liquify’s facial recognition for identifying faces: 

https://community.adobe.com/t5/photoshop-ecosystem-discussions/crop-trim-image-automation-3-4/m-p/12...

Votes

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
Explorer ,
Apr 21, 2023 Apr 21, 2023

Copy link to clipboard

Copied

Thank you, I have known this. Unfortunately, you can't control the strength by specifying numbers. For example, taking the width of the face as an example, if I enter 100, the width of the face will be expanded to 100. His code is expressed as a binary value. It is not controlled by a separate value, thank you 

Votes

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
Guide ,
Apr 21, 2023 Apr 21, 2023

Copy link to clipboard

Copied

The Liquify parameters are passed as a sequence of bytes of a certain structure. By moving the slider you need, it is quite easy to understand where it is in this sequence and what values it can take. That is, the task simply comes down to being attentive and patient, moving all the sliders and analyzing the mesh file over and over again 🙂

 
 

 

 

Votes

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
Explorer ,
Apr 21, 2023 Apr 21, 2023

Copy link to clipboard

Copied

Well, thanks for the advice. I'll try to explore 

Votes

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
Community Expert ,
Apr 22, 2023 Apr 22, 2023

Copy link to clipboard

Copied

LATEST
quote

the task simply comes down to being attentive and patient

That advice seems to apply to a lot in life. 

Votes

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