- fixed a small issue in the Panelization Tool that blocked the usage of a Geometry object as panelization reference

This commit is contained in:
Marius Stanciu
2020-06-05 04:09:29 +03:00
committed by Marius
parent bfdaa73798
commit fb602d6f9b
3 changed files with 7 additions and 5 deletions

View File

@@ -162,7 +162,8 @@ class App(QtCore.QObject):
# ###############################################################################################################
# ################################### Version and VERSION DATE ##################################################
# ###############################################################################################################
version = 8.993
version = "Unstable Version"
# version = 8.993
version_date = "2020/06/05"
beta = True