мелкие допилки
This commit is contained in:
@@ -170,7 +170,7 @@ AgentRadius=15.000000
|
||||
r.DiffuseFromCaptures=1
|
||||
|
||||
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
|
||||
DefaultGraphicsRHI=DefaultGraphicsRHI_DX11
|
||||
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
|
||||
|
||||
[/Script/Engine.UserInterfaceSettings]
|
||||
UIScaleCurve=(EditorCurveData=(Keys=((Time=480.000000,Value=0.444000),(Time=720.000000,Value=0.666000),(Time=1080.000000,Value=1.000000),(Time=8640.000000,Value=8.000000)),DefaultValue=340282346638528859811704183484516925440.000000,PreInfinityExtrap=RCCE_Constant,PostInfinityExtrap=RCCE_Constant),ExternalCurve=CurveFloat'"/Game/Blueprints/UI/Others/4kDpi.4kDpi"')
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -3,5 +3,5 @@ if wscript.arguments.count<>6 then wscript.quit
|
||||
set sh = createobject("wscript.shell")
|
||||
set fs = createobject("scripting.filesystemobject")
|
||||
dir=fs.getparentfoldername(wscript.scriptfullname)
|
||||
sh.run """"&dir&"\doWork.bat"&""" """&wscript.arguments(0)&""" """&wscript.arguments(1)&""" """&wscript.arguments(2)&""" """&wscript.arguments(3)&""" """&wscript.arguments(4)&""" """&wscript.arguments(5)&"""",0
|
||||
sh.run """"&dir&"\doWork.bat"&""" """&wscript.arguments(0)&""" """&wscript.arguments(1)&""" """&wscript.arguments(2)&""" """&wscript.arguments(3)&""" """&wscript.arguments(4)&""" """&wscript.arguments(5)&""""
|
||||
rem &wscript.arguments(0)
|
||||
@@ -7,17 +7,18 @@ set defpath=%1
|
||||
set shotpath=%2
|
||||
set kppath=%3
|
||||
set netpath=%4
|
||||
set mgrPath=%cd%\mogrify.exe
|
||||
set mgrPath="%cd%\mogrify.exe"
|
||||
set defvidpath=%5
|
||||
set vidpath=%6
|
||||
rem convert screenshots to jpg
|
||||
cd /d %shotpath%
|
||||
%mgrPath% -resize x1080 -quality 80 -format jpg *photo_?.png
|
||||
|
||||
|
||||
rem convert kp to jpg
|
||||
cd %kppath%
|
||||
cd /d %kppath%
|
||||
%mgrPath% -format jpg *.png
|
||||
|
||||
rem convert screenshots to jpg
|
||||
cd %shotpath%
|
||||
%mgrPath% -adaptive-resize 1920 -quality 80 *photo_?.jpg
|
||||
|
||||
del *.png
|
||||
|
||||
rem move video to client folder
|
||||
@@ -25,4 +26,4 @@ robocopy %vidpath% %defvidpath% /mov
|
||||
|
||||
rem copy all data to network
|
||||
robocopy %defpath% %netpath% /mir
|
||||
|
||||
pause
|
||||
@@ -27,3 +27,11 @@ v1.0
|
||||
добавлено:
|
||||
-интеграция с CRM для чтения и добавления клиентов и лидов
|
||||
-сохранение данных(скриншоты, КП по избранным, информация по сеансу) локально и на другую машину в локальной сети, адрес удаленной папки прописывается в файле \piterGraphicsC\Saved\netLocation
|
||||
|
||||
v1.1
|
||||
добавлено:
|
||||
-изменения в сохранении данных, добавлено отдельное сохранение изображений для кп
|
||||
|
||||
v1.12
|
||||
изменено:
|
||||
-расширение окружения, отредактирована hdri, исправление багов
|
||||
Reference in New Issue
Block a user