You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here I have a psd file, i want to replace the text in the smart layer
I have completed half of the script with the help of other issus and documents
import photoshop.api as ps
App = ps.Application()
doc = App.load('*.psd')
a = App.stringIDToTypeID("placeLayerEditContents")
b = ps.ActionDscriptor()
App.executeAction(a,b)
now I open the smart object, but i have no idea to change the text in the opened smart object, how to seleted the opened smart object layer,? And how to change the text in the opened smart object layer ?
The text was updated successfully, but these errors were encountered:
Here I have a psd file, i want to replace the text in the smart layer
I have completed half of the script with the help of other issus and documents
import photoshop.api as ps
App = ps.Application()
doc = App.load('*.psd')
a = App.stringIDToTypeID("placeLayerEditContents")
b = ps.ActionDscriptor()
App.executeAction(a,b)
now I open the smart object, but i have no idea to change the text in the opened smart object, how to seleted the opened smart object layer,? And how to change the text in the opened smart object layer ?
The text was updated successfully, but these errors were encountered: