Skip to content

Commit 1a52406

Browse files
committed
Version update
1 parent 479cc0f commit 1a52406

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

DazStudioPlugin/DzRobloxAction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1631,7 +1631,7 @@ bool DzRobloxAction::executeBlenderScripts(QString sFilePath, QString sCommandli
16311631
QByteArray qa = pToolProcess->readLine();
16321632
QString sProcessOutput = qa.data();
16331633
sProcessOutput = sProcessOutput.replace("\n", "");
1634-
dzApp->log("BLENDER: " + sProcessOutput);
1634+
//dzApp->log("BLENDER: " + sProcessOutput);
16351635
progress->setCurrentInfo("BLENDER: " + sProcessOutput);
16361636
}
16371637
// if timeout reached, then terminate process
-165 KB
Binary file not shown.

DazStudioPlugin/real_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#pragma once
22

3-
#define PRODUCT_VERSION_STRING "2024 version 1.29"
3+
#define PRODUCT_VERSION_STRING "2024 version 1.30"
44
#define VER_MAJOR 2024
55
#define VER_MINOR 1
6-
#define VER_REV 29
7-
#define VER_BUILD 392
6+
#define VER_REV 30
7+
#define VER_BUILD 405
88

99
#define TOSTRING(x) #x
1010
#define VERSION_STRING TOSTRING(VER_MAJOR) "." TOSTRING(VER_MINOR) "." TOSTRING(VER_REV) "." TOSTRING(VER_BUILD)

0 commit comments

Comments
 (0)