【AE脚本】设置所有渲染队列的输出文件夹

/**
 * Set the output file for all outputmodules for all items in the renderque
 * https://github.com/ff6347/after-effects-script-snippets/blob/master/set-om-location.jsx
 * @return {[type]} [description]
 */

 var main = function() {
    var p = app.project;
    var rq = p.renderQueue; //定义渲染队列
    var targetFolder = Folder.selectDialog('选择输出文件夹'); //定义输入文件夹
    if (targetFolder === null) {
      return;
    }

    //遍历
    app.beginUndoGroup('Set OM output location');
    for (var i = 1; i 

 

给TA充电
共{{data.count}}人
人已充电
AE开发脚本开发

【AE脚本】基于选择顺序 把图层首尾相连

2021-9-4 1:15:40

AE开发脚本开发

【AE脚本】选择一个图层的所有蒙版

2021-9-4 1:34:37

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
今日签到
搜索