seregasss435
Участник
- Сообщения
- 142
- Реакции
- 9
вот по ссылке все и написано
Бьюсь головой в перевод:
However, they also gave the ability to load and remove actions from .aia action files. Your .aia file just needs to be somewhere and app.loadAction() can read it right into the Actions panel. Same with app.unloadAction(setName, actionName) - where (thanks to qwertyfly) using (setName, "") an empty string argument for the action name will remove the entire set. And when you try to remove an action that does not exist, well, it throws an error - which is how you can check for making absolutely sure that an action set is completely removed.
И не могу понять в полной мере это что с помощью команды app.loadAction() можно загрузить с диска на панель действия экшен а потом необходимо его удалять. Если так то какой синтаксис, какой код должен быть? Разъясните пожалуйста