Page 1 of 1
PSD layer ID in moho 13.5.2
Posted: Wed Nov 10, 2021 10:51 am
by davoodice2
hi.
one of my scripts that I used this method give me error after update. any body know about new api?
another my script for replacing missed files don't work for same reason
Re: PSD layer ID in moho 13.5.2
Posted: Wed Nov 10, 2021 2:47 pm
by Stan
I'm going to update mohoscripting.com soon for all new changes, but to answer your question for now I can say that the following methods were removed in 13.5.2:
Code: Select all
class ImageLayer:
SetUniquePSDLayerID(layerPSDID)
UniquePSDLayerID()
SetPSDLayerOrderID(layerOrderID)
PSDLayerOrderID()
Re: PSD layer ID in moho 13.5.2
Posted: Wed Nov 10, 2021 5:43 pm
by davoodice2
Stan wrote: ↑Wed Nov 10, 2021 2:47 pm
I'm going to update mohoscripting.com soon for all new changes, but to answer your question for now I can say that the following methods were removed in 13.5.2:
thank you stan.
