10265 Commits

Author SHA1 Message Date
Paolo Cignoni
b2e2ccff7e Added Vertex Sampling option to the attribute transfer (useful for transferring attributes from vertex to vertex in the case of identical meshes) 2022-05-26 12:17:56 +02:00
alemuntoni
083145bbe9 update vcg 2022-05-18 12:01:47 +02:00
github-actions[bot]
42a93c75c9
Automatic merge branch 'main' into 'devel' 2022-05-18 09:54:47 +00:00
alemuntoni
7c09617f8d fix auto merge workflow 2022-05-18 11:34:50 +02:00
alemuntoni
46621b1296 icon on windows folder 2022-05-18 11:05:38 +02:00
alemuntoni
fa964a8a18 proper icon management on linux 2022-05-18 10:41:02 +02:00
alemuntoni
58064fd4a2 change build type to Release instead of MinSizeRel 2022-05-17 16:40:59 +02:00
alemuntoni
58d9cdba3b move build and install dirs outside src on windows 2022-05-17 15:38:54 +02:00
alemuntoni
445f870215 move build and install dirs on macos outside src 2022-05-17 15:14:45 +02:00
alemuntoni
e17459c7bd move build and install dirs on linux outside src 2022-05-17 13:13:08 +02:00
alemuntoni
c2f10b32d2 remove upgrade from linux workflows 2022-05-17 11:01:55 +02:00
alemuntoni
5e9e5a7317 directories reorganization 2022-05-17 10:56:56 +02:00
github-actions[bot]
7413638e3e
Automatic merge branch 'main' into 'devel' 2022-05-13 08:23:51 +00:00
alemuntoni
888b00fb2a update secrets names 2022-05-13 10:23:06 +02:00
alemuntoni
29ae1b79d0 update vcglib - Doo Sabin filter 2022-05-12 15:06:50 +02:00
Paolo Cignoni
4f3f35f7d5 Added Doo Sabin refinement filter 2022-05-12 12:44:57 +02:00
github-actions[bot]
55f6f1c938
Automatic merge branch 'main' into 'devel' 2022-05-10 14:40:19 +00:00
alemuntoni
43c391f965 fix commit message 2022-05-10 16:16:25 +02:00
alemuntoni
0235f4beaf use mysys2bash for deploy 2022-05-10 16:12:55 +02:00
alemuntoni
3fc36e6771 add download vc_redist if missing and fix package paths for double version in CreateRelease 2022-05-10 12:14:32 +02:00
alemuntoni
689f167260 using different action for create release 2022-05-10 11:16:47 +02:00
alemuntoni
a8d74bcae2 fix CreateRelease 2022-05-10 10:33:23 +02:00
github-actions[bot]
dc9450fe31
Automatic merge branch 'main' into 'devel' 2022-05-04 12:50:57 +00:00
alemuntoni
929512f256 fix meshlab version for double precision 2022-05-04 09:48:58 +02:00
alemuntoni
d56bf1f3de cmake better management of version name when double precision version 2022-05-03 17:18:08 +02:00
github-actions[bot]
2fc73c4b93
Automatic merge branch 'main' into 'devel' 2022-05-03 10:20:58 +00:00
alemuntoni
b2e83c6e59 update CreateRelease workflow with main branch 2022-05-02 16:51:17 +02:00
alemuntoni
4866739114 remove deprecated python function names from filters 2022-04-29 16:56:11 +02:00
github-actions[bot]
dd7dcbdfd6
Automatic merge branch 'main' into 'devel' 2022-04-28 14:22:10 +00:00
alemuntoni
2ded32825c add branch usage documentation on readme 2022-04-28 16:20:10 +02:00
Paolo Cignoni
05c42b74f5 Added option for showing curvature magnitudo in the decorator 2022-04-28 12:58:32 +02:00
github-actions[bot]
882b54b8fe
Automatic merge branch 'main' into 'devel' 2022-04-27 14:37:10 +00:00
Paolo Cignoni
31418f91ee Improved filter description and added few comments 2022-04-27 16:36:32 +02:00
github-actions[bot]
18f28fc3dc
Automatic merge branch 'main' into 'devel' 2022-04-27 14:20:07 +00:00
Paolo Cignoni
ca1483956a Added option for precise sampling for poisson disk sampling 2022-04-27 16:15:35 +02:00
alemuntoni
7d4aa3a1cb Merge branch 'main' into devel 2022-04-20 13:38:54 +02:00
Yuri Andriaccio
2195aef72c ProgressBar fix
Expected Behavior: the progress bar text will update even if the percent value is unchanged (Unless the request is too quick).
Observed Behavior: the progress bar text won't be updated unless the percent value is changed.
This fix will change the behavior to the expected one.
2022-04-20 12:40:09 +02:00
alemuntoni
d6259ae78f update vcg devel 2022-04-20 12:34:41 +02:00
alemuntoni
49c4a63ce5 update vcglib 2022-04-20 12:28:03 +02:00
github-actions[bot]
3dd99f262a
Automatic merge branch 'main' into 'devel' 2022-04-20 10:24:20 +00:00
Alessandro Muntoni
3765ca9c7a
Merge pull request #1244 from puzzlepaint/gltf_fixes
glTF loader fixes
2022-04-20 12:23:47 +02:00
github-actions[bot]
9ebd747660
Automatic merge branch 'main' into 'devel' 2022-04-20 09:58:05 +00:00
alemuntoni
1ad663b750 fix unused checkbox for rendering options in mlp projects 2022-04-20 11:54:47 +02:00
github-actions[bot]
373bf448b1
Automatic merge branch 'main' into 'devel' 2022-04-12 06:20:39 +00:00
alemuntoni
a78d55d70f pull request template 2022-04-12 08:20:04 +02:00
Thomas Schöps
ed1cb93b8f glTF plugin: Account for BufferView::byteStride when loading vertex attributes 2022-04-11 15:35:45 +02:00
Thomas Schöps
7441e282bd glTF plugin: When writing indices, do not try to access texcoords if the mesh does not have them 2022-04-11 15:28:44 +02:00
Thomas Schöps
0d379a67a1 glTF plugin: Enable texcoords if a TEXCOORD_0 attribute is present, even if there is no texture 2022-04-11 15:26:38 +02:00
github-actions[bot]
3a6ca2ed42
Automatic merge branch 'main' into 'devel' 2022-04-08 14:09:50 +00:00
alemuntoni
f1f0861b70 fix linux workflow 2022-04-08 16:09:09 +02:00