Changesets: FreeCAD

master c5e400cd

2019-06-27 17:27:12

wmayer

Details Diff
Add methods to get intersections of mesh edges, project point on edge
mod - src/Mod/Mesh/App/Core/Elements.cpp Diff File
mod - src/Mod/Mesh/App/Core/Elements.h Diff File

master ffd00190

2019-06-27 17:22:30

Kunda1


Committer: yorik Details Diff
Fix for ac2eb3 + general unifromity fix

Previous commit (ac2eb3) was incomplete. This commit fixes it. The commit also includes an general uniformity fix.
mod - src/Mod/AddonManager/Resources/AddonManager.qrc Diff File
mod - src/Mod/AddonManager/addonmanager_workers.py Diff File

master 5fb22278

2019-06-27 14:54:15

yorik

Details Diff
Arch: Removed log message in DAE exporter
mod - src/Mod/Arch/importDAE.py Diff File

master 0944d2f4

2019-06-27 11:22:14

berndhahnebach

Details Diff
FEM: flake8, lgtm, try to get them both quiet
mod - src/Mod/Fem/femguiobjects/_ViewProviderFemConstraintSelfWeight.py Diff File

master ac2eb360

2019-06-27 11:06:59

Kunda1


Committer: yorik Details Diff
[AddonManager] Add DynamicData WB Logo
mod - src/Mod/AddonManager/Resources/AddonManager.qrc Diff File
add - src/Mod/AddonManager/Resources/icons/DynamicData_workbench_icon.svg Diff File

master 251a3b1f

2019-06-26 22:20:00

berndhahnebach

Details Diff
FEM: gui objects, catch a syntax error, if the user triggers the OK button with a wrong input
mod - src/Mod/Fem/femguiobjects/_ViewProviderFemConstraintElectrostaticPotential.py Diff File

master b6fa7bd7

2019-06-26 22:01:35

berndhahnebach

Details Diff
FEM: gui objects, fix problems because off different Attribute names of part to mesh in mesh objs
mod - src/Mod/Fem/femguiobjects/_ViewProviderFemConstraintElectrostaticPotential.py Diff File
mod - src/Mod/Fem/femguiobjects/_ViewProviderFemConstraintFlowVelocity.py Diff File
mod - src/Mod/Fem/femguiobjects/_ViewProviderFemConstraintInitialFlowVelocity.py Diff File

master 441b3d51

2019-06-26 21:55:38

berndhahnebach

Details Diff
FEM: utils, add a method to get the Part to mesh
mod - src/Mod/Fem/femtools/femutils.py Diff File

master ece1b7ec

2019-06-26 19:35:46

berndhahnebach


Committer: GitHub Details Diff
FEM: gui, commands, typo the second one :-)
mod - src/Mod/Fem/Gui/Command.cpp Diff File

master c1d9087d

2019-06-26 14:57:14

wmayer

Details Diff
add method to project points on mesh
mod - src/Mod/MeshPart/App/AppMeshPartPy.cpp Diff File
mod - src/Mod/MeshPart/App/CurveProjector.cpp Diff File
mod - src/Mod/MeshPart/App/CurveProjector.h Diff File

master 916fe7ce

2019-06-25 23:28:48

wandererfan

Details Diff
[TD]Remove tracker on Cancel
mod - src/Mod/TechDraw/Gui/TaskLeaderLine.cpp Diff File

master 9a3fe1fb

2019-06-25 19:44:15

TheMarkster


Committer: wmayer Details Diff
TaskCheckGeometry -- log geometry check errors to report view Affected Issues
0004034
mod - src/Mod/Part/Gui/TaskCheckGeometry.cpp Diff File

master e0db5b62

2019-06-25 16:15:10

wmayer

Details Diff
workaround in PyCXX classes due to removed support of old-style classes
mod - src/Base/GeometryPyCXX.cpp Diff File
mod - src/CXX/Python3/ExtensionOldType.hxx Diff File

master 76953d93

2019-06-25 12:02:12

berndhahnebach


Committer: GitHub Details Diff
FEM: gui commands, typo in comment
mod - src/Mod/Fem/Gui/Command.cpp Diff File

master 0bab3933

2019-06-25 09:36:54

realthunder


Committer: wmayer Details Diff
BrowserView: fix QWebEngine focus problem
mod - src/Mod/Web/Gui/BrowserView.cpp Diff File

master 961ffce9

2019-06-25 01:42:13

TheMarkster


Committer: wmayer Details Diff
TaskCheckGeometry settings panel with runBOPCheck option Affected Issues
0004034
mod - src/Mod/Part/Gui/TaskCheckGeometry.cpp Diff File
mod - src/Mod/Part/Gui/TaskCheckGeometry.h Diff File

master 72d4c36f

2019-06-24 22:09:52

berndhahnebach

Details Diff
FEM: gmsh tools, comment not used variable
mod - src/Mod/Fem/femmesh/gmshtools.py Diff File

master 73d8b31b

2019-06-24 22:05:05

berndhahnebach

Details Diff
FEM: mesh tools, quad4, fix mesh area (this has been wrong for years :-()
mod - src/Mod/Fem/femmesh/meshtools.py Diff File

master c06178bf

2019-06-24 22:03:17

berndhahnebach

Details Diff
FEM: lgtm, red rid of unnecessary assignments
mod - src/Mod/Fem/femmesh/meshtools.py Diff File

master 79016e08

2019-06-24 22:02:21

berndhahnebach

Details Diff
Materials: code formating, flake8
mod - src/Mod/Material/Material.py Diff File

master f445e34f

2019-06-24 21:47:57

berndhahnebach

Details Diff
FEM: vtk post processing, fix result type names in linearization plot
mod - src/Mod/Fem/Gui/Command.cpp Diff File

master 499703b2

2019-06-24 21:16:54

berndhahnebach

Details Diff
FEM: gmsh mesh tools, do not use error message to print some log
mod - src/Mod/Fem/femmesh/gmshtools.py Diff File

master 5f6352c6

2019-06-24 21:12:33

berndhahnebach

Details Diff
FEM: gmsh mesh tools, add some comments
mod - src/Mod/Fem/femmesh/gmshtools.py Diff File

master 3c205946

2019-06-24 12:30:12

wmayer

Details Diff
fixes 0003993: Memory leak with Python3 Affected Issues
0003993
mod - src/CXX/Python3/Objects.hxx Diff File

releases/FreeCAD-0-18 0f29891a

2019-06-24 12:30:12

wmayer

Details Diff
fixes 0003993: Memory leak with Python3 Affected Issues
0003993
mod - src/CXX/Python3/Objects.hxx Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 306 307 308 309 310 311 312 ... 350 ... 420 ... 490 ... 560 ... 630 ... 649 650 651  Next  Last