110 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
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
17640937f4 new deterministic searcher 2022-01-21 19:09:39 +01:00
alemuntoni
e5da1dfeaf indentation and better docs in filter sampling 2021-10-04 14:05:24 +02:00
alemuntoni
7a9576f97d class of nxs builder plugin 2021-07-23 16:41:19 +02:00
alemuntoni
203632f2fb fix behaviour for flat shading, possibility to not save textures and set default texture quality to -1 2021-06-16 12:50:25 +02:00
alemuntoni
81a78a6b58 saveParameter function refactor 2021-06-08 14:32:54 +02:00
alemuntoni
8f78a3594e preOpenParameter function refactor 2021-06-08 13:05:43 +02:00
alemuntoni
50efe92166 move meshlabserver to unsupported 2021-06-08 10:31:16 +02:00
alemuntoni
fb6fdc529a save aln project through IOBase plugin 2021-06-07 16:30:32 +02:00
alemuntoni
7fc57514c2 first (basic) save mlp from IO plugin 2021-06-04 19:28:45 +02:00
alemuntoni
b01ac1ff2f MLRenderingData included in openProject 2021-06-04 17:39:25 +02:00
alemuntoni
cb00f22d20 add saveProject functiond in ioInterface, documentation and cleanups 2021-06-04 16:13:46 +02:00
alemuntoni
1e4eb98f4e additional project files management and added missing functions 2021-06-03 17:01:54 +02:00
alemuntoni
ab1ae65070 skeleton to support IO projects from plugins 2021-06-03 14:10:38 +02:00
alemuntoni
c2241ae757 possibility to choose texture quality when saving 2021-06-02 19:19:19 +02:00
alemuntoni
fb0a7611d1 cleanups 2021-06-02 18:50:45 +02:00
alemuntoni
1a0fc3bb49 new mesh attribute dialog working, textures are saved when saving a mesh 2021-06-02 17:29:23 +02:00
alemuntoni
04c0531971 better management of load and save images/rasters 2021-06-01 09:59:02 +02:00
alemuntoni
3ce1aa8dc8 new functions IOPlugin 2021-05-27 17:34:49 +02:00
alemuntoni
585226d8a2 docs 2021-05-21 11:52:40 +02:00
alemuntoni
e4c83dea1e refactoring and cleanups 2021-05-21 11:46:30 +02:00
alemuntoni
585cd17e08 possibility to load 3ds in a single layer 2021-04-28 19:07:24 +02:00
alemuntoni
8a11b1132f remove initOpenParameter and applyOpenParameter from IOPlugin interface 2021-04-28 15:26:29 +02:00
alemuntoni
b83e8e7b26 saving IO preopen parameters into global settings, and possibility to show/not show pre open parameters dialog 2021-04-28 13:14:46 +02:00
alemuntoni
6d6c18d87d initParameterList takes a const MeshDocument as input 2021-04-26 18:47:48 +02:00
alemuntoni
392bdb102b initParameterList const MeshModel as input 2021-04-26 14:31:47 +02:00
alemuntoni
cd31aabb83 pluginManager loadPlugin returns the loaded plugin 2021-04-26 12:55:56 +02:00
alemuntoni
3fb8c1a6a4 check plugin function returns the type 2021-04-26 12:35:47 +02:00
alemuntoni
8b3e5a123c io_3ds loads multiple layers correctly 2021-04-20 16:37:00 +02:00
alemuntoni
992a2cfe42 better management of io warnings 2021-04-20 14:58:29 +02:00
alemuntoni
9ae5e87572 add missing apply open parameter functions for multiple layers open meshes 2021-04-19 13:52:13 +02:00
alemuntoni
8f2061ef7f temporary working solution.
to manage:
  - reload file (if it contains multiple meshes)
  - load project in ioplugin
2021-04-16 18:00:40 +02:00
alemuntoni
b8054191f3 new open for multiple meshes in file 2021-04-16 16:45:09 +02:00
alemuntoni
44530b23ca new open for loading multiple layers 2021-04-16 12:48:59 +02:00
alemuntoni
96937a827c cleanups 2021-04-16 11:33:36 +02:00
alemuntoni
fad0f6919e IORaster removed 2021-04-16 10:57:55 +02:00
alemuntoni
2756c2683c meshlab version nightly and release candidate 2021-03-26 18:06:41 +01:00
alemuntoni
56e37304dc const MeshModel on initSaveParameter of IOMesh plugins 2021-03-19 13:17:21 +01:00
alemuntoni
d5e715b917 management of the warning string - IOMesh documentation 2021-03-18 16:36:16 +01:00
alemuntoni
e940051e5d logger is mutable and allows to be used in const functions 2021-03-18 16:36:16 +01:00
alemuntoni
157ccc6ca2 removed unuseful parent parameter for open and save functions 2021-03-18 16:36:16 +01:00
alemuntoni
462641741b IOPlugins use exceptions to save meshes 2021-03-18 16:36:16 +01:00
alemuntoni
da754d323f IOPlugins use exceptions to open meshes 2021-03-18 16:36:16 +01:00
alemuntoni
0643ee7c99 initPreOpenParameters does not require filename anymore 2021-03-17 17:11:26 +01:00
alemuntoni
58ef783a05 IOMesh plugin documentation 2021-03-16 10:50:42 +01:00
alemuntoni
0d1f862945 export formats QList to std::list 2021-03-16 10:21:28 +01:00
alemuntoni
bc95e43cd2 import formats QList to std::list 2021-03-16 10:04:09 +01:00
alemuntoni
f805172f4f MeshLabPluginFile to MeshLabPlugin, EditPluginFactory to EditPlugin 2021-03-15 15:30:30 +01:00