Scripts: Re-Sync Blend Files #240

Merged
Sebastian Parborg merged 8 commits from TinyNick/blender-studio-pipeline:feature/resync_all_files into main 2024-02-22 16:21:03 +01:00
Showing only changes of commit 39090dbc6c - Show all commits

View File

@ -1,8 +0,0 @@
#!/bin/bash
# Stop execution if any command fails
set -e
svn up
./run_resync_blends.py /data/gold/ --exec /home/user/blender/bin/blender
svn commit -m "[Automated] Resync files"