wmayer
02fb687844
do code cleanup
...
move BOPTools from Part to PartGui because it depends on GUI
2017-03-01 21:58:04 +01:00
wwmayer
4664e5bb48
Merge pull request #573 from looooo/python3-Part+PD+Sketcher
...
Python3 part+pd+sketcher
2017-03-01 20:58:46 +01:00
looooo
dd02fc12b4
py3: Sketcher: remaining diff of python3-branch
2017-03-01 17:21:19 +01:00
wmayer
bcde3cd5a3
py3: ported Skechter to python3
2017-03-01 17:20:20 +01:00
Priit Laes
3a27378844
python: Sketcher: *.py: Fix python3 syntax
2017-03-01 17:20:12 +01:00
wmayer
381419c267
py3: ported PartDesign to python3
2017-03-01 17:19:33 +01:00
Priit Laes
da1081bc98
python: PartDesign: *.py: Fix python3 syntax
2017-03-01 17:19:24 +01:00
looooo
8b45976c8d
py3: Part: Gui: gathering commits from python3-branch
2017-03-01 17:16:55 +01:00
looooo
69828c2662
py3: Part: BOPTools:
...
to make the BOPTools available in python3 the way to import these tools had to be changed:
old: ```from Part import BOPTools``` -> new: ```import BOPTools```
this is also changed for python2
2017-03-01 17:12:49 +01:00
looooo
a388a9d72d
py3: Part: App: gathering commits relevant for Mod/Part/App
2017-03-01 17:10:46 +01:00
wmayer
ed23c0d3c4
py3: ported Part to python3
2017-03-01 16:38:53 +01:00
wwmayer
e594ade52e
Merge pull request #572 from berndhahnebach/femdev
...
FEM typos
2017-03-01 12:30:43 +01:00
Kunda
c110499d06
FEM typos
2017-03-01 09:39:25 +01:00
Bruce B. Lacey
d964187504
Install macOS bundle executables into MacOS
...
* Previously, the macOS bundle executables were installed into
bin which does not adhere to Apple guidelines and causes
issues with certain frameworks like Qt. The install has
been refactored to install the executables into MacOS
Fixes #2928
2017-03-01 09:33:28 +01:00
wwmayer
8b86bfb2ce
Merge pull request #569 from luzpaz/typos-pt3
...
source typo fixes pt3 (only on py3 merged code)
2017-03-01 09:05:59 +01:00
Kunda
a78e8ffd95
source typo fixes pt3 (only on py3 merged code)
2017-02-28 14:32:33 -05:00
wmayer
6c720ced84
resolve merge conflict
2017-02-28 19:14:46 +01:00
hgutsche
6226d2bc9e
Improved comment about Quarter doxygen commands
2017-02-28 18:52:04 +01:00
hgutsche
0e3db30311
fiel --> file
2017-02-28 18:52:04 +01:00
hgutsche
942d30c057
Address is actually spelled with two "d"
2017-02-28 18:52:04 +01:00
hgutsche
63ccfdde82
fix typo and and add explanation for a cell address
2017-02-28 18:52:04 +01:00
hgutsche
de8f66f857
Some fixes for doygen syntax errors and some configuration to make it run smoother under Windows
2017-02-28 18:52:04 +01:00
wmayer
df67368134
resolve merge conflict
2017-02-28 18:51:53 +01:00
wmayer
1a4385e0a5
py3: fix Python2 build
2017-02-28 18:08:06 +01:00
wmayer
70aebe98f1
py3: ported Sandbox to python3
2017-02-28 17:39:08 +01:00
looooo
4705980598
py3: Robot: gathering remaining diff of Robot-Modul
...
d90e334005baa59805a9c812203ef107ca3be2a8
2017-02-28 17:39:08 +01:00
wmayer
21ffbeafb9
py3: ported Robot to python3
2017-02-28 17:39:08 +01:00
Priit Laes
8b5fb47e76
python: Robot: *.py: Fix python3 syntax
2017-02-28 17:39:08 +01:00
looooo
b265030d1d
py3: ReverseEngeneering: port Py_InitFunc to python3
2017-02-28 17:39:08 +01:00
wmayer
1558e920db
py3: ported ReverseEngineering to python3
2017-02-28 17:39:08 +01:00
wmayer
125fd78fa3
py3: ported Raytracing to python3
2017-02-28 17:39:08 +01:00
Priit Laes
a39ef71dfc
python: Raytracing: *.py: Fix python3 syntax
2017-02-28 17:39:08 +01:00
looooo
0e9189e770
py3: Points: gathering commits:
...
5f682d2a97a0b965813077d03fa2aee65377f3b2
5ccfa18e8c8471639a7f98e294625c5532e7440e
24836b36d5214db6823d6ac409afa42ce47ce263
2017-02-28 17:39:08 +01:00
wmayer
e90ddefbd3
py3: ported Points to python3
2017-02-28 17:39:08 +01:00
Bernd Hahnebach
5f5797ecb0
FEM: visible command names, use FEM instead of Fem
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
5a6ccfbe37
FEM: vtk import, comment not used part of the code
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
e98d6321bb
FEM: code formating, flake8 in import Fenics mesh
2017-02-28 17:35:26 +01:00
joha2
10dd719631
FEM: fenics xml mesh format, add export module
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
474ab30121
FEM: mesh view provider, add property to adjust max faces to show inner mesh data
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
d8edf3967e
FEM: gmsh mesh object task panel, fix import
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
30941ac975
FEM: z88 result reader, use generic result fill method
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
cf7bc38e16
FEM: fill imported result object, some refactor work
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
7dce02b96d
FEM: result reader, replace try except by if key in dict
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
6f105c4b67
FEM: import tools, move fill result obj with imported results inside import tools module
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
a569319510
FEM: import tools, move imported mesh creation def inside new import tools module
2017-02-28 17:35:26 +01:00
Kunda
90aeb372f5
FEM: source code typos, issue 0002914
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
35e66aca8e
FEM: gmsh mesh, make geo file better readable
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
07d1dccebb
FEM: code formating, flake8
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
cc2c51b81d
FEM: ccx input writer, write object labels as comments
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
de0cf45543
FEM: ccx input writer, typo
2017-02-28 17:35:26 +01:00