Skip Existing Files remains enabled internally after switching from image sequence to movie output
Environment:
After Effects 2026 26.2.1x2
Windows
Steps:
1. Set a Render Queue Output Module to TIFF/image sequence.
2. Enable "Skip Existing Files".
3. Change the Output Module to a movie format where "Skip Existing Files" is disabled in the UI.
4. Save the project.
5. Run:
aerender -project project.aep
Expected:
When "Skip Existing Files" is disabled/unavailable in the UI for movie output, it should not remain enabled internally.
Actual:
aerender logs the following warning:
WARNING: 「既存ファイルの省略」は、「シーケンス」タイプの 1 個の出力モジュールを使用する時のみ使用可能です。
This suggests that "Skip Existing Files" remains enabled internally even though the UI does not allow changing it for movie output.
Impact:
This can cause confusion in automated rendering workflows. aerender may return exit code 0 while logging this warning, so render farm systems may treat the job as successful.
Workaround:
Switch the Output Module back to TIFF/image sequence, uncheck "Skip Existing Files", then switch back to the movie format and save the project.
環境:
After Effects 2026 26.2.1x2
Windows
再現手順:
1. レンダーキューの出力モジュールを TIFF / 画像シーケンスに設定する。
2. 「既存ファイルの省略」を有効にする。
3. 出力モジュールを、UI 上で「既存ファイルの省略」が無効化されるムービー形式に変更する。
4. プロジェクトを保存する。
5. 以下を実行する:
aerender -project project.aep
期待される動作:
ムービー出力では UI 上で「既存ファイルの省略」が無効 / 使用不可になっているため、内部的にも有効な状態で残るべきではない。
実際の動作:
aerender が次の警告を出力する:
WARNING: 「既存ファイルの省略」は、「シーケンス」タイプの 1 個の出力モジュールを使用する時のみ使用可能です。
これは、ムービー出力では UI 上で変更できないにもかかわらず、「既存ファイルの省略」が内部的には有効なまま残っていることを示しているように見える。
影響:
自動レンダリングのワークフローで混乱を招く可能性がある。
aerender はこの警告を出力しつつ終了コード 0 を返す場合があり、その結果、レンダーファーム側でジョブが成功したものとして扱われる可能性がある。
回避策:
出力モジュールを一度 TIFF / 画像シーケンスに戻し、「既存ファイルの省略」のチェックを外してから、再度ムービー形式に戻してプロジェクトを保存する。
