Bernd Hahnebach
c2b2bb84e3
FEM: move python modules:
...
- object modules to new PyObjects directory
- Gui modules to new PyGui directory
2017-02-24 14:41:22 +01:00
Bruce B. Lacey
a30264394c
Qt5: cmake install dependencies on macOS
...
* Define QT_PLUGINS_DIR when building Qt5 on macOS
* Add Xcode XCTest search path
2017-02-24 14:38:43 +01:00
looooo
f1fcefb228
py3: Mesh: fix py3 Long/Int problem with python2
2017-02-24 14:20:50 +01:00
looooo
ab0adc1887
py3: gathering diff from Mod/Mesh
...
98a8275938388992ef1b7bb76dcd43438f61bf7e py3: make most of the unit test to succeed
2017-02-24 14:20:50 +01:00
wmayer
59fb7ec2cd
py3: ported MeshPart to python3
2017-02-24 14:20:50 +01:00
Yorik van Havre
707d6a0a4d
py3: ported Mesh to python3
2017-02-24 14:20:50 +01:00
Priit Laes
171d908615
python: TemplatePyMod: *.py: Fix python3 syntax
2017-02-24 13:48:41 +01:00
wmayer
f0188ae8ad
py3: ported Drawing to python3
2017-02-24 13:48:41 +01:00
Priit Laes
fa21cd5ec1
Drawing: Remove broken and unused DrawingAlgos.py file
2017-02-24 13:48:41 +01:00
Priit Laes
780348ef96
python: Drawing: *.py: Fix python3 syntax
2017-02-24 13:48:41 +01:00
Ian Rees
e257864d9f
Add git commit info to Doxygen index page.
2017-02-24 13:33:33 +01:00
wwmayer
ba4fe40e11
Merge pull request #551 from bblacey/macOS-app-icon-2920
...
Use scalable application icon resources on macOS
2017-02-24 13:28:16 +01:00
wwmayer
a64aac271c
Merge pull request #547 from bblacey/bundler
...
Packaging: macOS relocation of libraries without children
2017-02-24 13:24:00 +01:00
wmayer
1fa57c3d22
if possible then keep canonical curve and avoid to get a B-spline
2017-02-24 12:32:06 +01:00
wmayer
1a39dba72e
call BRepLib::BuildCurves3d after mapping a 2d curve onto a surface to correctly create a 3d curve
2017-02-24 09:42:54 +01:00
Bruce B. Lacey
e8f80da3a1
Packaging: macOS relocation of libraries without children
...
* macOS install path must be <bundle>/MacOS in order for
QLibrary to find qt.conf to set the correct bundle paths
* Refactored to add an explicit graph traversal to set the
dynamic loader id to handle the case where a bundled
resource does not have any children
* Fixed the case where rpaths were not removed from
libraries without children
* Improved diagnostics when bundling fail to finds
a dependent library in the search path
Mantis: #0002886
Refs: #535
2017-02-23 20:28:17 -08:00
Bruce B. Lacey
b601ea32f5
Use scalable application icon resources on macOS
...
Fixes #2920
2017-02-23 20:27:55 -08:00
Yorik van Havre
f045e31970
Arch: Support for object colors in DAE importer/exporter
2017-02-23 22:46:32 -03:00
wmayer
303bbd250e
allow to pass also a face to Curve2d.toShape
2017-02-23 21:31:03 +01:00
wmayer
cd810955f0
use Ctrl+MMB for zooming
2017-02-22 10:22:11 +01:00
wwmayer
07f5764c63
Merge pull request #544 from luzpaz/short-url-cont
...
Cleanup non-short-url wiki links in translations
2017-02-21 22:52:58 +01:00
wmayer
67fc7130cf
fix various warnings
2017-02-21 22:51:26 +01:00
Yorik van Havre
2eb6daa548
Fixed typos
2017-02-21 15:59:16 -03:00
Kunda
cfa03cd86f
Cleanup non-short-url wiki links in translations
...
...to avoid translators translating the url varable names
2017-02-21 12:35:25 -05:00
Alexander Gryson
8369ca4168
Updates based on forum feedback
2017-02-21 14:13:23 +01:00
Alexander Gryson
6f9ac6aa86
Update metadata
2017-02-21 14:13:23 +01:00
Alexander Gryson
04ab477113
Align PartDesign Workbench icons to guidelines
2017-02-21 14:13:23 +01:00
Bernd Hahnebach
276df06459
FEM: examples, update them to the updated python result mechanical object
2017-02-21 14:09:27 +01:00
Bernd Hahnebach
f88d6fde4c
FEM: result mechanical object, use same name sheme as for all other FEM objects
2017-02-21 14:09:27 +01:00
Bernd Hahnebach
50dc32e6b6
FEM: ccx writer, write peeq output request to input file if nonlinear material analysis,
...
by sodelo
2017-02-21 14:09:27 +01:00
Bernd Hahnebach
e05aa0bf0f
FEM: frd importer, import peeq strain if available,
...
by sodelo
2017-02-21 14:09:27 +01:00
Bernd Hahnebach
8c8398b95f
FEM: mechanical result object, add peeq strain propert,
...
by sodelo
2017-02-21 14:09:27 +01:00
Bernd Hahnebach
6bbf0c27f1
FEM: cmake, sort a entry
2017-02-21 14:09:27 +01:00
Bernd Hahnebach
82821a61f1
FEM: objects FEM, initialize names if they where not given
2017-02-21 14:09:27 +01:00
Bernd Hahnebach
92ca3c16fc
FEM: mesh region object, move make def into make objects FEM module
2017-02-21 14:09:27 +01:00
Bernd Hahnebach
0d7e060c60
FEM: mesh group object, move make def into make objects FEM module
2017-02-21 14:09:27 +01:00
Bernd Hahnebach
62228116a5
FEM: mesh gmsh object, move make def into make objects FEM module
2017-02-21 14:09:27 +01:00
Bernd Hahnebach
9cf0d23465
FEM: nonlinear material object, move make def into make objects FEM module
2017-02-21 14:09:27 +01:00
Bernd Hahnebach
a1b9c6db15
FEM: material object, move make def into make objects FEM module
2017-02-21 14:09:27 +01:00
Bernd Hahnebach
757e6b6205
FEM: mechanical result object, move make def into make objects FEM module
2017-02-21 14:09:27 +01:00
Bernd Hahnebach
9080fdafdc
FEM: constraint selfweight object, move make def into make objects FEM module
2017-02-21 14:09:27 +01:00
Bernd Hahnebach
92ec400d25
FEM: solver z88 object, move make def into make objects FEM modul
2017-02-21 14:09:27 +01:00
Bernd Hahnebach
e72516aafd
FEM: solver calculix object, move make def into make objects FEM module
2017-02-21 14:09:27 +01:00
Bernd Hahnebach
65845e4423
FEM: shell thickness object, move make def into make objects FEM module
2017-02-21 14:09:27 +01:00
Bernd Hahnebach
e37648161d
FEM: beam section object, move make def into make objects FEM module
2017-02-21 14:09:27 +01:00
Bernd Hahnebach
f4bb2a0624
FEM: analysis object, move make def into make objects FEM module
2017-02-21 14:09:27 +01:00
Bernd Hahnebach
cb6c050d14
FEM: create a make objects module to make python object creation more consistent
2017-02-21 14:09:27 +01:00
wmayer
d6dec867f3
fix insecure implementation of debugprint
2017-02-21 14:01:26 +01:00
looooo
bd42762a8a
py3: TechDraw: Int->Long
2017-02-21 13:59:30 +01:00
Yorik van Havre
5590acdfa5
py3: ported Measure and TechDraw
2017-02-21 13:59:30 +01:00