【发布时间】:2015-10-13 18:59:25
【问题描述】:
我希望能够将 Nuke 脚本放到 Applescript 应用程序上,然后让 Nuke 脚本开始在终端中呈现。
脚本需要获取被删除项目的文件路径,将其与“nuke -xi”一起粘贴到终端窗口,然后按回车键。到目前为止我有..
on open dropped_item
get the POSIX path of dropped_item
还有……
tell application "Terminal"
if not (exists window 1) then reopen
activate
end tell
任何想法将不胜感激。
【问题讨论】:
标签: applescript nuke