Changed Git and Conversion

Changed the Git install so it doesn't exit if you pressed no if you already had it installed.
Changed the conversion: It asks to convert a model. If user agrees, it converts using Python. If not, it skips. On conversion failure, it reverts to original model.
Removed some testing pauses and added some echo. for easier readability.
This commit is contained in:
arroyoquiel 2023-04-09 05:04:10 -06:00 committed by GitHub
parent b0d8078c49
commit b87009d2f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -255,7 +255,6 @@ echo.
echo The model file (!modelPath!) has been converted to the new format.
goto END
pause
:CANCEL_CONVERSION
echo.
echo Conversion cancelled. Skipping...