Commit Graph

15444 Commits

Author SHA1 Message Date
Yorik van Havre
91bb88fe18 add App.Units.setSchema() python method 2018-12-18 11:01:35 -02:00
Yorik van Havre
2557f07cbe Draft: minor bugfix 2018-12-18 11:01:14 -02:00
Yorik van Havre
56aba4c9d9 Arch: Allow to not zoom fit after importing IFC files 2018-12-18 11:00:56 -02:00
Abdullah Tahiri
c43adafb12 Sketcher: Respect general autoconstraints setting on sketch creation
====================================================================

fixes #3727

https://www.freecadweb.org/tracker/view.php?id=3727

https://forum.freecadweb.org/viewtopic.php?f=3&t=32761
2018-12-17 18:44:56 +01:00
Abdullah Tahiri
64cd6a9082 remove experimental string from VBO and sketcher continue mode 2018-12-17 18:01:52 +01:00
wmayer
bf1603b388 improve mesh validation functions 2018-12-17 16:14:28 +01:00
Yorik van Havre
5213f26846 Draft: Fixed tolerance problem in snapping to intersections 2018-12-17 12:58:21 -02:00
Yorik van Havre
175566d551 Arch: Fixed remaining bugs in Schedule - Fixes #3590 2018-12-17 12:24:27 -02:00
Yorik van Havre
eb04b8ef0c Arch: Fixed incomplete last commit 2018-12-17 11:24:33 -02:00
Yorik van Havre
ea885fb650 Arch: Stored if preferences pages are loaded or not 2018-12-17 11:22:20 -02:00
Yorik van Havre
223eb6864c Draft: Fixed wrong formatting of DXF importer url 2018-12-17 11:06:10 -02:00
Bernd Hahnebach
08ce5a6123 FEM: objects module, add vtk post processing objects 2018-12-17 09:38:23 -03:00
Bernd Hahnebach
41e56ef9d0 FEM: unit tests, add FEM_VTK check and reactivate vtk mesh test 2018-12-17 09:38:23 -03:00
George Shuklin
ef34dd3a4f Include getSVG.py into Draft_SRCS 2018-12-17 09:37:51 -03:00
George Shuklin
8701a4d898 made getLineStyle to accepts scale parameter 2018-12-17 09:37:51 -03:00
George Shuklin
dc8d8fdb44 move getDiscretized and getPattern outside of getSVG() 2018-12-17 09:37:51 -03:00
George Shuklin
e1eae5e114 move getProj outside of getSVG, make 'plane' explicit. 2018-12-17 09:37:51 -03:00
George Shuklin
615d81fda3 Move getLineStyle to a separate function 2018-12-17 09:37:51 -03:00
George Shuklin
6ee6c677c6 Move getSVG into a separate file to further refactoring.
All internal dependencies (getrgb, getType) are reimported.
2018-12-17 09:37:51 -03:00
wmayer
b530c7e576 include cmath header for definition of M_PI 2018-12-17 10:04:10 +01:00
wmayer
766383d411 fixes 0003726: Property Editor Angle Fields Do Not Respect Units 2018-12-16 21:35:58 +01:00
wmayer
583aea5aec fixes 0003732: Menu groups in Draft menu are not translated even though translated strings exist 2018-12-16 17:20:26 +01:00
wmayer
fec487dc7f fix translate() function for Py2 & Qt5 2018-12-16 16:25:25 +01:00
wmayer
c7883cd3cd fixes 0003733: FEM workbench menus are not translatable 2018-12-16 12:55:10 +01:00
wmayer
5a028e4578 fixes 0003734: Image Scaling tooltip is untranslatable and should be reworded 2018-12-16 11:15:06 +01:00
wmayer
fd050c6f1d minor changes 2018-12-15 21:43:37 +01:00
Abdullah Tahiri
57b7142cd7 Sketcher: Do not recompute on geometry deletion
fixes #3642
2018-12-15 16:38:54 +01:00
Bernd Hahnebach
cc0ea5571e FEM: unit tests, deactivate vtk mesh test, because travis runs without vtk 2018-12-14 22:53:48 +01:00
Bernd Hahnebach
150bcfcd77 FEM: mesh api, import of Abaqus inp mesh file with Fem API 2018-12-14 22:51:39 +01:00
Bernd Hahnebach
b441c0d3e8 FEM: mesh api, import of z88 mesh file with Fem API 2018-12-14 22:51:39 +01:00
Bernd Hahnebach
fffd4d49c4 FEM: unit tests, add tetra10 vtk mesh read and write test 2018-12-14 22:51:39 +01:00
Bernd Hahnebach
3e247b32dc FEM: in out moduels, use print log instead of print message 2018-12-14 22:51:38 +01:00
Bernd Hahnebach
1421b35b83 FEM: ccx tools, print error message if user trys to run ccx in test mode 2018-12-14 22:51:38 +01:00
wandererfan
be23cf133a Revert Erroneous Change to parser
- ExpressionParser.y changed in error by commit
  00e6376c.  Regen ExpressionParser.tab.c and
  lex.ExpressionParser.c
2018-12-14 19:30:49 +01:00
Abdullah Tahiri
7acdd87bf2 fixes #3724 2018-12-14 19:26:30 +01:00
Yorik van Havre
0c886a479a Draft: Fixed wrong placement of edit dots in Draft Stretch 2018-12-14 16:06:31 -02:00
Yorik van Havre
981b158228 Draft: Fixed nearest snap not snapping to the working plane when required 2018-12-14 13:22:32 -02:00
Yorik van Havre
497b85f68c Arch: Fixed merged same-color IfcSurfaceStyles in IFC export 2018-12-14 13:21:47 -02:00
wmayer
fa658f2f3b prepare for OCCT 7.3.1 2018-12-14 15:51:10 +01:00
Gauthier
5d5c4eb046 Fix forget to add new postprocessor grbl_G81 in CMakeLists 2018-12-14 08:52:35 -03:00
Yorik van Havre
144fee0915 Draft: updated minimal version of dxf library to include py3 fixes 2018-12-13 22:50:25 -02:00
Bernd Hahnebach
44e8f9e9bf FEM: unit tests, reactivate new z88 mesh reader test and mesh reading 2018-12-13 23:21:54 +01:00
Bernd Hahnebach
a41d7a7398 FEM: Py3 fix, do not open file in binary mode if writing strings 2018-12-13 23:21:54 +01:00
wmayer
60581cff90 prepare for OCCT 7.3.1 2018-12-13 23:10:10 +01:00
wmayer
729b9e7afa add missing headers, prepare for OCCT 7.3.1 2018-12-13 23:08:48 +01:00
wmayer
9683abfc36 improve mesh healing functions 2018-12-13 17:31:21 +01:00
DeepSOIC
3b2c3b1d99 PartGui: fix typo in pop-up message
spotted by @bitacovir in crowdin:
https://crowdin.com/translate/freecad/563/en-hu#6513090
2018-12-13 09:02:22 -03:00
Gauthier
72c4bd3484 First version of grbl_G81_post.py 2018-12-13 09:01:52 -03:00
Bernd Hahnebach
5dee2fdfb3 FEM: unit tests, temporary deactivate new z88 mesh reader test and mesh reading 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
ce75653955 FEM: unit tests, rename test tools to utils to distinguish between test modules 2018-12-12 08:47:33 -03:00