Commit Graph

406 Commits

Author SHA1 Message Date
sliptonic
7532011104 Path: remove obsolete code from cmake
also refactored depthparams and fixes to depths
on various operations
2017-06-28 21:46:44 +02:00
sliptonic
ae29107aa9 path: more collision support
Made depthparams an iterable.
2017-06-28 21:46:44 +02:00
sliptonic
a6aebe8571 Path: unsetEdit support 2017-06-28 21:46:44 +02:00
sliptonic
b34815746e Path: adding cancel buttons to operations 2017-06-28 21:46:44 +02:00
sliptonic
88fe33b0b3 Path: cleanup and add collision 2017-06-28 21:46:44 +02:00
wmayer
70c71505bb fix cyclic dependency with Py2 import 2017-06-28 21:37:34 +02:00
looooo
302469ceef path_script py3-fixes 2017-06-26 22:30:51 +02:00
Markus Lampert
9626ee24f6 Fixed deletion of dressup - clearing child object pointer prevents Tree from moving it to the root of the tree. 2017-06-26 11:10:15 -03:00
Markus Lampert
22fa9a7cc7 Fixed job dialog commit. 2017-06-26 11:10:15 -03:00
Markus Lampert
5e4533c959 Removing dependency on lxml - fixed some bugs on deleting a job and all it's sub components. 2017-06-21 11:41:35 -07:00
Markus Lampert
edd63bec4a Fixed contour setting the visibility although there is no ViewObject associated with it. 2017-06-21 11:41:35 -07:00
Markus Lampert
05add01cb4 Disabling tags if the cannot generate commands. 2017-06-21 11:41:35 -07:00
Markus Lampert
659d98eca5 Added wating_effects for holding tag generation - big improvement. 2017-06-21 11:41:35 -07:00
Markus Lampert
074d012ec3 Moved all post/pre processor into their own directory. 2017-06-21 11:41:35 -07:00
Markus Lampert
a0d3d020eb Proper taskk panel cleanup on escape. 2017-06-21 11:41:35 -07:00
Markus Lampert
25d5c49577 Fixed post processor loading. 2017-06-21 11:41:35 -07:00
Markus Lampert
00ec9b617c Allow multiple holding tags to be added - until user hits Esc or presses the Done button. 2017-06-21 11:41:35 -07:00
Markus Lampert
efba956711 Changed marker spheres to have constant size regardless of view scale. 2017-06-21 11:41:35 -07:00
Markus Lampert
25d3c839c1 Made holding tags tolerant to panelsheet base objects. 2017-06-21 11:41:35 -07:00
Markus Lampert
7a381ed7d0 Switched solid detection to blacklisting instead of whitelisting. 2017-06-21 11:41:35 -07:00
Markus Lampert
40c92e49ee Removed questionable log message. 2017-06-21 11:41:35 -07:00
Markus Lampert
a8390445d2 Fixed spindle speed limitation in UI and template restore. 2017-06-21 11:41:35 -07:00
Markus Lampert
61b0a8b809 Changed empty template selection to '<none>'. 2017-06-21 11:41:35 -07:00
Markus Lampert
1ce3b242f2 Added solid detection and consolidated PathJob Base selection option (removed empty option). 2017-06-21 11:41:35 -07:00
Markus Lampert
71f03bd0bd Added support for PanelSheets. 2017-06-21 11:41:35 -07:00
Markus Lampert
3ac13a1e31 Some cleanup and refactoring. 2017-06-21 11:41:34 -07:00
Markus Lampert
f489bce6b1 Added Job attributes to the template. 2017-06-21 11:41:34 -07:00
Markus Lampert
c121c6c0f7 Added template selection and preference integration to job creation dialog. 2017-06-21 11:41:34 -07:00
Markus Lampert
53bb8be7fd Added file dialog to job export. 2017-06-21 11:41:34 -07:00
Markus Lampert
e6c2f7a356 Added file path and job template to preferences. 2017-06-21 11:41:34 -07:00
Markus Lampert
4704437136 Made job creation sequence a bit nicer. 2017-06-21 11:41:34 -07:00
Markus Lampert
c7a6670362 Simple job initialisation from template xml file. 2017-06-21 11:41:34 -07:00
Markus Lampert
05274273e9 Added export of job template - fixed output file. 2017-06-21 11:41:34 -07:00
Markus Lampert
fb5ca9d77b Renamed LoadTool to ToolController. 2017-06-21 11:41:34 -07:00
Markus Lampert
a22b314a99 Replaced Tooltable with Tool in the TC;
Added PropertyTool;
Fixed sanity check.
2017-06-21 11:41:34 -07:00
looooo
f1bdd58c74 py3: fix some simple incompapilities
issue 0000995
2017-06-21 11:25:30 +02:00
wmayer
0f199064f3 only change view provider stuff when GUI is up 2017-06-20 12:16:05 +02:00
sliptonic
5305247140 Path: fix potential crash bug. 2017-06-18 17:32:16 +02:00
Itai Nahshon
b5a82693ce Use the current UnitsSchema for the tool table. 2017-06-18 17:11:49 +02:00
Peter Lama
ce95183fad Path: py3 fixes
Needed for unit tests to pass
2017-06-18 16:33:20 +02:00
sliptonic
b28ed1de02 Path: Contour works on clones and other objects with proxy and shape. 2017-06-15 14:42:30 -03:00
sliptonic
d27870e7e3 Path: disable diameter checking in Drilling
I'm turning this off for now.  tolerance
problems are making it less than useful.
2017-06-15 14:42:30 -03:00
sliptonic
6da8c1ba94 Path: added a hidden property to store the areaparams
Useful for debugging.
2017-06-15 14:42:30 -03:00
sliptonic
239514e825 Path: fix bug in drilling
hemispherical faces have an odd edge that doesn't have a Curve attribute.
2017-06-15 14:42:30 -03:00
sliptonic
91551520e8 Path: usecomp setting toggles the availability of the side property 2017-06-15 14:42:30 -03:00
sliptonic
7e573aba5a Path: first experiments with collision detect 2017-06-15 14:42:30 -03:00
sliptonic
f23f728a75 Path: remove Pocket OCC algorithm 2017-06-15 14:42:30 -03:00
sliptonic
a8195c752b Path: bug fixes 2017-06-15 14:42:30 -03:00
Pekka Roivainen
0e9a3c48cb Path: Add PathDressupRampEntry.py to CMakeList 2017-06-12 11:32:29 +02:00
Pekka Roivainen
527700b60d Path: PathArray support for Polar and 2D arrays 2017-06-11 17:49:38 +02:00