Actions
src.helpers.actions.run_action(action_set: str, action: str) -> None
Runs a Photoshop action.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
action_set | str | Name of the group the action is in. | required |
action | str | Name of the action. | required |
Source code in src\helpers\actions.py
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
|