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 f44626f501 - Show all commits

View File

@ -0,0 +1,9 @@
# Remap Tools
This directory contains a script that resyncs any files older than one day and saves the file. The script requires two arguments:
1. The path to the project
2. the argument `--exec` followed by the path to the blender executable
## Usage
1. Enter remap directory `cd blender-studio-pipeline/scripts/resync_blends`
2. Run `./run_resync_blends.py /data/your_project_name/ --exec /home/user/blender/bin/blender`