finish adapt old structure

- Removed Mocap 1 Recording 2 Export Subfolders
- Relinked NewDaily to Renders
- NewDaily no longer references MoveToCurrent
This commit is contained in:
2025-08-08 16:54:18 -06:00
parent fff79dd943
commit ace07f6643
3 changed files with 70 additions and 7 deletions

View File

@@ -31,10 +31,6 @@ mkdir "%projectRoot%\Blends\stills\img-BG"
:: Create Deliverable structure
mkdir "%projectRoot%\Deliverable\"
:: Create Mocap structure
mkdir "%projectRoot%\Mocap\1 Recording"
mkdir "%projectRoot%\Mocap\2 Export"
:: Create Pr structure
mkdir "%projectRoot%\Pr\RnR\RIFE"
@@ -45,6 +41,10 @@ mkdir "%projectRoot%\Reference\VO clips"
:: Add project root additions
if not exist "%projectRoot%\Renders" mkdir "%projectRoot%\Renders"
:: Place helper scripts into Renders
if exist "%CD%\NewDaily.bat" copy /Y "%CD%\NewDaily.bat" "%projectRoot%\Renders\NewDaily.bat" >nul
if exist "%CD%\UpdateSequences.bat" copy /Y "%CD%\UpdateSequences.bat" "%projectRoot%\Renders\UpdateSequences.bat" >nul
:: Create Translations Google Drive shortcut
echo [InternetShortcut] > "%projectRoot%\Reference\Translation Scripts\Translations Google Drive.url"
echo URL=https://drive.google.com/drive/folders/1lND5207vl-qf5RbTQ2eejeXJCc4r5rUo >> "%projectRoot%\Reference\Translation Scripts\Translations Google Drive.url"