wmayer
03c232fa82
py3: ported Skechter to python3
2017-03-01 17:20:20 +01:00
Priit Laes
3808a2e999
python: Sketcher: *.py: Fix python3 syntax
2017-03-01 17:20:12 +01:00
wmayer
3507c97963
py3: ported PartDesign to python3
2017-03-01 17:19:33 +01:00
Priit Laes
f7bf88a0b8
python: PartDesign: *.py: Fix python3 syntax
2017-03-01 17:19:24 +01:00
looooo
010f513205
py3: Part: Gui: gathering commits from python3-branch
2017-03-01 17:16:55 +01:00
looooo
1caeadb4ab
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
275db827aa
py3: Part: App: gathering commits relevant for Mod/Part/App
2017-03-01 17:10:46 +01:00
wmayer
d5e9afa52b
py3: ported Part to python3
2017-03-01 16:38:53 +01:00
wwmayer
a1b58f45b2
Merge pull request #572 from berndhahnebach/femdev
...
FEM typos
2017-03-01 12:30:43 +01:00
Kunda
cfd087b33f
FEM typos
2017-03-01 09:39:25 +01:00
Bruce B. Lacey
2a88721102
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
1e251b8f29
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
315d039f29
source typo fixes pt3 (only on py3 merged code)
2017-02-28 14:32:33 -05:00
wmayer
26d437ec4b
resolve merge conflict
2017-02-28 19:14:46 +01:00
hgutsche
c7a467d454
Improved comment about Quarter doxygen commands
2017-02-28 18:52:04 +01:00
hgutsche
89077ea542
fiel --> file
2017-02-28 18:52:04 +01:00
hgutsche
19c82acb60
Address is actually spelled with two "d"
2017-02-28 18:52:04 +01:00
hgutsche
7867096e8b
fix typo and and add explanation for a cell address
2017-02-28 18:52:04 +01:00
hgutsche
201c9d89b0
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
e3ea61d165
resolve merge conflict
2017-02-28 18:51:53 +01:00
wmayer
66bbdecd07
py3: fix Python2 build
2017-02-28 18:08:06 +01:00
wmayer
52e8d56ca6
py3: ported Sandbox to python3
2017-02-28 17:39:08 +01:00
looooo
79c3cad380
py3: Robot: gathering remaining diff of Robot-Modul
...
d90e334005baa59805a9c812203ef107ca3be2a8
2017-02-28 17:39:08 +01:00
wmayer
b096c0f07b
py3: ported Robot to python3
2017-02-28 17:39:08 +01:00
Priit Laes
80e7a51d01
python: Robot: *.py: Fix python3 syntax
2017-02-28 17:39:08 +01:00
looooo
4dd0ce8b19
py3: ReverseEngeneering: port Py_InitFunc to python3
2017-02-28 17:39:08 +01:00
wmayer
b4d0006e32
py3: ported ReverseEngineering to python3
2017-02-28 17:39:08 +01:00
wmayer
ab383c1df6
py3: ported Raytracing to python3
2017-02-28 17:39:08 +01:00
Priit Laes
165dcb97c2
python: Raytracing: *.py: Fix python3 syntax
2017-02-28 17:39:08 +01:00
looooo
4574348937
py3: Points: gathering commits:
...
5f682d2a97a0b965813077d03fa2aee65377f3b2
5ccfa18e8c8471639a7f98e294625c5532e7440e
24836b36d5214db6823d6ac409afa42ce47ce263
2017-02-28 17:39:08 +01:00
wmayer
137e68d087
py3: ported Points to python3
2017-02-28 17:39:08 +01:00
Bernd Hahnebach
81561f4b49
FEM: visible command names, use FEM instead of Fem
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
1b829a694a
FEM: vtk import, comment not used part of the code
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
24fa05ca14
FEM: code formating, flake8 in import Fenics mesh
2017-02-28 17:35:26 +01:00
joha2
4d5707db30
FEM: fenics xml mesh format, add export module
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
0e71f8f3d0
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
aa5fffce2e
FEM: gmsh mesh object task panel, fix import
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
eb38d089ef
FEM: z88 result reader, use generic result fill method
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
98de89a3b2
FEM: fill imported result object, some refactor work
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
f18d56cd50
FEM: result reader, replace try except by if key in dict
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
463ec12c3b
FEM: import tools, move fill result obj with imported results inside import tools module
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
a4393f45e3
FEM: import tools, move imported mesh creation def inside new import tools module
2017-02-28 17:35:26 +01:00
Kunda
f4b84e8963
FEM: source code typos, issue 0002914
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
c0cc70d8a9
FEM: gmsh mesh, make geo file better readable
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
3ee9aa0bbf
FEM: code formating, flake8
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
260f2760e3
FEM: ccx input writer, write object labels as comments
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
1286365de0
FEM: ccx input writer, typo
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
439c10a02c
FEM: vtk post processing, add peeq strain
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
48d2304814
FEM: result task panel, add peeq strain results and add peeq to result stats, by sodelo
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
6117a3f313
FEM: result object, view provider, move task panel checks inside the setEdit
2017-02-28 17:35:26 +01:00