Commit Graph

10422 Commits

Author SHA1 Message Date
DeepSOIC
1ee6dcf75e PartPesign: Py: expose some methods of ViewProvider
* setBodyMode(bool)
* makeTemporaryVisible(bool)
2017-03-04 19:16:39 -03:00
DeepSOIC
0160478242 PartDesign: add ViewProviderPython
+ bind PartDesign::Feature to PartDesign::ViewProvider, and adjust
viewprovider of PartDesign::FeaturePython accordingly.
2017-03-04 19:16:39 -03:00
DeepSOIC
722ffe5ecb PartDesign: update primitives to use PartDesign::FeaturePy 2017-03-04 19:16:39 -03:00
DeepSOIC
d9c803ffce PartDesign: add FeaturePython
Opens a window to extend PartDesign with Python
2017-03-04 19:16:39 -03:00
Yorik van Havre
271bc7450e Draft: Fixed Shape2DView's Cut Face mode bug when cutting through multi solids 2017-03-04 16:08:52 -03:00
Bruce Lacey
8f5c7b447a Use new FreeCAD/freecad homebrew formula API for Qt4 & Qt5 (#590) 2017-03-04 10:37:24 -08:00
Jean-Marie Verdun
f66307e4ba Disable pyra13 output within UNV file, as this element is not officially supported
by this file format.

Fix bug 2649
2017-03-04 13:10:14 -03:00
Jean-Marie Verdun
732bd85c47 Properly fix the Tetrahedron node ordering with VTK. This was reported into
PR #203 back this summer 2016. A memory overwrite is happening if the enum are not
properly sized
2017-03-04 13:10:14 -03:00
Kunda
19f8fd4c10 source typo fixes pt5
+ cleaning up some more non-short-URLs
Issue #2914
2017-03-04 13:07:13 -03:00
joha2
d751423dbd FEM: fenics xml mesh format, add mesh import 2017-03-04 13:02:11 -03:00
Yorik van Havre
2f93571c46 Fixed python3 mistake in main cmake file 2017-03-04 12:59:48 -03:00
Yorik van Havre
cafd49d62e Fixed another typo 2017-03-03 21:39:48 -03:00
wmayer
404debb9f2 Merge branch 'master' of https://github.com/FreeCAD/FreeCAD 2017-03-03 22:38:19 +01:00
Jean-Marie Verdun
569f2636bd Move glortho2d to GLKMatrix4MakeOrtho as to avoid Deprecated Warning on Mac OS 2017-03-03 22:37:23 +01:00
wwmayer
09510f0014 Merge pull request #583 from triplus/Font-size
Configurable coordinate info font size in Sketcher
2017-03-03 22:25:56 +01:00
wwmayer
0d7a8e1c1d Merge pull request #582 from kkremitzki/sketch_hex_fix
Fix hexagon creation error
2017-03-03 21:47:37 +01:00
triplus
288239c443 Configurable coordinate info font size in Sketcher
Useful on HiDPI displays and occasionally requested feature on the forum.
2017-03-03 19:27:10 +01:00
Kurt Kremitzki
fa472ec075 Fix hexagon creation error 2017-03-03 11:17:37 -06:00
Yorik van Havre
624ac0d4df Removed wrong typo fix 2017-03-03 13:42:06 -03:00
wmayer
adca327b34 add 'no shading' and 'hidden line' styles 2017-03-03 16:41:38 +01:00
looooo
81884f787a py3: gathering diff for CMakeList.txt
fe96347c28039e97a0acdc37f7df9861ffc96eda
33073603bd3b20a2debb9444a7247266f658baaa
6400fcca2cb8f5fde95013d4de97c2c45f3bb4e7
7c50633c8efc6d65d96f1b6f820c89320eabe1dc
2017-03-03 12:06:42 -03:00
Priit Laes
4db04840b1 python: We only support 2.7.x
Python 2.7 is currently the only upstream-supported 2.x version.
Python 2.6 is not supported by upstream since 2013 and there will be no 2.8
2017-03-03 12:06:42 -03:00
Bruce B. Lacey
61658e60ad Qt5: Enabled HiDPI scaling and Use HiDPI Qt Pixmaps
* Enable HiDPI scaling on displays that support it
    on Qt 5.6 and later
  * Enable HiDPI Pixmaps on Qt 5.1 and later
2017-03-03 11:58:38 -03:00
Bernd Hahnebach
69a9a0ca61 FEM: examples, update them to the updated result object with folw results 2017-03-03 11:54:25 -03:00
Bernd Hahnebach
e9e09a5fa4 FEM: make object module, sort methods by name 2017-03-03 11:54:25 -03:00
Bernd Hahnebach
8afbd2b81e FEM: result task panel, add Fem to module name 2017-03-03 11:54:25 -03:00
Bernd Hahnebach
85bfe10485 FEM: FEM mesh 2 mesh command, make name fit in FEM name system 2017-03-03 11:54:25 -03:00
Bernd Hahnebach
8411d03de5 FEM: command modules, add Fem to file and class name 2017-03-03 11:54:25 -03:00
Bernd Hahnebach
f5c717b771 FEM: mesh clear command, make name fit in FEM name system 2017-03-03 11:54:25 -03:00
Bernd Hahnebach
f19481b083 FEM: mesh print info command, make name fit in FEM name system 2017-03-03 11:54:25 -03:00
Bernd Hahnebach
11166f971e FEM: result show command, make name fit in FEM name system 2017-03-03 11:54:25 -03:00
Bernd Hahnebach
dc39edd9a5 FEM: results purge command, make name fit in FEM name system 2017-03-03 11:54:25 -03:00
Bernd Hahnebach
ef0a253f4e FEM: solver control command, make name fit in FEM name system 2017-03-03 11:54:25 -03:00
Bernd Hahnebach
8cf0001e97 FEM: solver run command, make name fit in FEM name system 2017-03-03 11:54:25 -03:00
Bernd Hahnebach
fb833d4a8a FEM: code formating, use better variable name in the regard of codespell tool 2017-03-03 11:54:25 -03:00
ml
886ba74bfd Fixed G2/3 command generation for flipped arcs. 2017-03-03 11:52:42 -03:00
ml
ad8cc9b07b Using fuzzy comparison for half circle detection. 2017-03-03 11:52:42 -03:00
wmayer
450e3d8383 use consistent display mode names 2017-03-03 14:25:16 +01:00
wmayer
f560398f30 add boolean parameter to MeshKernel::AddFacets to disable check for manifold edges of new faces 2017-03-02 22:33:38 +01:00
wmayer
24793f0d82 fix doc strings, replace label with check box in export panel 2017-03-02 21:55:04 +01:00
Ian Rees
da0f810282 Avoid empty meshes. Improve object type detection. 2017-03-02 17:41:14 +01:00
Ian Rees
2231baa060 Throw Python exception if format is unknown. 2017-03-02 17:41:14 +01:00
Ian Rees
095bb48c22 Tidy up. 2017-03-02 17:41:14 +01:00
Ian Rees
944aa01e6b Export Part and Group objects. 2017-03-02 17:41:14 +01:00
Ian Rees
e6f7c9d83c Clean up docstrings to conform to PEP 8, tidy up. 2017-03-02 17:41:14 +01:00
Ian Rees
3792f259d3 Add setting to export compressed/uncompressed AMFs 2017-03-02 17:41:14 +01:00
Ian Rees
e178d93c61 Added some metadata to exported AMF 2017-03-02 17:41:14 +01:00
Ian Rees
0bd3e5d4ab Added AMF compression. Works with Cura, not Slic3r 2017-03-02 17:41:14 +01:00
Ian Rees
0b76013a0c Renamed AmfExport.(h|cpp) to Exporter.(h|cpp) 2017-03-02 17:41:14 +01:00
Ian Rees
3eefe3e8ba Refactoring mesh export code 2017-03-02 17:41:14 +01:00