Commit Graph

11917 Commits

Author SHA1 Message Date
Markus Lampert
9851b43df9 Comment explaining the local implementation of snapper mouse move 2017-11-01 10:39:07 -02:00
Markus Lampert
e0197fb6ea Fixed holding tags snapper interaction. 2017-11-01 10:39:07 -02:00
Markus Lampert
694cb621a3 Moved tag generation together with button box for better getpoint handling. 2017-11-01 10:39:07 -02:00
Markus Lampert
606786eeb9 Use PathGetPoint for Tags. 2017-11-01 10:39:07 -02:00
Markus Lampert
6bcbb68cbc Fixed PathSanity. 2017-11-01 10:39:07 -02:00
Markus Lampert
b35d044d16 Using vertical speed for tags. 2017-11-01 10:39:07 -02:00
Markus Lampert
0a24c0fa95 checkpoint 2017-11-01 10:39:07 -02:00
Bernd Hahnebach
9246723ad9 FEM: general prefs, use directory chooser for working dir setting 2017-11-01 10:37:25 -02:00
Wilfried Hortschitz
88fd4f4253 FEM: material task panel, repair restore of values considering locales 2017-11-01 10:37:25 -02:00
wmayer
2339d6b0be add occ library dir to PathSimulator 2017-11-01 13:19:09 +01:00
Shai Seger
eabaf52d53 PathSimulator: move all changes to branch path_simulator 2017-10-31 11:10:23 -02:00
Shai Seger
c2ad2c1fcb Fix dialog texts 2017-10-31 11:10:23 -02:00
Shai Seger
fc94e4f2f4 Solve the C++/Python type checking issue 2017-10-31 11:10:23 -02:00
Shai Seger
da6c885232 change abs to fabs (for linux compatibility) 2017-10-31 11:10:23 -02:00
Shai Seger
62cf54cc5c fix some linux compiler warnings 2017-10-31 11:10:23 -02:00
Shai Seger
6ee622b675 Fixed some non standard c++ operations. 2017-10-31 11:10:23 -02:00
Shai Seger
57f2e68746 Fix another linux compilation issue... 2017-10-31 11:10:23 -02:00
Shai Seger
88f7cc4594 Increase Fast Forward speed
Fix Linux compilation issue (hopefully)
2017-10-31 11:10:23 -02:00
Shai Seger
81011b1a50 fix bug: when pressing play again, only first operation was done. 2017-10-31 11:10:23 -02:00
Shai Seger
51f9a8674b Add 2 color stock, speed control and resolution control 2017-10-31 11:10:23 -02:00
Shai Seger
b4b7098ae1 Add sliders to task 2017-10-31 11:10:23 -02:00
Shai Seger
0fccc2b40b Add missing files and place ui file in correct location 2017-10-31 11:10:23 -02:00
Shai Seger
2004a7033c fixes after merge with upstream 2017-10-31 11:10:23 -02:00
Shai Seger
6e766deb32 integrate simulator into path workbench 2017-10-31 11:10:23 -02:00
Shai Seger
45fa948099 Initial simulation works 2017-10-31 11:10:23 -02:00
Shai Seger
84d037cc4b debugging wip 2017-10-31 11:10:23 -02:00
Shai Seger
1d47ceeaea implement ApplyCommand and SetCurrentTool 2017-10-31 11:10:23 -02:00
Shai Seger
9687b2f864 implement beginSimulation and getResultMesh 2017-10-31 11:10:23 -02:00
Shai Seger
d9c610b044 Finally! the PathSim object is visible at freecad 2017-10-31 11:10:23 -02:00
Shai Seger
0f8659fe83 add python object resistration 2017-10-31 11:10:23 -02:00
Shai Seger
5a2296ea55 initial sim engin added. initial python interface. 2017-10-31 11:10:23 -02:00
Shai Seger
2f786d2287 Add initial class 2017-10-31 11:10:23 -02:00
Shai Seger
84798a6aa6 Add generated PathSimulation Module 2017-10-31 11:10:23 -02:00
tomate44
eef61c54ff fix BSpline curves treatment in Draft.makeSketch. BSplineCurves in a wire were doubled. Don't expose internal geometries of BSplineCurves of a wire to keep sketch lighter. 2017-10-30 18:13:32 +01:00
tomate44
0627fed2ee add ArcOfEllipse to DraftGeomUtils.orientEdge 2017-10-30 17:30:44 +01:00
tomate44
c384b9908b add BSpline support to Draft.makeSketch 2017-10-30 14:02:49 -02:00
PLChris
339dd6b6a1 Fixing security error on MacOS for AddonManager, see https://forum.freecadweb.org/viewtopic.php?f=3&t=24898 2017-10-30 14:01:02 -02:00
wmayer
928dfa120d fix layout in ccx preferences page 2017-10-29 19:13:06 +01:00
Yorik van Havre
c24ea6eff3 Draft/Arch: Support for Y situations in sketches - issue #3163 2017-10-27 16:41:31 -02:00
wmayer
f9485efb26 Qt5 port: Sandbox module 2017-10-26 13:12:15 +02:00
wmayer
e332bfa172 save last accessed file directly in the user parameters 2017-10-26 11:57:45 +02:00
wmayer
bc3c9b0c5d override onExtendedDocumentRestored in AttachExtension 2017-10-25 22:52:39 +02:00
wmayer
b94917fe51 add virtual method onExtendedDocumentRestored DocumentObjectExtension 2017-10-25 22:51:50 +02:00
wmayer
6a3e552657 prepare zipios++ for unicode support 2017-10-25 20:43:02 +02:00
wmayer
c2fa8d02b4 fixes #0002419: Matrix rotation and Units compatibility 2017-10-25 13:50:06 +02:00
wmayer
9ed3b11d4f fixes #0002632: Improvements to Prefs for Python 2017-10-25 12:39:06 +02:00
wmayer
5ddc000d71 add fem test for testing group behaviour of analysis object 2017-10-25 11:17:18 +02:00
looooo
5d1de6037d py3: some diff for fem with py3 2017-10-25 10:56:31 +02:00
Zheng, Lei
dd984c8881 libarea: improve arc fitting
Handle cases where the ending edge can form an arc with the starting
edge
2017-10-25 10:52:36 +02:00
wmayer
632c62cfb6 support of backward compatibility to load old fem project files 2017-10-24 20:09:35 +02:00