Yorik van Havre
940f7e69ba
Updated translations
2014-05-24 17:35:20 -03:00
wmayer
17b7003ea7
+ fixes #0001549 : crash with Draft move tool while sketch is in edit mode
2014-05-20 15:25:03 +02:00
Yorik van Havre
ec442507e1
Updated ts files
2014-05-11 14:49:24 -03:00
wmayer
6b89c03181
Add initial support for different libdir (jobermayr)
2014-05-10 12:57:38 +02:00
wmayer
2d4110b0f3
+ Better support of clang, fix issues discovered by clang
2014-05-05 18:25:59 +02:00
wmayer
3b6d07833d
+ compile with clang
2014-05-05 16:24:01 +02:00
mdinger
337f05d56e
Move python module prefix and suffix properties into macro to be set together
2014-05-03 16:00:30 +02:00
wmayer
1a7cea9b59
+ Fix prefix of Python extensions built with MinGW
2014-04-30 18:22:52 +02:00
mdinger
a17cce3559
Remove unnecessary quotes.
2014-04-30 13:41:16 +02:00
mdinger
1942bb7906
Apply SET_BIN_DIR macro to Mod
2014-04-30 13:41:13 +02:00
jriegel
2bf7083db4
fix FEM result dialog
2014-04-14 03:17:37 +02:00
jriegel
a988ead620
Fix in color calculation
2014-04-13 18:03:04 +02:00
jriegel
eadc02d65d
some fixes in Fem
2014-04-13 16:42:41 +02:00
Yorik van Havre
3a8d83bed9
Updated ts files from source
2014-03-10 20:36:59 -03:00
jriegel
aa6bafa222
fix for reset the color information on changing the base mesh
2014-02-16 14:33:47 +01:00
jriegel
cd69467ede
Finish get nodes by surface
2014-02-09 17:55:35 +01:00
jriegel
5a4b4da59f
Fix for Python binding in FEM result objects
2014-01-15 19:33:44 +01:00
jriegel
6078846fa2
Increase Performance Postprocessing
2014-01-11 14:50:22 +01:00
jriegel
c71c1b8679
Improving Post-Processeing performance
2014-01-11 14:50:08 +01:00
wmayer
847b6b79e0
+ Replace math.h with cmath
2014-01-05 11:25:40 +01:00
jriegel
cb63cba061
Further implementation of Post-Processing
2014-01-03 17:30:49 +01:00
jriegel
f92d310ac3
Start Gui for Displacement Post-Processing
2013-12-31 17:16:51 +01:00
jriegel
efc311f908
Postprocessing: Color per Element at FemMesh
2013-12-31 13:52:13 +01:00
jriegel
226c25f9d9
Finish loading Calculix result files
2013-12-31 12:41:22 +01:00
jriegel
9a239261bb
fix in get visible faces
2013-12-02 20:35:12 +01:00
jriegel
09fe84abbf
Finish Displacement and animation of it.
2013-11-28 23:30:21 +01:00
jriegel
61e289036e
Starting Displacement post-processing to the FemMesh ViewProvider
2013-11-28 19:52:58 +01:00
wmayer
a98c967be4
+ Remove duplicate icon
2013-11-25 10:26:09 +01:00
jriegel
7336a31e44
Add Attribute to FemMeshViewProvider python class to get all visible FemMesh faces.
2013-11-17 13:08:45 +01:00
wmayer
909f7d6c13
+ Fix inconsistency in context-menu of FEM view provider
2013-11-09 11:05:08 +01:00
wmayer
530ea288f2
+ Make sure that number of Points and Normals is the same
2013-11-09 10:56:40 +01:00
wmayer
09b896f40e
+ Implement observer for active analysis object
2013-11-08 18:51:47 +01:00
wmayer
86760cf414
+ Fix typo, fix undo/redo problem when creating an FEM analysis object
2013-11-08 09:57:37 +01:00
wmayer
9af4f7ee73
+ Fix compiler warnings
2013-10-11 12:24:49 +02:00
wmayer
495cac2d25
+ Fix double to float cast
2013-10-10 17:27:01 +02:00
jriegel
30b189c1da
Merge branch 'refs/heads/double-precision-werner'
...
Conflicts:
src/App/Document.cpp
src/App/PropertyGeo.cpp
src/App/PropertyStandard.cpp
src/Base/Reader.cpp
src/Base/Reader.h
src/Gui/propertyeditor/PropertyItem.cpp
src/Mod/Fem/Gui/ViewProviderFemMesh.cpp
src/Mod/Inspection/Gui/ViewProviderInspection.cpp
src/Mod/Mesh/App/MeshProperties.cpp
src/Mod/Part/App/TopoShapeFacePyImp.cpp
src/Mod/PartDesign/App/FeatureRevolution.cpp
2013-09-26 00:05:05 +02:00
jriegel
664c1d4862
Integrate Werners & Jans double branch
...
Move from float to double
Further suggestions for float -> double move
Moved Tools2D from float to double
More suggestions for float->double move from Gui subdirectory
Changes to FEM constraint visuals for float->double move
Suggested changes for float -> double move
Suggestions for Part module moving float -> double
2013-09-24 11:00:57 +02:00
wmayer
7f874b9767
+ cppcheck fixes
2013-09-20 21:00:45 +02:00
jriegel
9833d995e6
Fix for edge color problem
2013-09-12 21:57:43 +02:00
jriegel
c6fec1373d
Fem Postprocessing set color on nodes
2013-09-11 20:00:51 +02:00
jriegel
66cab2d207
Fix visual glich in Mesh and start proprocessing
2013-09-02 20:53:53 +02:00
jriegel
0285dfede9
clean up commands in FEM
2013-08-19 21:30:56 +02:00
jriegel
dca9a25a2b
Nicer more informative Isostatic dialog
2013-08-15 22:50:09 +02:00
jriegel
fede3064b5
Start updating Fem workbench
2013-08-11 23:19:52 +02:00
jriegel
214235e753
Update Fem workbench
...
Adding new materials and making some of the objects to python objects
2013-08-11 23:08:43 +02:00
jriegel
a5262f9cb7
Add python object for the FemMesh ViewProvider for later postprecessing capabilities
2013-08-04 20:39:08 +02:00
jriegel
bd6dc08a1b
Make Fem::Analyses object inheritable to python and some fixes in Material
2013-08-04 19:22:17 +02:00
jriegel
9155eed7d9
Implement Isostatic Gui
2013-07-24 22:15:25 +02:00
jriegel
08e2cf1e40
more info on meshing and recalculation only if needed
2013-07-23 21:45:12 +02:00
jriegel
3f7f010041
some fixes of the fixes ;)
2013-07-10 07:45:39 +02:00