10187 Commits

Author SHA1 Message Date
luz paz
2b0ffa0a58 Fix various typos
Found via `codespell -q 3 -S ./src/external,./src/vcglib,./src/plugins_unsupported/external,./unsupported  -L ba,bre,childs,closests,coo,currenty,distorsion,ect,fle,fo,hist,linz,lod,nd,normall,normaly,pixelx,ot,ro,siz,strutture,vertexes`
2022-02-26 14:14:28 -05:00
alemuntoni
605666a904 small fixes create release workflow 2022-02-23 19:40:07 +01:00
alemuntoni
6262021ae9 Apply automatic ML_VERSION and snapcraft.yaml change 2022-02-23 14:43:38 +00:00
alemuntoni
f82e2558ac set vcglib to 2022.02 2022-02-23 15:35:48 +01:00
alemuntoni
001fd57958 fix #818 2022-02-22 16:38:22 +01:00
alemuntoni
cb2f5ed4fd fix #1209 2022-02-21 12:51:05 +01:00
Alessandro Muntoni
7e49eb15fd
Merge pull request #1208 from nh2/issue-1207-fix-select-faces-by-view-angle-position
Select faces by view angle: ViewPoint is position, not direction
2022-02-15 14:18:42 +01:00
Niklas Hambüchen
57b1739584 Select faces by view angle: ViewPoint is position, not direction. Fixes #1207 2022-02-15 14:02:07 +01:00
alemuntoni
a2489ece93 default nThreads depends on the machine used 2022-02-15 10:19:19 +01:00
alemuntoni
82232ff06e add number threads parameter on screened poisson, fix #1206 2022-02-15 10:07:06 +01:00
Luigi Malomo
c5819ce053 removed deprecated random_shuffle 2022-02-14 10:16:13 +01:00
alemuntoni
d9776a5ca7 import edges from eigen matrix to cmesh 2022-02-09 15:30:00 +01:00
alemuntoni
8a7dca6af0 tinygltf update 2022-02-09 14:48:57 +01:00
alemuntoni
7cdcf141f4 fix windows workflows 2022-02-07 18:09:28 +01:00
alemuntoni
89ebc7defa update windows workflows to work properly with windows server 2022 2022-02-07 18:02:39 +01:00
Alessandro Muntoni
cd64cb5f31
Merge pull request #1194 from mikeucfl/gltf-multitextures
gLTF Multitextures
2022-02-03 17:55:10 +01:00
alemuntoni
bec1c61d06 fix adding wedges 2022-02-03 13:00:49 +01:00
alemuntoni
5a7ed78f39 update build docs 2022-02-01 14:55:04 +01:00
alemuntoni
5e28552703 fix #1201 2022-02-01 10:05:18 +01:00
alemuntoni
76c3785d82 add bigobj for windows msvc compilation 2022-01-28 16:03:59 +01:00
Alessandro Muntoni
e049afef19
Merge pull request #1200 from PeC-KAYO/fix-01
Unshadow variable.
2022-01-27 12:30:23 +01:00
Dʳ Pierre-Édouard Cailliau
fb8ef615e8
Unshadow variable. 2022-01-27 12:24:41 +01:00
Alessandro Muntoni
3432269b38
Merge pull request #1199 from PeC-KAYO/master
Consumes the values of MLMatrix44 one by one.
2022-01-27 11:23:34 +01:00
alemuntoni
c6dbfc8f7e save matrix in single row on mlp 2022-01-27 10:30:59 +01:00
Dʳ Pierre-Édouard Cailliau
6666f4cc0e
Correct mistake. 2022-01-26 16:25:21 +01:00
Dʳ Pierre-Édouard Cailliau
c0ab75edbf
Correct mistake. 2022-01-26 14:57:33 +01:00
Dʳ Pierre-Édouard Cailliau
9c65b399b4
Correct mistake. 2022-01-26 14:45:44 +01:00
Dʳ Pierre-Édouard Cailliau
a9f9ec955b
Correct mistake. 2022-01-26 14:31:44 +01:00
Dʳ Pierre-Édouard Cailliau
1ab2177fa3
Stream Matrrix44m one one line, as an XML list simple type. 2022-01-26 14:16:44 +01:00
alemuntoni
f35828b65f bugfix in define custom attributes 2022-01-26 11:09:04 +01:00
PeC-KAYO
5951ae03f6
Apply suggestions from code review 2022-01-25 20:10:18 +01:00
PeC-KAYO
10aa65b727
Apply suggestions from code review 2022-01-25 20:04:23 +01:00
PeC-KAYO
8d36d2db1f
Merge branch 'cnr-isti-vclab:master' into master 2022-01-25 18:48:17 +01:00
alemuntoni
dbc9d8a626 remove unuseful debug print 2022-01-25 17:46:36 +01:00
PeC-KAYO
10c271ccb5
Merge branch 'cnr-isti-vclab:master' into master 2022-01-25 17:23:24 +01:00
Dʳ Pierre-Édouard Cailliau
ea0d69a469
Merge branch 'master' of github.com:PeC-KAYO/meshlab 2022-01-25 17:12:05 +01:00
Dʳ Pierre-Édouard Cailliau
8db5e2733b
Consumes the values of MLMatrix44 one by one.
The MLMatrix44 element is of type of the Vector16 simple type
that is a restriction of the other VectorList simple type
that is a list of decimal simple type.
MeshLabProject XML schema: meshlab/docs/meshlabprojspecificationformat.xsd

So values are separed by spaces (by XML list definition) and
carriage return are ignored (by XML definition).

Consequently, there is no need to prejudge the presence and position
of any line breaks.
2022-01-25 16:47:43 +01:00
alemuntoni
60ebdaa1a0 add eigen conversions with applied transformations 2022-01-25 11:15:05 +01:00
Dʳ Pierre-Édouard Cailliau
d139116d2a
Merge branch 'master' of github.com:PeC-KAYO/meshlab 2022-01-24 23:23:27 +01:00
Dʳ Pierre-Édouard Cailliau
686499790b
Consumes the values one by one. 2022-01-24 23:22:28 +01:00
PeC-KAYO
003f2e9616
Merge branch 'cnr-isti-vclab:master' into master 2022-01-24 22:54:42 +01:00
alemuntoni
a28309b6bc using same single instance of action searcher 2022-01-24 16:37:38 +01:00
alemuntoni
72b05e717e singleton instance of action searcher 2022-01-24 15:06:46 +01:00
alemuntoni
1ad302e21a include filter name always also when searching for python filter names 2022-01-24 12:02:19 +01:00
alemuntoni
98a9fc8bf3 consistent search engine organization 2022-01-24 11:59:48 +01:00
Paolo Cignoni
8d0638f23c added randomSeed param to random displacement 2022-01-23 23:22:22 +01:00
Dʳ Pierre-Édouard Cailliau
3cd7e62c00
Correct mistake. 2022-01-23 00:41:43 +01:00
Dʳ Pierre-Édouard Cailliau
c48cb4da97
The element MLMatrix44 is a list, so values are separed by spaces and carriage return are ignored. 2022-01-23 00:14:43 +01:00
alemuntoni
17640937f4 new deterministic searcher 2022-01-21 19:09:39 +01:00
Mike Baran
518abb1590 Don't reassign textureImg, when the texture already exists 2022-01-20 16:53:39 -05:00