Commit Graph

248 Commits

Author SHA1 Message Date
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
Yorik van Havre
3106ca7df3 Added slovenian language 2016-02-03 13:36:51 -02:00
Yorik van Havre
758b0778d4 Updated translations with latest from crowdin 2016-02-01 23:32:58 -02:00
wmayer
32812767c4 + rename method 'transform' to 'tramsformGeometry' for the classes PropertyNormalList and PropertyCurvatureList
+ make transformGeometry method ready for undo/redo
2016-01-22 13:18:24 +01:00
wmayer
38660ce742 + simplify porting of Mesh module to Python3 2016-01-21 15:49:22 +01:00
Yorik van Havre
21504fc467 Made last commit non-C++11 compatible 2016-01-19 11:25:16 -02:00
Ian Rees
f9f8efa120 Added ability to change mesh export tolerance. 2016-01-19 20:44:17 +13:00
wmayer
a5ff4dda11 + use TRUE and FALSE for Vrml output (reverts part of commit 7d0e892d3) 2016-01-05 17:27:56 +01:00
Mateusz Skowroński
6942c23895 Qt4's qglobal.h defined TRUE and FALSE. Qt5 does not do it anymore. Replace it with true and false.
158f39ec78

This change is Qt4/Qt5 neutral.
2016-01-05 16:43:33 +01:00
Mateusz Skowroński
f48f0f69be Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags.
This change is Qt4/Qt5 neutral.
2016-01-05 16:07:58 +01:00
Mateusz Skowroński
c275b35d48 QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
This change is Qt4/Qt5 neutral.
2016-01-05 16:07:25 +01:00
Mateusz Skowroński
0695552cff QString::toAscii() is obsolete in Qt5. Replace it with toLatin1().
This change is Qt4/Qt5 neutral.
2016-01-05 16:06:48 +01:00
wmayer
b39093fd72 + support cutting of coloured mesh 2016-01-04 14:39:54 +01:00
Yorik van Havre
80f27ca316 Updated ts files prior to translation cycle 2016-01-03 19:45:29 -02:00
wmayer
8505be37f9 + fix build failure with gcc 2016-01-03 19:30:03 +01:00
wmayer
85abdee744 + handling of colored mesh in view provider 2016-01-03 01:16:00 +01:00
wmayer
a7ec23e471 + make faster reading ply mesh files 2016-01-03 01:14:48 +01:00
wmayer
78822ab8e9 + fix rendering bug for colored 2016-01-01 15:37:05 +01:00
wmayer
9f19d5611a + support reading mesh files with colors 2015-12-31 21:07:04 +01:00
wmayer
0442b53057 + optimize algorithm to get curvature on mesh points and drop dependency to WildMagic 2015-12-30 10:26:53 +01:00
wmayer
d5f2b00609 + add missing comma in property item 2015-12-23 15:43:29 +01:00
Mateusz Skowroński
1858400e61 QInputDialog::getInteger() is obsolete in Qt4. Replace it with getInt().
This change is Qt4/Qt5 neutral.
2015-12-22 14:18:47 +01:00
wmayer
93a3dc0cdd + fix warnings with Win32 build 2015-12-01 00:51:57 +01:00
wmayer
c633ec4075 + make API of InventorBuilder more flexible and add new methods 2015-11-26 15:27:40 +01:00
wmayer
2d09b48662 + fix undefined behaviour in determining grid length for planar meshes 2015-11-16 11:59:41 +01:00
wmayer
3797c51eea + properly handle case of degenerated bounding box when creating mesh grid 2015-11-14 14:08:01 +01:00