Changesets: FreeCAD
master 1e1c7cd3 2021-03-24 17:02:46 papaathome Committer: GitHub Details Diff |
Merge branch 'master' into uccnc_postprocessor | ||
mod - lgtm.yml | Diff File | ||
mod - src/Mod/Fem/Gui/Resources/ui/MeshGmsh.ui | Diff File | ||
mod - src/Mod/Fem/femguiutils/selection_widgets.py | Diff File | ||
mod - src/Mod/Fem/femmesh/gmshtools.py | Diff File | ||
mod - src/Mod/Fem/femobjects/mesh_gmsh.py | Diff File | ||
mod - src/Mod/Fem/femtaskpanels/task_constraint_sectionprint.py | Diff File | ||
mod - src/Mod/Fem/femtaskpanels/task_constraint_tie.py | Diff File | ||
mod - src/Mod/Fem/femtaskpanels/task_element_fluid1D.py | Diff File | ||
mod - src/Mod/Fem/femtaskpanels/task_element_geometry1D.py | Diff File | ||
mod - src/Mod/Fem/femtaskpanels/task_element_geometry2D.py | Diff File | ||
mod - src/Mod/Fem/femtaskpanels/task_element_rotation1D.py | Diff File | ||
mod - src/Mod/Fem/femtaskpanels/task_material_common.py | Diff File | ||
mod - src/Mod/Fem/femtaskpanels/task_mesh_boundarylayer.py | Diff File | ||
mod - src/Mod/Fem/femtaskpanels/task_mesh_gmsh.py | Diff File | ||
mod - src/Mod/Fem/femtaskpanels/task_mesh_group.py | Diff File | ||
mod - src/Mod/Fem/femtaskpanels/task_mesh_region.py | Diff File | ||
mod - src/Mod/Fem/femtest/data/elmer/group_mesh.geo | Diff File | ||
mod - src/Mod/Material/CMakeLists.txt | Diff File | ||
master 23296934 2021-03-24 16:12:55 Details Diff |
Added UC-CNC postprocessor script. | ||
add - src/Mod/Path/PathScripts/post/uccnc_post.py | Diff File | ||
master cf7e072c 2021-03-24 16:05:06 Committer: GitHub Details Diff |
FEM: gmsh mesh, set back standard element order to 2nd, changed in 7fb5a2d72a97, | ||
mod - src/Mod/Fem/femobjects/mesh_gmsh.py | Diff File | ||
master af364385 2021-03-24 11:13:12 UR-0 Committer: berndhahnebach Details Diff |
[FEM] refactor GeometryElementsSelection, introduce parameter to modify help text for several task panels using GeometryElementsSelection. | ||
mod - src/Mod/Fem/femguiutils/selection_widgets.py | Diff File | ||
mod - src/Mod/Fem/femtaskpanels/task_constraint_sectionprint.py | Diff File | ||
mod - src/Mod/Fem/femtaskpanels/task_constraint_tie.py | Diff File | ||
mod - src/Mod/Fem/femtaskpanels/task_element_fluid1D.py | Diff File | ||
mod - src/Mod/Fem/femtaskpanels/task_element_geometry1D.py | Diff File | ||
mod - src/Mod/Fem/femtaskpanels/task_element_geometry2D.py | Diff File | ||
mod - src/Mod/Fem/femtaskpanels/task_element_rotation1D.py | Diff File | ||
mod - src/Mod/Fem/femtaskpanels/task_material_common.py | Diff File | ||
mod - src/Mod/Fem/femtaskpanels/task_mesh_boundarylayer.py | Diff File | ||
mod - src/Mod/Fem/femtaskpanels/task_mesh_group.py | Diff File | ||
mod - src/Mod/Fem/femtaskpanels/task_mesh_region.py | Diff File | ||
master 8ec9bfad 2021-03-24 01:21:52 Details Diff |
[Draft] Eliminate required GUI for importDXF | ||
mod - src/Mod/Draft/importDXF.py | Diff File | ||
master 7fb5a2d7 2021-03-24 00:57:05 Committer: berndhahnebach Details Diff |
[FEM] add GMSH mesh order setting to dialog - also set default to 1st order mesh |
||
mod - src/Mod/Fem/Gui/Resources/ui/MeshGmsh.ui | Diff File | ||
mod - src/Mod/Fem/femobjects/mesh_gmsh.py | Diff File | ||
mod - src/Mod/Fem/femtaskpanels/task_mesh_gmsh.py | Diff File | ||
master bf08e25f 2021-03-23 23:49:38 Committer: wwmayer Details Diff |
[Mesh] fix Gmsh mesh algorithms the numbers written to the geo file were wrong - also update the list of currently supported algorithms (as of Gmsh 4.6 or newer) |
||
mod - src/Mod/Mesh/Gui/RemeshGmsh.cpp | Diff File | ||
mod - src/Mod/MeshPart/Gui/Tessellation.cpp | Diff File | ||
master 3f5fbef8 2021-03-23 19:18:19 Details Diff |
[Draft] Fix bug in data entry on scale w/ uniform When entering a scale factor, if uniform scaling is on, the current code keeps appending zeroes as you type, forcing you to delete them before entering your next digit. This commit fixes that by ensuring that the widget that you are currently editing is not updated continuously. Fixes 0004601 |
Affected Issues 0004601 |
|
mod - src/Mod/Draft/drafttaskpanels/task_scale.py | Diff File | ||
master 05b0ff2f 2021-03-23 17:58:44 Committer: GitHub Details Diff |
Merge pull request 0004624 from mlampert/bugfix/dogbone-on-straight-edges-and-noop-moves [Path]: Bugfix/dogbone on straight edges and noop moves |
||
mod - src/Mod/Path/PathScripts/PathDressupDogbone.py | Diff File | ||
mod - src/Mod/Path/PathTests/TestPathDressupDogbone.py | Diff File | ||
master 28d09cf6 2021-03-23 17:58:25 Committer: GitHub Details Diff |
Merge pull request 0004622 from mlampert/bugfix/job-setup [Path]: Bugfix/job setup |
||
mod - src/Mod/Path/PathScripts/PathJobGui.py | Diff File | ||
master a026c9d3 2021-03-23 17:07:58 Committer: wwmayer Details Diff |
[UI] Replace SVG icons for Sketcher commands | ||
mod - src/Mod/Sketcher/Gui/Resources/icons/splines/Sketcher_BSplineDecreaseDegree.svg | Diff File | ||
mod - src/Mod/Sketcher/Gui/Resources/icons/splines/Sketcher_BSplineDecreaseKnotMultiplicity.svg | Diff File | ||
mod - src/Mod/Sketcher/Gui/Resources/icons/splines/Sketcher_BSplineDegree.svg | Diff File | ||
mod - src/Mod/Sketcher/Gui/Resources/icons/splines/Sketcher_BSplineIncreaseDegree.svg | Diff File | ||
mod - src/Mod/Sketcher/Gui/Resources/icons/splines/Sketcher_BSplineIncreaseKnotMultiplicity.svg | Diff File | ||
mod - src/Mod/Sketcher/Gui/Resources/icons/splines/Sketcher_BSplineKnotMultiplicity.svg | Diff File | ||
master ffcd0f5c 2021-03-23 14:12:56 Details Diff |
[Draft] Enable Transform context menu item The "Transform" and "Set Colors..." context menu items did not work on most Draft objects because the View Provider has a setEdit() function, which overrides any edit action provided at a higher level (e.g. by Part). This commit checks the mode of the edit, and if it is not zero, behaves as though the setEdit() function does not exist, allowing Part to provide the required context menu behavior. |
||
mod - src/Mod/Draft/draftviewproviders/view_base.py | Diff File | ||
master b6e81c18 2021-03-23 11:40:54 Committer: wwmayer Details Diff |
[UI] Replace Bitmap icon of Part_PointsFromMesh command | ||
mod - src/Mod/Part/Gui/CommandSimple.cpp | Diff File | ||
mod - src/Mod/Part/Gui/Resources/Part.qrc | Diff File | ||
add - src/Mod/Part/Gui/Resources/icons/tools/Part_PointsFromMesh.svg | Diff File | ||
rm - src/Mod/Part/Gui/Resources/icons/tools/Part_Points_from_Mesh.svg | Diff File | ||
master a5c4d19a 2021-03-23 05:42:53 Committer: GitHub Details Diff |
Merge branch 'master' into bugfix/issue-2839-dogbone-visualisation | ||
mod - src/Mod/Path/PathScripts/PathPocketShape.py | Diff File | ||
master 75371bb2 2021-03-23 02:12:07 Committer: berndhahnebach Details Diff |
[FEM] add mesh algorithms - Gmsh has since a while 2 new mesh algorithms - on the other hand the two algorithms ""Frontal Delaunay" and "Frontal Hex" are deprecated and not listed anymore in the docs: https://gmsh.info/doc/texinfo/gmsh.html#index-Mesh_002eAlgorithm3D and indeed all attempts with these 2 algorithms fail |
||
mod - src/Mod/Fem/femmesh/gmshtools.py | Diff File | ||
mod - src/Mod/Fem/femobjects/mesh_gmsh.py | Diff File | ||
mod - src/Mod/Fem/femtest/data/elmer/group_mesh.geo | Diff File | ||
master 0a2eb275 2021-03-23 01:05:12 Committer: wwmayer Details Diff |
[PD] some fixes for the new pad length feature - disable 2 properties when no custom direction is used - rename a property because its name is the opposite of what it is doing |
||
mod - src/Mod/PartDesign/App/FeaturePad.cpp | Diff File | ||
mod - src/Mod/PartDesign/App/FeaturePad.h | Diff File | ||
mod - src/Mod/PartDesign/Gui/TaskPadParameters.cpp | Diff File | ||
mod - src/Mod/PartDesign/Gui/TaskPadParameters.h | Diff File | ||
master c81a43a2 2021-03-22 21:45:41 Committer: GitHub Details Diff |
Merge branch 'master' into bugfix/dogbone-on-straight-edges-and-noop-moves | ||
mod - src/Mod/Path/PathScripts/PathPocketShape.py | Diff File | ||
master 5fccb4fc 2021-03-22 21:44:44 Committer: GitHub Details Diff |
Merge branch 'master' into bugfix/job-setup | ||
mod - src/Mod/Path/PathScripts/PathPocketShape.py | Diff File | ||
master 80a3aa8e 2021-03-22 21:25:48 Committer: wwmayer Details Diff |
format TopoShapeWirePy.xml | ||
mod - src/Mod/Part/App/TopoShapeWirePy.xml | Diff File | ||
master 44f6b670 2021-03-22 21:25:32 Committer: wwmayer Details Diff |
format TopoShapeSolidPy.xml | ||
mod - src/Mod/Part/App/TopoShapeSolidPy.xml | Diff File | ||
master 7111e137 2021-03-22 21:25:11 Committer: wwmayer Details Diff |
format TopoShapeShellPy.xml | ||
mod - src/Mod/Part/App/TopoShapeShellPy.xml | Diff File | ||
master 37764982 2021-03-22 20:57:47 Committer: wwmayer Details Diff |
format TopoShapeEdgePy.xml | ||
mod - src/Mod/Part/App/TopoShapeEdgePy.xml | Diff File | ||
master c09093a0 2021-03-22 20:57:26 Committer: wwmayer Details Diff |
format TopoShapeCompoundPy.xml | ||
mod - src/Mod/Part/App/TopoShapeCompoundPy.xml | Diff File | ||
master f9af6e8e 2021-03-22 20:56:57 Committer: wwmayer Details Diff |
format TopoShapeCompSolidPy.xml | ||
mod - src/Mod/Part/App/TopoShapeCompSolidPy.xml | Diff File | ||
master d358e13c 2021-03-22 20:47:57 Committer: wwmayer Details Diff |
TechDraw: [skip ci] convert source files from iso-8859 to utf-8 All other source files are either plain ascii or utf-8, this converts the last few to utf-8. |
||
mod - src/Mod/TechDraw/App/DrawViewDimension.cpp | Diff File | ||
mod - src/Mod/TechDraw/Gui/DlgPrefsTechDrawAnnotationImp.cpp | Diff File | ||
mod - src/Mod/TechDraw/Gui/DlgPrefsTechDrawAnnotationImp.h | Diff File | ||
mod - src/Mod/TechDraw/Gui/DlgPrefsTechDrawColorsImp.cpp | Diff File | ||
mod - src/Mod/TechDraw/Gui/DlgPrefsTechDrawColorsImp.h | Diff File | ||
mod - src/Mod/TechDraw/Gui/TaskDimension.cpp | Diff File | ||
mod - src/Mod/TechDraw/Gui/TaskHatch.cpp | Diff File | ||
mod - src/Mod/TechDraw/Gui/TaskHatch.h | Diff File |