fix CLI output and remove fake users from actions

This commit is contained in:
Nathan
2025-09-10 11:33:02 -06:00
parent 1e8dacddc8
commit 8f3c8e5e2d
3 changed files with 658 additions and 1 deletions

View File

@@ -80,7 +80,7 @@ if exist "!TEMP_SCRIPT!" (
REM Run Blender to process the dragged files
echo Processing dragged .blend files...
echo Using script: !TEMP_SCRIPT!
blender --background --factory-startup --python "!TEMP_SCRIPT!" -- %* > blender_output.txt 2^>^&1
blender --background --factory-startup --python "!TEMP_SCRIPT!" -- %* 2^>^&1 | powershell -NoProfile -Command "$input | Tee-Object -FilePath 'blender_output.txt'"
REM Clean up temporary script
echo Cleaning up temporary script...