Commit Graph

273 Commits

Author SHA1 Message Date
wmayer
af4ef2fa7f Coverity issues:
129202: replace dynamic_cast with static_cast
129421, 129422: fix Py_Return macro
128928: Unchecked return value
129488, 129490: uninitialized scalar variable
129567, 129661: uninitialized scalar field
129665: uninitialized pointer field
2016-08-15 21:28:41 +02:00
wmayer
691c2ddc21 add method to get self-intersections of a mesh via Python 2016-08-08 16:40:59 +02:00
wmayer
eb4235da65 add plausibility for self-intersectin check to filter out false-positives 2016-08-08 16:40:11 +02:00
wmayer
ad10d2104f add parameters to IsDeformed method 2016-07-31 19:08:42 +02:00
wmayer
489d3e7c92 fix rounding issue in IsDegenerated() method 2016-07-31 17:37:23 +02:00
wmayer
434c149c96 fix rounding issue in IsDegenerated() method 2016-07-31 13:48:09 +02:00
wmayer
dea5a1b6ee expose mesh analyzing functions to Python 2016-07-31 12:13:37 +02:00
wmayer
b2facd7113 + allow to customize algorithms in mesh evalutation panel 2016-07-30 19:51:16 +02:00
wmayer
1019bace65 + implement modifier class to allow limited access to internals of mesh kernel class 2016-07-30 15:31:45 +02:00
wmayer
c294c8bdbd + rename methods in Vector3 class
+ add convenience methods Cross and Dot to Vector3 class
+ fix bug in DistanceToLineSegment in Vector3 class
2016-07-30 15:14:47 +02:00
wmayer
217d4897fe support groups for export to obj format 2016-07-24 16:16:42 +02:00
wmayer
3f83814682 improve groups handling of obj mesh format 2016-07-24 00:23:45 +02:00
wmayer
f5d4cb09c8 compute minimum volume oriented box 2016-07-02 18:10:23 +02:00
wmayer
8c670f81b1 + add WildMagic algorithm to compute minimum volume oriented box 2016-07-02 17:01:56 +02:00
wmayer
ec5d1150ca + avoid memory exception when stl file is empty 2016-06-11 16:25:41 +02:00
wmayer
ec82ea252a + add overloaded methods of write() and read() to write and read from streams 2016-06-11 14:47:01 +02:00
wmayer
e8acca597a + add overloaded methods of save() and load() to write and read from streams 2016-06-11 13:48:24 +02:00
wmayer
e46865ee43 + support of obj format where texture colors are in range [0, 1] (as written by MeshLab) 2016-05-25 13:07:43 +02:00
wmayer
de714c33ce + fix reading of meshes with textures when vertexes are isolated 2016-05-25 12:22:01 +02:00
David Pello
21ffb0305f BSD Porting fixes, conditional compilation and use of gettimeofday() 2016-05-15 12:08:43 +02:00
Wolfgang E. Sanyer
5540dd81c2 Fixed bug ID0002513, where Mesh.export failed.
The failure occered when Mesh.export was passed just a filename, such as 'out.stl'. If
'/some/path/out.stl' was passed it succeeded.
2016-05-10 22:29:40 +02:00
wmayer
0a209f53be + add method to show parts of a mesh transparent 2016-04-29 18:15:31 +02:00
wmayer
e579d49e6c + add method to set a viewer for Mesh selection 2016-04-29 18:14:28 +02:00
wmayer
e404c33e0f + rename BrushSelection class to FreehandSelection 2016-04-29 17:43:43 +02:00
wmayer
dfa5972b4b + fix various warnings with VC12 2016-04-16 12:02:58 +02:00
Yorik van Havre
819f790900 updated translations 2016-04-06 22:39:34 -03:00
wmayer
39e41146bb + move creation of SoFCSelection node to ViewProviderBuilder to avoid code duplication 2016-03-31 15:54:33 +02:00
wmayer
03c7cc5a3b + remove unneeded namespace 2016-03-31 14:14:22 +02:00
wmayer
b4c6139bfb + improve MeshSelection class 2016-03-31 13:35:55 +02:00
wmayer
37fb31b8fb + fix mesh merge 2016-03-22 11:06:04 +01:00
Yorik van Havre
66e33b066a Updated translation files from crowdin 2016-03-17 23:29:11 -03:00
Yorik van Havre
7d0012e160 Added latest translations from crowdin 2016-03-06 14:50:07 -03:00
wmayer
88290c041e + get also back normals from MeshObject::getPoints 2016-03-04 18:28:49 +01:00
wmayer
d962fda983 + removed unneeded pure virtual method getFaces from PropertyComplexGeoData
+ extend interface of ComplexGeoData::getPoints to also return normals if available
2016-03-04 17:16:57 +01:00
wmayer
c3075a49e5 + function to create points from mesh 2016-03-04 16:00:08 +01:00
wmayer
6c3bb7c7c4 + support of export of points to pcd and ply format 2016-03-04 14:48:26 +01:00
Yorik van Havre
81008006c0 Updated translation files 2016-03-01 12:34:03 -03:00
wmayer
b500af9afa + set range for quantity boxes 2016-02-29 12:29:02 +01:00
wmayer
7a2b8b9dcf + code clean-up 2016-02-28 19:01:23 +01:00
wmayer
c311d0e0e8 + use quantity boxes in mesh segmentation dialog 2016-02-28 12:48:55 +01:00
wmayer
87cf050ce1 + use quantity boxes in mesh solid creation dialog 2016-02-28 12:44:29 +01:00
Yorik van Havre
03e0792dc7 Merge pull request #102 from triplus/SVG_WB_Icons
Add SVG workbench icons
2016-02-27 16:06:13 -03:00
wmayer
e2293f5d5e + use quantity boxes in inspection dialog 2016-02-27 19:07:29 +01:00
wmayer
a4cd9980d0 + use quantity box in DlgSettingsImportExport 2016-02-27 17:16:38 +01:00
triplus
93c7a6bcac Add SVG workbench icons 2016-02-26 23:17:43 +01:00
Yorik van Havre
f93b1b26df Added updated translations from crowdin - fixes #2443 2016-02-26 18:32:02 -03:00
wmayer
9bc09dcb64 + add convenience methods to query/alter selection of mesh object 2016-02-24 21:31:12 +01:00
wmayer
9ecd306df5 + fix a memory leak in mesh selection 2016-02-24 21:00:26 +01:00
wmayer
6877619d94 + fix to load mesh with colours 2016-02-13 20:01:47 +01:00
wmayer
441eb8e8da + support of colors per vertex in obj mesh format 2016-02-10 15:09:04 +01:00