wmayer
d1588052ff
(tmp.) switch off Web module when building with Qt5
2018-05-27 19:03:26 +02:00
Przemo Firszt
db902b4622
Add fedora spec and support files
...
That will allow automatic fedora builds using COPR
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2018-05-27 18:46:58 +02:00
wmayer
0425c7f3c8
fixes #0003493 : Python Shape.isClosed() returns false for any solid, including primitive Parts
2018-05-27 15:10:44 +02:00
wmayer
4b089f9667
fix inconsistency with default value of random shape color
2018-05-26 18:52:58 +02:00
wmayer
7c010ab9a4
implement option to change corner of navi cube
2018-05-26 18:51:53 +02:00
wmayer
d15c7d0673
+ option to disable navi cube
...
+ handle destruction of GL context in 3d viewer class
+ fix for OpenGL error message: 'Texture is not valid in the current context. Texture has not been destroyed'
2018-05-26 15:33:45 +02:00
wmayer
865f83b574
remove unrealiable implementation of ViewNormalToSketchPlaneCmd
2018-05-26 15:33:45 +02:00
wmayer
ddf881a1db
make NaviCube working for Qt4 and Qt5
2018-05-26 15:33:45 +02:00
wmayer
ba99fff1d9
fix Qt5 build failure
2018-05-26 15:33:45 +02:00
Kustaa Nyholm
13a4f84145
First Qt5 compatible NaviCube attempt
2018-05-26 15:33:45 +02:00
Yorik van Havre
934603b604
Draft: Fixed draft2sketch not working with ellipses
2018-05-25 18:48:04 -03:00
Mark Ganson TheMarkster
e0ef642d24
fix copy/paste error, add back 3 lines
...
Good catch, Yorik. I never intended to remove those lines. Must have happened when I was editing the documentation string.
2018-05-25 17:26:00 -03:00
Mark Ganson TheMarkster
f9212edc6d
Update Draft.py
2018-05-25 17:26:00 -03:00
Mark Ganson TheMarkster
e74a18f09c
Update Draft.py
2018-05-25 17:26:00 -03:00
DeepSOIC
0c4c04156c
Part: fix imports of Show.TempoVis
2018-05-25 17:24:57 -03:00
DeepSOIC
78f054f09f
Show: improve container support
2018-05-25 17:24:57 -03:00
DeepSOIC
0511284f08
Show: toggle support for sketch clipping plane
2018-05-25 17:24:57 -03:00
DeepSOIC
7edfe0f26e
Show: fixes
2018-05-25 17:24:57 -03:00
Abdullah Tahiri
ab478f947c
Sketcher: Section Command enabling the clipping planes
2018-05-25 17:24:57 -03:00
Abdullah Tahiri
c3f0513cca
Sketcher: Section view artwork
2018-05-25 17:24:57 -03:00
DeepSOIC
bd442192fb
Show: fix forgotten cmakelists
2018-05-25 17:24:57 -03:00
DeepSOIC
75ba527311
Show: more fixes
2018-05-25 17:24:57 -03:00
DeepSOIC
1bf9da8a2a
TempoVis: Clip Plane Support
2018-05-25 17:24:57 -03:00
wmayer
e4cea7f3ca
fix possible stack overflow when finishing edit mode
2018-05-24 19:37:16 +02:00
looooo
9fb122008b
2to3: port some missing print statements
2018-05-23 19:13:54 +02:00
looooo
ab3ec6cc73
py2 fix: open doesn't accept encoding attribute
2018-05-23 19:13:54 +02:00
looooo
71dd8934a7
add python syntax checker
2018-05-23 19:13:54 +02:00
looooo
c801808bed
python syntax checker: remove some strange leading characters
2018-05-23 19:13:54 +02:00
looooo
8e8d0d0cba
py3: Import: 2to3
2018-05-23 19:13:54 +02:00
looooo
25bd2d2ab1
py3: tools: 2to3
2018-05-23 19:13:54 +02:00
looooo
ec22a90789
py3: fem: fix gmsh bytes problem
2018-05-23 19:13:54 +02:00
wmayer
4682b4fd25
fix -Wparentheses-equality
2018-05-23 18:40:47 +02:00
Bernd Hahnebach
2ef1d2f363
FEM: geometric selection widget, more errors as popups, better clear selection
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
253b3a5233
FEM: geometric selection widget, check to only allow to select one geometric shpape type for the list
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
fa484c65d3
FEM: default display mode, name it Default as it is done in all other FEM obj where a Default display mode is needed
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
5ac8431a17
FEM: selection observer, move class into selection widgets module
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
c574fb2760
FEM: Python obj VP, code formating
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
964ede3f4c
FEM: Python geometry selection class, use it for material obj
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
eb88c9045c
FEM: Python geometry selection class, use it for gmsh mesh boundary layer
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
6a2ac85d59
FEM: Python geometry selection class, use it for gmsh mesh group
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
5f66ca215a
FEM: Python geometry selection class, adapt it to Solid selection and use it for gmsh mesh region
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
366af6d778
FEM: Python geometry selection class, use it for fluid 1D obj
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
faf6e52000
FEM: Python geometry selection class, use it for beamsection obj and rotation obj
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
c84077ba44
FEM: Python geometry selection class, make it useable for Vertex, Edge and Face
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
c20994358c
FEM: implement a geometry reference selection class, use it for shell thickness obj
2018-05-23 17:59:29 +02:00
joha2
24452df93e
FEM: fenics #0003038 : this fixes the CellFunction type to get access to the measures correctly
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
50724bbe50
FEM: some Python constraint VP, add import of FemGui to get the icon in TreeView when there is no analysis and Fem is not loaded
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
103371f571
FEM: menue entries and tool bars, code formating
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
bf671db126
FEM: menu entries, add one for electrostatic potetial
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
f06132d3e8
FEM: result and gmsh mesh obj, do not load FEM wb on double click. Only the analysis container should have this
2018-05-23 17:59:29 +02:00