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
Hello.
I need to use photoshop's import data group and export data group api, but I can't find this, I have an error in photoshop js code writing.
Can you help me ? Many thanks
My code:
with Session(action="new_document") as ps:
Hello.
I need to use photoshop's import data group and export data group api, but I can't find this, I have an error in photoshop js code writing.
Can you help me ? Many thanks
My code:
with Session(action="new_document") as ps:
Import a dataset from a text file
Export the dataset with specific file naming rules
Code error:
NameError: Name importDataSets not found
AttributeError: module 'photoshop.api.constants' has no attribute 'FileNamingComponent'
The text was updated successfully, but these errors were encountered: