Commit Graph

66 Commits

Author SHA1 Message Date
wmayer
d19ada810f + split file extension from descriptive text of file format to avoid that invalid translation breaks file dialog
+ add method to make image view unclosable for user
+ fix possible crash in MeshAlgorithm::GetMeshBorder
+ fix possible crash in MeshAlgorithm::ConnectLines
2015-10-06 17:28:52 +02:00
wmayer
596275c33d + fix warnings: -Wunused-private-field and -Wtautological-compare 2015-10-04 13:27:44 +02:00
wmayer
446cbca7d4 + fix build failure with gcc 2015-09-25 01:19:22 +02:00
wmayer
9a0fc2dcdc + improve ply support 2015-09-24 23:19:33 +02:00
Mateusz Skowroński
05f95c0506 Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
wmayer
4a176cbe29 + fix various warnings 2015-08-29 22:05:09 +02:00
wmayer
5765af2017 + avoid slow heap checking in debug mode when loading a mesh file 2015-08-12 17:51:22 +02:00
wwmayer
6bf065c097 + fix many minor warnings, activate -Wall for gcc 2015-08-02 22:32:18 +02:00
wmayer
c6c48ddeb1 + fix crash in MeshCurvature::ComputePerVertex for empty meshes 2015-07-27 12:17:16 +02:00
wmayer
bbd5a882b3 + extend Inventor builder, project curve on mesh 2015-04-22 17:15:49 +02:00
wmayer
65061346d8 + write out material information for x3d format 2015-02-13 17:26:49 +01:00
wmayer
f95082da33 +support to write/read colors to/from OFF file 2015-02-02 09:59:02 +01:00
Julien Nabet
ac57af3b8a Fix some cppcheck reports:
- (error) va_list '<var>' was opened but not closed by va_end()
- (style) Same expression on both sides of '||'
- (style) Same expression on both sides of '!='
2015-01-06 11:37:44 +01:00
wmayer
6ee59180b0 + fix issues on 64-bit Linux/MacOSX systems 2014-11-19 15:32:35 +01:00
wmayer
42c22c1d22 + improve plane fit 2014-11-04 15:03:25 +01:00
wmayer
84b2478776 + improve error handling in plane fit 2014-11-03 18:20:55 +01:00
wmayer
696d4a5f4a + fix warnings with clang 2014-09-24 17:46:04 +02:00
jriegel
d0d832896a Merge remote-tracking branch 'refs/remotes/origin/jriegel/NewWinBuild' into jriegel/review-NewLibPack
Conflicts:
	src/3rdParty/salomesmesh/CMakeLists.txt
2014-08-27 15:39:00 +02:00
jriegel
e933497ee4 Use default eigen in Approximation... 2014-08-13 21:00:15 +02:00
jriegel
8245a64c52 Change std::make_pairs to C++11 standard without template arguments 2014-08-13 20:59:29 +02:00
wmayer
7262c8b278 + fix author note, fix various crashes, improve mesh selection stuff 2014-08-01 16:39:59 +02:00
wmayer
1ca5955389 + improve the plane fit from REEN module 2014-07-28 16:39:34 +02:00
wmayer
552cb1a308 + Make destructor virtual for classes with virtual methods (based on DevJohan's patch) 2014-07-26 19:17:12 +02:00
wmayer
050bab79f0 + fix mesh trimming 2014-07-16 18:21:30 +02:00
wmayer
aca282e0e3 + fix mesh triming 2014-07-16 13:57:14 +02:00
wmayer
09572a364a + fixes #0001499: Mesh trim loses some triangles 2014-07-15 18:42:42 +02:00
wmayer
3ec88ef51e + Mesh trim loses some triangles 2014-07-15 13:31:15 +02:00
wmayer
a9040b9edf + simplify basic VRML export of mesh kernel, + allow to export mesh with texture via Python 2014-07-11 19:27:48 +02:00
wmayer
55984a200f + fix flaws found with code analyzer tool 2014-05-07 13:09:44 +02:00
wmayer
ad24c619d6 + Better support of clang, fix issues discovered by clang 2014-05-05 18:25:59 +02:00
wmayer
45f8f5c1cf + fixes #0001430: SegFault when FreeCAD imports textured PLY file 2014-03-01 16:32:29 +01:00
wmayer
3fe720f3bc + Replace math.h with cmath 2014-01-05 11:25:40 +01:00
wmayer
c661331613 + Support to write out mesh name 2013-12-22 15:02:40 +01:00
wmayer
49b72a8193 + Support of export to X3D for meshes 2013-11-25 13:39:31 +01:00
wmayer
70b626af09 + fix possible endless loop in mesh grid, allow to set an array of points to the kernel 2013-11-19 18:11:46 +01:00
wmayer
dd672d2b2f + Fix double to float cast 2013-10-10 17:15:03 +02:00
jriegel
abf1623f07 Add SchemaVersion to RestoreDocFile to distinquish double from float binary 2013-09-24 11:01:09 +02:00
jriegel
718972e48a small fixes 2013-09-24 11:01:06 +02:00
Yorik van Havre
4005b199e0 0001102: Updated all links to old freecad homepage and wiki to the new ones 2013-09-15 17:04:42 -03:00
wmayer
92ce5e48bb Fix warnings 2013-09-09 15:01:56 +02:00
wmayer
eca13dbab7 Enhance API of mesh selection 2013-09-04 12:18:20 +02:00
wmayer
e080ce7ed3 + fix whitespaces 2013-09-04 12:11:16 +02:00
wmayer
223ed74277 Edge collapse method 2013-07-23 13:28:37 +02:00
wmayer
c424b73ee5 Fix whitespaces 2013-04-26 17:19:23 +02:00
jriegel
0c8cfa92e5 Log in FemMesh view provider and some warnings fixed 2013-02-18 22:29:02 +01:00
wmayer
bdd41c40a0 Mesh analyzing algorithms 2013-02-17 08:28:01 +01:00
wmayer
4c92ec056d Add utility class to better debug algorithms 2012-08-11 15:09:08 +02:00
wmayer
d08334dacc 0000788: OFF import doesn't handle empty lines properly 2012-07-07 11:52:18 +02:00
wmayer
8a94ba885c Fix critical warnings 2012-06-13 18:49:10 +02:00
wmayer
bc3e3f0cd8 Add method to find segment of a facet index 2012-05-30 17:32:55 +02:00