luz.paz
cb768d4087
Crowdin: Path/PathScripts/PathOp.py capitalize string
2019-01-19 23:31:49 -06:00
luz.paz
b7fbd7aeff
Crowdin: Path/PathScripts/PathProfileBase.py capitalize string
2019-01-19 23:31:48 -06:00
luz.paz
f86f5e9272
Crowdin: Experiment to remove obsolete translations from .ts file
...
Crowdin currently has an issue where typo strings that have been fixed in the FC source haven't been permeating in to the Crowdin UI. This maybe do to discrepency between lupdate and crowdin. This PR experiments with removing a few lingering obsolete translations in the main .ts file of the Arch and Path WBs. If this works then a follow-up PR will be made to remove all the rest of the obsolete strings.
2019-01-14 19:39:58 +01:00
cclauss
a7c0f4bc5b
Drop depencence on six module
2019-01-07 15:51:34 +01:00
cclauss
51ab27f54a
Fix file, long, raw_input, and xrange for Python 3
2019-01-07 15:42:37 +01:00
cclauss
9af7b83538
Missing import FreeCAD and/or FreeCADGui (again)
2019-01-07 12:25:27 -02:00
wmayer
2c3268f9f6
Py3: use feature detection instead of version detection
2019-01-05 13:11:04 +01:00
Markus Lampert
381f087536
Using fixed size images for qt5/4 compatibility
2019-01-05 12:30:41 +01:00
Markus Lampert
81729f6621
Setting fixed size for tool images
2019-01-05 12:30:41 +01:00
Markus Lampert
6e0a5580b8
Fixed Queue import for py3
2019-01-05 12:30:41 +01:00
Markus Lampert
cd1ebb1732
Fixed indexing dictionary keys
2019-01-05 12:30:40 +01:00
wmayer
df3853738e
fix several Py3 issues
2019-01-03 18:11:37 +01:00
wmayer
3ba0772d97
handle C++ exception in Python interface
2019-01-03 12:19:37 +01:00
luz.paz
7044147bac
Path: source comment typo fixes
...
Found via `codespell`
2018-12-27 10:22:36 -02:00
Yorik van Havre
2ea84272fd
Updated translations from crowdin
2018-12-23 13:54:30 -02:00
Markus Lampert
3969dd52aa
Use removeSplitter to get a single face for the removal shape construction.
2018-12-23 11:07:31 -02:00
Gauthier
5d5c4eb046
Fix forget to add new postprocessor grbl_G81 in CMakeLists
2018-12-14 08:52:35 -03:00
Gauthier
72c4bd3484
First version of grbl_G81_post.py
2018-12-13 09:01:52 -03:00
kreso-t
5eeff9d17f
Path: Adaptive - bugfix
...
fix for path cleaning, related to uncleared regions
2018-12-11 09:10:08 -03:00
looooo
1476caf281
py3: iteritems -> items, iterkeys -> keys
2018-12-08 11:27:22 -03:00
luz.paz
4dc201e086
Misc. typo, grammar, and whitespace fixes
...
[skip ci]
2018-11-27 15:02:58 -03:00
wmayer
f9e487e4b2
Replace Base::Exception with appropriate subclass
2018-11-14 17:47:43 +01:00
wmayer
b8ed93605d
Fix scan coverity issues:
...
CID 184299: Null pointer dereferences (FORWARD_NULL)
CID 184297: Error handling issues (UNCAUGHT_EXCEPT)
CID 184296: Uninitialized members (UNINIT_CTOR)
CID 184292: Uninitialized members (UNINIT_CTOR)
2018-11-13 13:20:16 +01:00
Zheng, Lei
f2ddb64fa1
Path.Area: minor optimization
2018-11-06 12:02:12 -03:00
Zheng, Lei
a345669b38
Path.Area: fix default parameter initialization
2018-11-06 12:02:12 -03:00
Markus Lampert
2d3f94590e
Support for step down in deburr op.
2018-11-06 12:01:18 -03:00
Markus Lampert
64addcabd9
Enable op base feature pre-selection for multiple base models.
2018-11-06 12:01:18 -03:00
Markus Lampert
e4fc276bac
Maintain stock bound box extension values across refreshs
2018-11-06 12:01:18 -03:00
Markus Lampert
fb4460e528
Added tool controller to custom op
2018-11-04 14:50:04 -03:00
Markus Lampert
fe8677fab1
Also restore position of base op when dressup is deleted.
2018-11-04 14:50:04 -03:00
Markus Lampert
bfcd21361f
Insert dressups at the same position in the operations list as the parent op is/was
2018-11-04 14:50:04 -03:00
Markus Lampert
de5b785f6e
Moved Deburr out of experimental features.
2018-11-04 14:50:04 -03:00
pekkaroi
2f2f5af4c2
Path: PathSurface task panel update
2018-11-04 14:49:21 -03:00
pekkaroi
5118118740
generalized optimization algorithm
2018-11-04 14:49:21 -03:00
pekkaroi
c40060bc20
Path: Optimize output of OCL dropcutter algo.
2018-11-04 14:49:21 -03:00
kreso-t
cd34f3d127
Path: Adaptive - set as standard feature
...
- i.e. removed from experimental features
2018-10-29 23:29:08 +01:00
kreso-t
976e804e2c
Path: Adaptive - fix for path cleaning
...
- fix for side-effect introduced by last change
(completely collinear paths were filtered out)
2018-10-29 23:29:08 +01:00
kreso-t
c2f2db8b56
Path: Adaptive - finishing path improvements
...
- fixed bug in path cleaning (artifacts on the finish path)
- increased path discretization resolution
2018-10-29 10:28:54 -03:00
Yorik van Havre
7fabfde0ef
py3 compatibility fixes
2018-10-27 16:04:51 -03:00
luz.paz
f976a4f734
Misc. typos and whitespace fixes
...
Found via `codespell -q 3 --skip="*.po,*.ts,./.git,./src/3rdParty,./src/CXX,./src/zipios++,./src/Mod/Assembly/App/opendcm" -I ../fc-word-whitelist.txt` and `grep`
2018-10-25 11:06:28 -03:00
pekkaroi
ae9786253c
PATH Fix bug on finding minimum Z on DressupRampEntry
2018-10-25 11:02:02 -03:00
kreso-t
70fef39341
Path: Adaptive - finish depth option added
...
implemented the same way as in other path area operations
reusing the PathUtils.depth_params class
2018-10-22 15:41:18 -03:00
luz.paz
125f41e3e8
Misc. typo fix
...
Found via `codespell`
2018-10-11 16:21:28 -04:00
Markus Lampert
78863e2698
Added comment about the correctness of cloning a clone - lest I not attempt to /fix/ it again
2018-10-05 11:30:45 +02:00
Markus Lampert
1a6665c0f4
Changed view providers to use Gui.Document.setEdit to start the editor for a new object.
2018-10-05 11:30:45 +02:00
kreso-t
cc0dbb58e5
Path: Adaptive - adjustments to path smoothing
2018-10-04 16:23:20 +02:00
markus
a4b0bdf33d
Fixed context menu for PathIconViewProvider
2018-10-03 16:49:26 +02:00
markus
293ac55262
Fixed path model double click
2018-10-03 16:49:19 +02:00
Markus Lampert
a7942fc3ec
Fixed path tool controller context menu
2018-10-02 09:42:52 -03:00
Markus Lampert
04568dc6ee
Cleaned up path op context menu
2018-10-02 09:42:52 -03:00