CMAKE_MINIMUM_REQUIRED(VERSION 2.8.10)
PROJECT (SHAPER)
-SET (SHAPER_Version 2.3.0)
+SET (SHAPER_Version 2.3.1)
SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMakeCommon" ${CMAKE_MODULE_PATH})
buttons_dir="horizontal"
label="Operation type"
tooltip="Type of boolean operation"
- string_list="Cut Fuse Common Fill Smash"
+ string_list="Cut Fuse Common Smash"
use_in_title="true"
- icons_list="icons/Features/bool_cut.png icons/Features/bool_fuse.png icons/Features/bool_common.png icons/Features/bool_fill.png icons/Features/bool_smash.png"
+ icons_list="icons/Features/bool_cut.png icons/Features/bool_fuse.png icons/Features/bool_common.png icons/Features/bool_smash.png"
default="0"
/>
<multi_selector id="main_objects"
# START DEBUG PURPOSES
# prepare a study without last operation to trap floating problem with degenerated line
-aPathToStore = os.path.join(os.getcwd(), "Data")
-print aPathToStore
-if not os.path.exists(aPathToStore):
- os.mkdir(aPathToStore)
-results = ModelAPI.StringList()
-ModelAPI.ModelAPI_Session.get().save(aPathToStore, results)
+#aPathToStore = os.path.join(os.getcwd(), "Data")
+#print aPathToStore
+#if not os.path.exists(aPathToStore):
+# os.mkdir(aPathToStore)
+#results = ModelAPI.StringList()
+#ModelAPI.ModelAPI_Session.get().save(aPathToStore, results)
# END DEBUG PURPOSES
b4 = body_4()