Liquefaction, with digital control
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
Explore related tutorials & articles
Copy link to clipboard
Copied
@jazz-y posted about using Liquify’s facial recognition for identifying faces:
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
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 🙂
Copy link to clipboard
Copied
Well, thanks for the advice. I'll try to explore
Copy link to clipboard
Copied
the task simply comes down to being attentive and patient
That advice seems to apply to a lot in life.

