Skip to content

Commit 1f508f6

Browse files
last patches for a 1.3 as used in windows already. Qtcore in
makehuman.py does not work with installer without Qt installed.
1 parent 364c6df commit 1f508f6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
-190 KB
Loading
-278 KB
Binary file not shown.

makehuman/makehuman.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
import re
4343
import subprocess
4444

45-
from PyQt5 import QtCore
45+
#from PyQt5 import QtCore
4646

4747
## Version information #########################################################
48-
__version__ = "1.2.1" # Major, minor and patch version number
48+
__version__ = "1.3.0" # Major, minor and patch version number
4949
release = False # False for nightly
5050
versionSub = "alpha" # Short version description
5151
meshVersion = "hm08" # Version identifier of the basemesh

0 commit comments

Comments
 (0)