blend script working
This commit is contained in:
@@ -95,6 +95,7 @@ REM Run Blender to process the dragged files
|
||||
echo Processing dragged .blend files...
|
||||
echo Using script: !TEMP_SCRIPT!
|
||||
echo Search path: !search_path!
|
||||
del /f /q "blender_output.txt" 2>nul
|
||||
blender --background --factory-startup --python "!TEMP_SCRIPT!" -- %* 2^>^&1 | powershell -NoProfile -Command "$input | Tee-Object -FilePath 'blender_output.txt'"
|
||||
|
||||
REM Clean up temporary script
|
||||
|
||||
Reference in New Issue
Block a user