luzpaz
5973d8d67e
Part: typos
2017-12-25 11:03:11 +01:00
Bernd Hahnebach
4cf205995c
Part: BOPTools and CompoundFilter, remove not needed overwrting of setEdit and unsetEdit which prevents some C++ sedEdit modes to work
2017-03-20 10:59:02 -03:00
DeepSOIC
cbf96d83a9
Part.BOPTools: fix wire making
...
Use Part.sortEdges instead of Part.getSortedClusters. Thanks
@realthunder!
2017-03-14 02:07:07 +03:00
DeepSOIC
a603402dc0
Part.BOPTools: drag-drop support
...
Drag-drop support for Connect, BooleanFragments and XOR.
2017-03-14 01:51:50 +03:00
looooo
1caeadb4ab
py3: Part: BOPTools:
...
to make the BOPTools available in python3 the way to import these tools had to be changed:
old: ```from Part import BOPTools``` -> new: ```import BOPTools```
this is also changed for python2
2017-03-01 17:12:49 +01:00
looooo
44e497f093
python3: neutral fixes
2017-01-14 19:22:15 +01:00
Lorenz Hüdepohl
be23f8654b
Fix non-GUI usage in BOPTools
...
Only define the translation related functions if the GUI is up
2017-01-06 18:25:56 +01:00
Yorik van Havre
34a511174f
BOPTools: Fix to work without the GUI
2016-12-28 17:00:59 -02:00
wmayer
7b631625c7
if UnicodeUTF8 is not defined use a fallback implementation of translate()
2016-12-27 20:12:39 +01:00
Bernd Hahnebach
209d96125c
Part: boolean splitt tools, remove trailing whitspaces
2016-12-21 11:27:42 -02:00
Bernd Hahnebach
780d08c007
Part: boolean splitt tools, add type property to the objects
2016-12-21 11:27:42 -02:00
Yorik van Havre
a67bdf3f9c
Doc: Further fixes to doxygen docs
2016-11-24 17:59:21 -02:00
DeepSOIC
ca4299230a
Part: add BOPTools package
...
Containing implementation of new JoinConnect, as well as new splitting
tools: BooleanFragments, Slice and XOR.
2016-07-29 14:16:54 +03:00