luz.paz
f18e217a64
Arch: Residual trailing \n chars removed from translate()
2018-04-17 10:16:28 -03:00
luz.paz
1d04002c3b
Arch: translation fixes
...
Adding Arch WB translation string corrections/refinements
2018-04-17 10:16:28 -03:00
wmayer
53f54b62f3
don't make existence of PySide2 mandatory
2018-04-16 13:50:38 +02:00
wmayer
0c394ff352
extend API of smooth command to allow to run different algorithms
2018-04-14 18:44:03 +02:00
DeepSOIC
350d2320bc
PartDesign: fix #2758 Datum Point persistence, again
2018-04-14 15:48:56 +02:00
looooo
d4a48c186c
py3: addon-manager
2018-04-14 10:40:31 +02:00
looooo
daaea71987
py3: fix dxf import
2018-04-14 10:40:31 +02:00
looooo
cdcb3bec4a
PySide2: qApp -> QApplication
2018-04-14 10:40:31 +02:00
looooo
ed201c9513
py3: port ship to py3 imports
2018-04-14 10:40:31 +02:00
luz.paz
cb1613f3f9
Follow-up fix for ceeb05de9a
...
ceeb05de9a99ad8f826409d58231f02fd8013548
ref: ceeb05de9a (commitcomment-28542412)
2018-04-12 09:37:40 -04:00
Yorik van Havre
b6fbecb3cb
Arch: Fixed wall clone icon
2018-04-11 10:55:37 -03:00
Yorik van Havre
94ca74d4ac
Arch: Added blocking system to walls
2018-04-11 10:55:37 -03:00
WandererFan
f4ffecee89
Sync TechDraw what's this with Wiki page names
2018-04-11 10:53:42 -03:00
WandererFan
a683b7a89d
Align TechDraw menu and toolbars
2018-04-11 10:53:42 -03:00
luz.paz
19bd7a8f4c
[For v0.18]Draft: add translation() + move \n out of translation strings
2018-04-11 10:51:13 -03:00
luz.paz
6fe582d7a8
[For v0.18]PartDesign: translation fixes
...
ref: https://crowdin.com/translate/freecad/564/en-sv#6502053
[skip ci]
2018-04-11 10:49:56 -03:00
Yorik van Havre
6533bcbc8f
Arch: small bugfix in Rebar
2018-04-10 14:39:53 -03:00
Alexander Pravdin
c12d2dd48c
Draft: dimension and extension lines overshoots
2018-04-10 19:28:40 +02:00
sliptonic
09dc901861
Path: Reword menu items from 'partial' to 'supplemental'
...
fixes #3383
2018-04-10 19:22:44 +02:00
lorenz
7dfb83d250
python3: ConfigParser -> RawConfigParser
...
"%"-symbol makes problems with python3
2018-04-10 15:12:24 +02:00
sL1pKn07
6674467254
[For v018] Fix build with Qt5 beta
...
Seems need add some headers for build with incoming Qt 5.11 (Tested with 5.11.0beta2)
2018-04-10 12:59:41 +02:00
wmayer
64df82eebf
fixes #0003421 : Duplicate workbench message
2018-04-06 10:48:37 +02:00
Bernd Hahnebach
5337d7af9a
FEM: vtk result export, better error message
2018-04-05 08:21:48 +02:00
Bernd Hahnebach
11c8a956c4
FEM: vtk mesh builder, add some logs and code improvements
2018-04-05 08:21:44 +02:00
Bernd Hahnebach
6ab1fd5e9b
FEM: vtk mesh builder, fix crash if SMESH grid has node gaps
2018-04-05 08:19:59 +02:00
DeepSOIC
ba069d9125
PartDesign: fix #0002758 Datum point moves to (0,0,0) when reopening the file
...
OCC has a peculiarity, that when saving single vertexes, it burns in placement into vertex coordinates. In loaded shape, Placement is zero. This caused datum point placement reset to zero, and its shape had nonzero coordinates.
This fix keeps placement property from resetting, and reconstructs a new vertex upon load.
2018-04-04 17:43:15 +02:00
Pawel Bogut
033f1de1c3
Gmsh path detection fix for Python3 on Linux
2018-04-04 17:17:38 +02:00
wmayer
f04d4430aa
improve exception handling in ViewProviderBody::dropObject
2018-04-04 17:14:21 +02:00
wmayer
24eb8eec9b
chamfer size must be greater than zero
2018-04-04 16:25:11 +02:00
wmayer
130885c010
fixes #0003416 : Crash on draft operation for a face
2018-04-04 16:09:15 +02:00
Yorik van Havre
d17ce2dcb5
Draft: Fixed possible bug when removing trackers
2018-04-03 13:30:11 -03:00
Bernd Hahnebach
2805cbcd9c
FEM: fenics mesh, trailing white spaces
2018-04-03 07:00:19 +02:00
joha2
a4316faa8e
FEM: Fenics mesh issue #0003038 : xml import fixed
2018-04-03 06:56:55 +02:00
Yorik van Havre
d0651ba51f
Arch: Fixed bug in WebGL exporter
2018-04-02 13:43:29 -03:00
tomate44
4bc8bd178f
add comments
2018-04-02 15:51:39 +02:00
tomate44
7aca082cb5
fix crash when boundary edges are not ordered
2018-04-02 15:51:16 +02:00
wmayer
32e0f51d04
fix failing unit tests by using adaptive delte value
2018-04-02 14:04:32 +02:00
Yorik van Havre
7b9d62a0ea
Draft: small bugfix in WPProxy
2018-03-31 17:21:18 -03:00
Pawel Bogut
cc6d07d548
Fix raytracing render for python3
2018-03-31 12:34:57 -03:00
wmayer
6e0f81ea86
add unit tests for psi and ksi
2018-03-31 15:43:45 +02:00
Abdullah Tahiri
6b5836dcc7
Sketcher: Bug fix - prevent inter part/body links
...
=================================================
With the support for external geometry during carbon copy, it was introduced a way for creating inter-part/inter-body links. See:
https://forum.freecadweb.org/viewtopic.php?f=10&t=27700&p=223736#p223736
This commit closes this door, while still allows carbon copy with external geometry support within the same body.
2018-03-30 21:00:24 +02:00
wmayer
adb13f7c59
Fix invalid Python object error
...
Example below led to a crash:
import Path
v = Path.Tool(name='v', diameter=5.6)
tt = Path.Tooltable()
tt.addTools(v)
attrs = tt.templateAttrs()
uu = Path.Tooltable(tt.templateAttrs())
del attrs
2018-03-30 18:39:55 +02:00
wmayer
f7d6e98a63
fix warning
2018-03-30 16:23:07 +02:00
Pawel Bogut
33a4055390
OpenScad path detection fix for python3 on unix
2018-03-30 11:30:27 +02:00
Bernd Hahnebach
a64c445472
FEM: inout, make import inp mesh Python3 compatible
2018-03-27 12:29:14 -03:00
Bernd Hahnebach
c365df28c5
FEM: material task panel, workaround to be able to set poissons ratio to 0
2018-03-27 12:29:13 -03:00
Bernd Hahnebach
20d32da54c
FEM: mesh, changes messages into logs
2018-03-27 12:29:13 -03:00
Bernd Hahnebach
feb109f2e1
FEM: unit tests, add various tetra10 mesh element tests
2018-03-27 12:29:13 -03:00
Bernd Hahnebach
f63d39a8fb
FEM: unit tests, move mesh tests in own test module
2018-03-27 12:29:13 -03:00
wmayer
4ca35e7746
fix typos in German translation
2018-03-27 10:47:52 +02:00