wmayer
9e01a08eaf
+ use quantity boxes in mesh segmentation dialog
2016-02-28 12:48:55 +01:00
wmayer
1fd06ef59b
+ use quantity boxes in mesh solid creation dialog
2016-02-28 12:44:29 +01:00
Yorik van Havre
67257633d6
Merge pull request #102 from triplus/SVG_WB_Icons
...
Add SVG workbench icons
2016-02-27 16:06:13 -03:00
wmayer
f868120a77
+ use quantity boxes in inspection dialog
2016-02-27 19:07:29 +01:00
wmayer
ede0dbdff7
+ use quantity box in DlgSettingsImportExport
2016-02-27 17:16:38 +01:00
triplus
d432c72a15
Add SVG workbench icons
2016-02-26 23:17:43 +01:00
Yorik van Havre
28b6c82555
Added updated translations from crowdin - fixes #2443
2016-02-26 18:32:02 -03:00
wmayer
63e09bcbc2
+ add convenience methods to query/alter selection of mesh object
2016-02-24 21:31:12 +01:00
wmayer
d891ddba33
+ fix a memory leak in mesh selection
2016-02-24 21:00:26 +01:00
wmayer
fbd6f9002c
+ fix to load mesh with colours
2016-02-13 20:01:47 +01:00
wmayer
33344be035
+ support of colors per vertex in obj mesh format
2016-02-10 15:09:04 +01:00
Yorik van Havre
2e2192f88a
Added slovenian language
2016-02-03 13:36:51 -02:00
Yorik van Havre
37b1bdbe27
Updated translations with latest from crowdin
2016-02-01 23:32:58 -02:00
wmayer
27fbccaeab
+ 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
c9f168d3a2
+ simplify porting of Mesh module to Python3
2016-01-21 15:49:22 +01:00
Yorik van Havre
f480791472
Made last commit non-C++11 compatible
2016-01-19 11:25:16 -02:00
Ian Rees
b6a1fd85ea
Added ability to change mesh export tolerance.
2016-01-19 20:44:17 +13:00
wmayer
a9189fb052
+ use TRUE and FALSE for Vrml output (reverts part of commit 7d0e892d3)
2016-01-05 17:27:56 +01:00
Mateusz Skowroński
7d0e892d36
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
3b463f2138
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
cd2db00f22
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
d5c074f80d
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
1d05f9c66e
+ support cutting of coloured mesh
2016-01-04 14:39:54 +01:00
Yorik van Havre
1747fb643f
Updated ts files prior to translation cycle
2016-01-03 19:45:29 -02:00
wmayer
145fe4a364
+ fix build failure with gcc
2016-01-03 19:30:03 +01:00
wmayer
b6faaefaf8
+ handling of colored mesh in view provider
2016-01-03 01:16:00 +01:00
wmayer
dd9e8c5bb1
+ make faster reading ply mesh files
2016-01-03 01:14:48 +01:00
wmayer
0ea477b420
+ fix rendering bug for colored
2016-01-01 15:37:05 +01:00
wmayer
342198ea87
+ support reading mesh files with colors
2015-12-31 21:07:04 +01:00
wmayer
c2b66766b2
+ optimize algorithm to get curvature on mesh points and drop dependency to WildMagic
2015-12-30 10:26:53 +01:00
wmayer
b55defa4f3
+ add missing comma in property item
2015-12-23 15:43:29 +01:00
Mateusz Skowroński
99ca18f541
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
2b2358e70b
+ fix warnings with Win32 build
2015-12-01 00:51:57 +01:00
wmayer
898e0fb359
+ make API of InventorBuilder more flexible and add new methods
2015-11-26 15:27:40 +01:00
wmayer
4f4d747968
+ fix undefined behaviour in determining grid length for planar meshes
2015-11-16 11:59:41 +01:00
wmayer
7848d08121
+ properly handle case of degenerated bounding box when creating mesh grid
2015-11-14 14:08:01 +01:00
wmayer
85994d17b8
+ replace || operator in BoundBox2D with real function names
2015-10-14 18:45:13 +02:00
wmayer
1d04ce9ea0
+ port SurfaceFit to Eigen3 and add unit tests
2015-10-13 20:03:47 +02:00
wmayer
a4d1dbe5f0
+ rework BoundingBox class and its Python binding
2015-10-11 00:18:53 +02:00
wmayer
b7be7aec13
+ Prefer prefix ++/-- operators for non-primitive types
2015-10-07 13:38:17 +02:00
wmayer
5a78a6ab79
+ Prefer prefix ++/-- operators for non-primitive types
2015-10-07 11:32:38 +02:00
wmayer
f53a691bba
+ Prefer prefix ++/-- operators for non-primitive types
2015-10-06 21:16:44 +02:00
wmayer
967eead27a
+ 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
3998bd7f98
+ fix warnings: -Wunused-private-field and -Wtautological-compare
2015-10-04 13:27:44 +02:00
wmayer
36dd6946a9
+ fix clang warnings
2015-10-02 23:32:01 +02:00
wmayer
fa5b160887
+ fix export of ASCII STL
2015-09-27 10:58:51 +02:00
wmayer
f8d3210730
+ fix build failure with gcc
2015-09-25 01:19:22 +02:00
wmayer
202b51171c
+ improve ply support
2015-09-24 23:19:33 +02:00
wmayer
12050b4c7d
+ use escaped unicode for mesh import
2015-09-24 10:10:22 +02:00
Mateusz Skowroński
43a4a5938c
Fix files encoding. Go from ISO8859-1 to UTF-8.
2015-09-21 19:50:49 -03:00