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 9a87a6b116 - Show all commits

View File

@ -0,0 +1,8 @@
#!/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"