Paolo Cignoni
7cce9f185f
Update export_ply.h
2021-10-28 13:24:24 +02:00
alemuntoni
a0e7ed3d0a
solve bug for uninitialized public members in ply lib
2021-10-26 10:57:18 +02:00
Christian Rauch
91dcfaa306
fix typo in PLY loader error message
2021-10-20 11:29:58 +01:00
alemuntoni
18e841e3d0
fix import_dae, see #24
2021-10-20 11:27:02 +02:00
alemuntoni
0bb69855d9
removed other memset
2021-10-19 14:33:26 +02:00
alemuntoni
fa6bab7591
fix export ply scalar precision on texcoords
2021-10-13 15:29:56 +02:00
alemuntoni
735f93c256
fix load obj texture filename when has any option
2021-07-08 12:56:21 +02:00
alemuntoni
0f320aa671
fix off polygon export
2021-07-06 16:43:22 +02:00
alemuntoni
85d6665430
import_nvm - using std::cerr to remove ambiguous << operator on qDebug
2021-06-08 10:40:30 +02:00
alemuntoni
1ec2d65a58
fix stl importer for malformed file
2021-05-17 10:46:07 +02:00
alemuntoni
0882d62582
fix import matrix precision in aln parser
2021-04-20 10:25:54 +02:00
alemuntoni
0a17efe9a8
missing include import obj
2021-04-07 13:22:08 +02:00
alemuntoni
c1d9732381
support export per face point custom attributes on ply
2021-04-02 17:02:03 +02:00
alemuntoni
702c139108
ply export custom point attribute - set list size to uchar type
2021-04-02 16:37:10 +02:00
alemuntoni
6509139fc6
export point3f/d vertex attribute works ply files
2021-04-02 14:20:29 +02:00
alemuntoni
4001b5aa34
small refactor
2021-04-02 10:16:02 +02:00
alemuntoni
d4718bde6a
possibility to export double attributes in ply
2021-04-01 12:49:48 +02:00
alemuntoni
23082f1994
remove unsupported polygonal flag from export ply
2021-04-01 10:11:26 +02:00
alemuntoni
ad75e35593
codespell - see #92
2021-03-25 15:19:14 +01:00
Alessandro Muntoni
c275c8fa87
Merge pull request #166 from antonioneves/master
...
Close opened files when reading an STL file.
2021-03-25 14:33:28 +01:00
alemuntoni
adb799a0a2
fix const correctnes of face/component.h
2021-03-24 19:15:10 +01:00
alemuntoni
ea276afef7
fix wrong static usage on PerElement PlyInfo
2021-03-23 20:27:06 +01:00
alemuntoni
e0ccec2fc8
ConstPerFaceAttributeHandle
2021-03-23 16:12:04 +01:00
alemuntoni
7c601cc837
ConstPerVertexAttributeHandle
2021-03-23 15:27:13 +01:00
alemuntoni
8b36975248
dxf, gts and partial obj const correctness
2021-03-19 12:58:38 +01:00
alemuntoni
abcde4bbed
vrml const correctness
2021-03-18 18:54:15 +01:00
alemuntoni
3d0e74e472
stl const correctness
2021-03-18 18:30:54 +01:00
alemuntoni
0a2ed11ac2
(partial) ply const correctness
2021-03-18 18:21:59 +01:00
alemuntoni
a1e1ba882f
3ds const correctness
2021-03-18 17:23:27 +01:00
alemuntoni
b54ca75043
fix import_stl for windows build
2021-03-02 15:32:35 +01:00
alemuntoni
fed787ebb9
fix stl filesize computation for >2gb files (see https://github.com/cnr-isti-vclab/meshlab/issues/924 )
2021-03-02 14:25:30 +01:00
alemuntoni
e292f0cc9b
fix malformed file on some stl files (see https://github.com/cnr-isti-vclab/meshlab/issues/732 )
2021-02-12 17:48:34 +01:00
Luigi Malomo
4ae9537e75
added check for file path length when opening a mesh with the generic importer
2021-02-10 12:33:03 +01:00
Antonio
abb29e7300
Close opened files when reading an STL file.
2021-02-08 23:03:37 +01:00
alemuntoni
280245b70b
hardcoded floats to Scalar; fix some warnings ( #158 )
2021-01-28 12:46:13 +01:00
alemuntoni
cc0bd7b1e2
fix exif include
2020-11-30 10:59:15 +01:00
alemuntoni
59548afa48
import ply supports uint type for edge properties vertex1 and vertex2
2020-11-19 17:40:32 +01:00
alemuntoni
6228d92fec
solved crash for stl meshes > 2GB
2020-11-16 09:54:18 +01:00
alemuntoni
dd8c26474d
vcg/wrap/import_out.h uses easyexif lib, small typo corrected in alnParser
2020-09-23 13:07:03 +02:00
alemuntoni
7e6bdb7106
alnParser in wrap/io_trimesh
2020-06-24 12:36:50 +02:00
alemuntoni
f7871eed2d
bugfixes and PR template
2020-04-17 16:44:23 +02:00
alemuntoni
9bd0068798
fix import fbx without materials
2020-03-31 15:19:23 +02:00
alemuntoni
3285c6b1e5
fix some gcc warnings
2020-02-27 16:31:39 +01:00
nico
9e4394a656
corrected some error in Import/export 4rosy
2020-01-12 22:33:48 +11:00
Norbert Wenzel
d1c9bd68a0
Remove unused overloads that do not compile
...
The `ReadHeader()` overloads taking a character pointer (filename) as a
first parameter instead of a `FILE*` directly do not compile, as they
are calling an overload of `ReadHeader(FILE*)` which does not exist.
Clang does not seem to care as these functions are unused when compiling
MeshLab (and therefore also VCGLib) but GCC tries to compile these
(unused) functions and rightly fails.
This commit simply removes the overloads taking a filename (`char*`).
They are in a header, but since they should fail to compile on *any*
platform I guess it is safe to remove these overloads, as I do not
expect them to be used anywhere successfully.
2019-10-27 08:59:57 +01:00
T.Alderighi
910da4c3e3
fixed bug when opening ply files containing float scalartype on a double scalartype mesh and viceversa
2019-09-19 17:56:55 +02:00
T.Alderighi
ca65cf2162
added support for face normals export and import and face (double precision) quality export and import for ply format
2019-09-10 15:42:41 +02:00
Luigi Malomo
e6c18ff6d3
ply export: face quality type fixed
2018-12-14 16:44:55 +01:00
Paolo Cignoni
07de5590ff
Added support of polygonal mesh to OFF
...
(not only bitpoly also the plain poly mesh)
2018-11-29 00:32:58 +01:00
Andrea Maggiordomo
c67a33e45c
Adding multitexture support to FBX importer
2018-10-16 13:02:47 +02:00