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
Yorik van Havre
163d206513
Updated ts files
2015-09-14 14:31:47 -03:00
wmayer
9da3580b3d
WildMagic: Remove -Wunused-result warnings.
2015-09-11 18:20:49 +02:00
sgrogan
8cfc4b66be
Remove Hardcoded Icons from Drawing and Mesh WB
2015-09-09 12:15:55 -03:00
Alexander Golubev
0603c3fb61
App/DocumentObserver: make slot methods unimplemented rather pure-virtual and clenup derived classes accordingly
2015-09-02 13:54:44 +02:00
wmayer
3a4e93bb3d
+ implement method getPointNormals
2015-09-01 14:59:14 +02:00
wmayer
cb16fec6bb
+ fix various warnings
2015-08-29 22:05:09 +02:00
Alexander Golubev
cf652c8410
Mod/Mesh: suppress bunch of warnings on C++11 usage
...
Warnings was like:
src/Mod/Mesh/App/WildMagic4/Wm4Vector4.cpp|21 col 49| warning: first declaration of static data member specialization of 'ZERO' outside namespace 'Wm4' is a C++11 extension [-Wc++11-extensions]
2015-08-29 18:36:00 +02:00
wmayer
60707fc256
+ algorithm to split a segment from the mesh
2015-08-20 08:49:22 +02:00
wmayer
790714712a
+ avoid slow heap checking in debug mode when loading a mesh file
2015-08-12 17:51:22 +02:00
wmayer
76c0f55ebe
+ make mesh merge more performant
2015-08-04 11:32:52 +02:00
Yorik van Havre
b4ea012edc
Mesh: Added Mesh Merge command
...
This command joins selected mesh objects into one
2015-08-03 15:46:30 -03:00
wwmayer
e7441149f0
+ fix many minor warnings, activate -Wall for gcc
2015-08-02 22:32:18 +02:00
wmayer
b81482d597
+ harmonize Coin3D cmake variables with official check
2015-07-28 14:55:15 +02:00
wmayer
7d98705396
+ harmonize XercesC cmake variables with official check
2015-07-28 14:17:49 +02:00
wmayer
ddac5eed60
+ fix crash in MeshCurvature::ComputePerVertex for empty meshes
2015-07-27 12:17:16 +02:00
wmayer
d95003e92c
+ replace deprecated PYTHON_INCLUDE_PATH
2015-07-25 18:29:42 +02:00
wmayer
44ae0d7ae7
+ fix mesh smoothing panel
2015-07-14 17:02:38 +02:00
wmayer
997001bbd9
+ usage of QSint
2015-07-07 12:34:20 +02:00
wmayer
e404490651
+ fix broken PolyPickerSelection
2015-07-02 14:51:38 +02:00