Changesets: FreeCAD

master 59bdba9c

2020-06-25 06:00:14

berndhahnebach

Details Diff
FEM: code foramatting, line length
mod - src/Mod/Fem/femguiutils/migrate_gui.py Diff File
mod - src/Mod/Fem/femtools/migrate_app.py Diff File

master 7651e6d9

2020-06-25 05:00:59

kisolre


Committer: wwmayer Details Diff
Fix for changed Github url links being relative instead of absolute.
mod - src/Mod/AddonManager/addonmanager_utilities.py Diff File

master 7da1adc6

2020-06-25 01:17:26

vocx-fc


Committer: yorik Details Diff
Draft: remove touch status in viewproviders of the Dimension objects

Remove the `touch` status, as the modifications only affect
the viewproviders, not the real properties.
mod - src/Mod/Draft/draftviewproviders/view_dimension.py Diff File

master b7e8ad9a

2020-06-25 01:04:03

wandererfan

Details Diff
[TD]DPG spacing for oblique views
mod - src/Mod/TechDraw/App/DrawProjGroup.cpp Diff File
mod - src/Mod/TechDraw/App/DrawViewPart.cpp Diff File
mod - src/Mod/TechDraw/App/DrawViewPart.h Diff File
mod - src/Mod/TechDraw/App/GeometryObject.cpp Diff File
mod - src/Mod/TechDraw/Gui/QGIView.cpp Diff File
mod - src/Mod/TechDraw/Gui/QGIViewPart.cpp Diff File

master f5dea7ed

2020-06-24 07:21:19

berndhahnebach

Details Diff
FEM: ccx constraint section print, add unit test
mod - src/Mod/Fem/CMakeLists.txt Diff File
mod - src/Mod/Fem/femtest/app/test_ccxtools.py Diff File
add - src/Mod/Fem/femtest/data/ccx/constraint_sectionprint.inp Diff File
mod - src/Mod/Fem/femtest/test_commands.sh Diff File

master 5f928b73

2020-06-24 07:20:45

berndhahnebach

Details Diff
FEM: examples, section print, fix to setup on cmd mode
mod - src/Mod/Fem/femexamples/constraint_section_print.py Diff File

master 3dfc9471

2020-06-24 05:39:28

UR-0


Committer: berndhahnebach Details Diff
FEM: ccx constraint section print, add task panel
mod - src/Mod/Fem/CMakeLists.txt Diff File
add - src/Mod/Fem/femtaskpanels/task_constraint_sectionprint.py Diff File
mod - src/Mod/Fem/femviewprovider/view_constraint_sectionprint.py Diff File

master 7d17d6f6

2020-06-24 05:39:26

UR-0


Committer: berndhahnebach Details Diff
FEM: ccx constraint section print, add Gui command and icon
mod - src/Mod/Fem/Gui/CMakeLists.txt Diff File
mod - src/Mod/Fem/Gui/Resources/Fem.qrc Diff File
add - src/Mod/Fem/Gui/Resources/icons/FEM_ConstraintSectionPrint.svg Diff File
add - src/Mod/Fem/Gui/Resources/ui/ConstraintSectionPrint.ui Diff File
mod - src/Mod/Fem/Gui/Workbench.cpp Diff File
mod - src/Mod/Fem/femcommands/commands.py Diff File

master e8bee15f

2020-06-24 05:39:22

Sudhanshu Dubey


Committer: berndhahnebach Details Diff
FEM: examples, add section print
mod - src/Mod/Fem/CMakeLists.txt Diff File
add - src/Mod/Fem/femexamples/constraint_section_print.py Diff File
add - src/Mod/Fem/femexamples/meshes/mesh_section_print_tetra10.py Diff File

master eb9d5bf8

2020-06-24 05:39:22

UR-0


Committer: berndhahnebach Details Diff
FEM: ccx constraint section print, implement in ccx writer
mod - src/Mod/Fem/femsolver/calculix/writer.py Diff File
mod - src/Mod/Fem/femsolver/writerbase.py Diff File
mod - src/Mod/Fem/femtools/ccxtools.py Diff File
mod - src/Mod/Fem/femtools/checksanalysis.py Diff File
mod - src/Mod/Fem/femtools/membertools.py Diff File

master 50d834c0

2020-06-24 05:39:20

UR-0


Committer: berndhahnebach Details Diff
FEM: ccx constraint section print, add object
mod - src/Mod/Fem/CMakeLists.txt Diff File
mod - src/Mod/Fem/ObjectsFem.py Diff File
add - src/Mod/Fem/femobjects/constraint_sectionprint.py Diff File
mod - src/Mod/Fem/femtest/app/test_object.py Diff File
add - src/Mod/Fem/femviewprovider/view_constraint_sectionprint.py Diff File

master d36c21fd

2020-06-23 20:29:37

vocx-fc


Committer: yorik Details Diff
Arch: add missing translate function

The code was moved to a separate module, `ArchWindowPresets.py`,
in be0c8eab25, but the `translate` function was not imported
in this new module.
mod - src/Mod/Arch/ArchWindowPresets.py Diff File

master aaeab8bc

2020-06-23 13:38:23

vocx-fc


Committer: yorik Details Diff
Draft: move units functions outside DraftGui.py

The functions `getDefaultUnit`, `makeFormatSpec`, `displayExternal`
are used to get the default unit schema for lengths and angles,
and display a string with a particular format.

They aren't used in `DraftGui.py`, but are used by the
viewprovider of the Dimension objects. Therefore, they are moved
into a separate module, so that they can be imported without
using the entire `DraftGui` module.
mod - src/Mod/Draft/CMakeLists.txt Diff File
mod - src/Mod/Draft/DraftGui.py Diff File
add - src/Mod/Draft/draftutils/units.py Diff File

master 5c24b236

2020-06-23 10:34:25

wmayer

Details Diff
OpenSCAD: [skip ci] fix missing treeview icon Affected Issues
0004381
mod - src/Mod/OpenSCAD/OpenSCADFeatures.py Diff File

master 648b3bbe

2020-06-23 07:06:45

berndhahnebach

Details Diff
FEM: examples, some comment changes
mod - src/Mod/Fem/femexamples/boxanalysis_frequency.py Diff File
mod - src/Mod/Fem/femexamples/boxanalysis_static.py Diff File
mod - src/Mod/Fem/femexamples/ccx_cantilever_faceload.py Diff File
mod - src/Mod/Fem/femexamples/ccx_cantilever_hexa20faceload.py Diff File
mod - src/Mod/Fem/femexamples/ccx_cantilever_nodeload.py Diff File
mod - src/Mod/Fem/femexamples/ccx_cantilever_prescribeddisplacement.py Diff File

master 5948a830

2020-06-23 07:01:32

berndhahnebach

Details Diff
FEM: unit test, fix setting up some examples
mod - src/Mod/Fem/femtest/app/test_ccxtools.py Diff File
mod - src/Mod/Fem/femtest/app/test_solverframework.py Diff File

master 9e619ed5

2020-06-23 06:47:22

PrzemoF


Committer: wwmayer Details Diff
[fedora.spec] Move to stage 3 of python bytecompilation

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - package/fedora/freecad.spec Diff File

master 750c169a

2020-06-23 06:34:07

realthunder


Committer: abdullahtahiriyo Details Diff
App: fix Material comparison operator
mod - src/App/Material.h Diff File

master 65f7e24a

2020-06-23 04:03:29

russ4262

Details Diff
Path: Resize the Base Geometry list dynamically

Make the size of the Base Geometry list dynamically adjust to its contents.
mod - src/Mod/Path/PathScripts/PathOpGui.py Diff File

master 487215d2

2020-06-23 01:54:25

Gabriel Wicke


Committer: wwmayer Details Diff
[part] More robust tessellation angular deflection default

OCC currently does not reliably enforce linear deflection on curved
surfaces, especially curved lofts over nurbs splines. To avoid surprises
when tight tolerances are needed, replace the static default angular
deflection of 0.5 radians (0000031:0000028 degrees), with a more sensible angular
deflection derived from the provided linear deflection tolerance.

By adding the default heuristic to TopoShape, we can keep typical
tessellate() and STL export functionality users simple, and also avoid
the need to implement similar heuristics in many places. If more
explicit control over angular deflection is needed for some use cases,
then we could still choose to expose the option to override the derived
default explicitly.

The hope is that OCC's linear deflection enforcement will be more
reliable at some point, at which point this heuristic will no longer be
needed.
mod - src/Mod/Part/App/TopoShape.cpp Diff File

master 9bd95ed1

2020-06-23 00:38:43

wandererfan

Details Diff
[TD]CosmeticVertex default size
mod - src/Mod/TechDraw/App/Cosmetic.cpp Diff File

master 602a9a16

2020-06-22 20:50:55

wmayer

Details Diff
Gui: [skip ci] fix -Wrange-loop-construct
mod - src/Gui/propertyeditor/PropertyItem.cpp Diff File

master 771b4738

2020-06-22 20:28:15

wmayer

Details Diff
Gui: implement property editor for vector list
mod - src/App/PropertyGeo.h Diff File
mod - src/Gui/CMakeLists.txt Diff File
mod - src/Gui/MetaTypes.h Diff File
mod - src/Gui/SoFCDB.cpp Diff File
add - src/Gui/VectorListEditor.cpp Diff File
add - src/Gui/VectorListEditor.h Diff File
add - src/Gui/VectorListEditor.ui Diff File
mod - src/Gui/propertyeditor/PropertyItem.cpp Diff File
mod - src/Gui/propertyeditor/PropertyItem.h Diff File

master a262b11c

2020-06-22 20:24:40

carlopav


Committer: wwmayer Details Diff
Gui: divide ViewProviderGeometryObject properties into groups


.


.


.


.
mod - src/Gui/ViewProviderDocumentObject.cpp Diff File
mod - src/Gui/ViewProviderGeometryObject.cpp Diff File

master d4a727e7

2020-06-22 20:24:27

carlopav


Committer: wwmayer Details Diff
Mesh: grouped view properties in ViewProviderMesh
mod - src/Mod/Mesh/Gui/ViewProvider.cpp Diff File
 First  Prev  1 2 3 ... 70 ... 119 120 121 122 123 124 125 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 649 650 651  Next  Last