Commit Graph

11261 Commits

Author SHA1 Message Date
Yorik van Havre
f2fff7225c Draft: Fixed unicode conversion bug in DXF export 2017-06-09 00:00:08 -03:00
Bernd Hahnebach
086d2ed0bb FEM: ccx input writer, better writing code in ccx elsets 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
c85d8c61e3 FEM: ccx input writer, move some defs from ccx input file writer to input file writer:
- get the material sets and write them to material objects
- get the geometry beam and shell sets as well as the fluid beam sets and write them to the objects
2017-06-07 23:32:36 -03:00
Bernd Hahnebach
85deb88789 FEM: ccx input writer, use variables for elementset names instead of hardecoded values 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
de8d421cef FEM: ccx input writer, code typo, use an elif instead of if 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
a9fb191de1 FEM: ccx input writer, check for string type instead of the specific string Eall 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
e6642d43b1 FEM: ccx input writer, split ccx element set writing and 1D-Flow element set id retriving from each other 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
94775af24b FEM: ccx inputwriter, get rid of a duplicate in 1DFlow section 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
2fed6fd10c FEM: ccx input writer, code formating 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
6fe8b38c06 FEM: input writer, constraint force, move the refshape type code into fem tools 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
1ca27a2f9d FEM: abaqus writer, fix precision 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
cd0014b16c FEM: abaqus writer, use better names for elementsets 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
b01e482e07 FEM: abaqus writer, some comments 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
546c02a71e FEM: unit tests, add some comments 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
bf45cb16ee FEM: unit tests, use FreeCADs native Python API to create the meshes 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
c06cbdee70 FEM: unit tests, use better file name for unv read write test 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
cb90f46a05 FEM: unit tests, use the lately commited dev in Test to run unit tests of FEM 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
20b4865061 FEM: gmsh mesh tool, get rid of the error pop up in the regard of BooleanFragments Compound 2017-06-07 23:32:36 -03:00
Yorik van Havre
6e0f060e96 Fixed typo errors 2017-06-07 16:01:22 -03:00
wmayer
bf693725f4 py3: support of Python 3.4 2017-06-07 15:28:46 +02:00
Yorik van Havre
3c96803d12 Draft: move the planetrack when drawing a polyline 2017-06-06 20:09:30 -03:00
Yorik van Havre
0544ecbd3e Arch: Allow Arch objects to be arrayed if their Axis property is set 2017-06-06 19:30:26 -03:00
Yorik van Havre
4031e758f8 Arch: Fixing wrong normal direction in structures 2017-06-06 19:29:06 -03:00
wmayer
9513792292 py3: support of Python 3.4 2017-06-06 23:49:42 +02:00
Yorik van Havre
2b323670c7 Arch: Added Axis System 2017-06-05 20:06:01 -03:00
Yorik van Havre
255b28138f Arch: Allow axes to have labels 2017-06-05 18:08:54 -03:00
Yorik van Havre
43a8a94e64 Arch: Safeguards in Arch cutplane command - fixes #3023 2017-06-05 12:57:36 -03:00
Markus Lampert
f1186599a9 Fixing translate refactoring error. 2017-06-05 12:02:12 -03:00
Yorik van Havre
5424fcd19d Draft: Better msg in dxf import/export to inform the possibility to use the addon manager - issue #3064 2017-06-05 11:59:31 -03:00
wmayer
5f54fc0298 py3: fix several crashes 2017-06-04 11:12:53 +02:00
Markus Lampert
4c3cee03c5 Replaced default context argument with explicit call for pylupdate to pick up the strings and contexts. 2017-06-03 15:37:41 -07:00
Markus Lampert
617cea6679 Fixed M6 tool index for linuxcnc and opensbp. 2017-06-03 15:37:41 -07:00
Markus Lampert
6d57a0ff10 Removed obselete tooltable editor implementations. 2017-06-03 15:37:41 -07:00
Markus Lampert
3368c8682e Moved almost all translate implementations away from QtGui. 2017-06-03 15:37:41 -07:00
Markus Lampert
fa9166b738 Fixed post processing output if document is in current working directory. 2017-06-03 15:37:41 -07:00
Markus Lampert
5261b5bc06 Removed unused properties from PahJob; fixed post processing arguments 2017-06-03 15:37:41 -07:00
wmayer
8ce343291b py3: fox compiler warnings
issue 0000995
2017-06-04 00:17:57 +02:00
Yorik van Havre
d52f9f5d1a Draft: autogroup arrays 2017-06-03 14:50:15 -03:00
wmayer
88bd341ad2 fixes #0002926: Trying to access Part.Shape.children() before doc.recompute() crashes the whole program 2017-06-03 13:46:05 +02:00
wmayer
98f8879e24 Py3: in Py2 use string instead of unicode for identifier 2017-06-03 10:51:05 +02:00
wmayer
69d0e8bd7f py3: partially revert of getattr -> getattro because getattro is only needed for the static callback function
issue 0000995
2017-06-03 10:51:05 +02:00
looooo
f2e1b0df72 py3: PyFindMethod -> GnericGetAttr
issue 0000995
2017-06-03 10:51:05 +02:00
looooo
bc696e5ab5 py3: change of getattr -> getattro
issue 0000995
2017-06-03 10:51:05 +02:00
triplus
3168f8ed3f Don't create AppImage on Travis 2017-06-03 10:37:26 +02:00
triplus
a9007015b0 Redefine complete workbench purpose 2017-06-03 10:32:50 +02:00
Yorik van Havre
83095ca574 Draft: Fixed clone bug - fixes #3066 2017-06-02 23:43:47 -03:00
wmayer
369cc735e1 py3: port external FreeCAD module to Python3
whitespace improvement
2017-06-02 10:18:41 +02:00
wmayer
8164722a71 py3: port external FreeCAD module to Python3
issue 0000995
2017-06-02 06:43:18 +02:00
looooo
eb60d4f65d py3: some fixes to make start-workbench load on python3
issue 0000995
2017-06-02 06:41:04 +02:00
Peter Lama
8a6d61329f py3: win: Link required vc14 CRT libs
issue 0000995
2017-06-02 06:40:32 +02:00