alemuntoni
1bd192bc4e
renames and fixes
2021-03-03 13:42:47 +01:00
alemuntoni
599c117f8e
member functions renamings
2021-03-03 12:03:16 +01:00
alemuntoni
53709ed732
better management of plugins - reorganized plugin info dialog
2021-01-29 19:10:23 +01:00
alemuntoni
78914d9aa0
possibility to build with MESHLAB_SCALAR=double
2020-11-17 19:21:58 +01:00
luz paz
960a7e5b20
Remove vcglib edits
2020-10-16 13:23:39 -04:00
alemuntoni
2a7b5fa81e
removed interfaces.h and interfaces.cpp
2020-09-18 16:43:19 +02:00
alemuntoni
fe42f9427e
add pluginNames to all plugins; update vcg
2020-08-07 14:45:40 +02:00
alemuntoni
ddef2d7d28
general cleanups, moving all the gui for rich parameter in rich_parameter_gui folder
2020-08-03 18:07:19 +02:00
alemuntoni
02e826d777
rename stdparframe folder
2020-08-02 09:32:01 +02:00
alemuntoni
5fab6355bc
renamings
2020-08-01 20:17:12 +02:00
alemuntoni
d7fac30669
moving some classes
2020-08-01 18:42:43 +02:00
alemuntoni
5063bde0c9
RichParameterSet -> RichParameterList (actually it was already a list)
2020-07-31 17:29:06 +02:00
alemuntoni
1be9bf9ad1
fix last commit
2020-06-01 16:50:51 +02:00
alemuntoni
8e58bb19c6
glew is initialized just one time
2020-04-22 16:49:38 +02:00
Ryan Pavlik
6f5657692e
Replace all other glewInit calls in maintained plugins and core.
2020-03-25 10:48:01 -05:00
Ryan Pavlik
b261fe0e04
Codespell and typo fixes.
...
Partially directed by the Debian "lintian" tool.
2020-03-04 11:21:46 -06:00
Marco Callieri
d6fb14740d
warning cleanup
2018-03-21 10:44:54 +01:00
Marco Callieri
9bae8dbd8d
qPrintable to qUtf8Printable in the WHOLE project
...
qUtf8Printable is better to deal with special characters.
also in QT documentation it is said is better when logging strings.
However, we use it also to store filenames and text-based ID, if we only use one, and not alternating between qUtf8Printable and qPrintable, thins should be smoother, but since it is a project-wide change, it is potentially DANGEROUS, NOT YET FULLY TESTED
2018-02-19 16:36:31 +01:00
Paolo Cignoni cignoni
adde39c9be
Refactored edit align so that it never uses mesh id as indexes but only as keys.
2016-10-06 22:46:13 +00:00
Guido Ranzuglia granzuglia
d32dbd44b4
- removed stupid crash
2016-09-30 06:31:02 +00:00
Marco Callieri mcallieri
bc27d048c7
updated some error messages
2016-09-13 14:00:25 +00:00
Marco Callieri mcallieri
5b95bfae23
changed a bit the alignment dialog: when manual aligning, all options are greyed out until manual alignment is complete, and afterwards restrored
2016-09-13 13:16:42 +00:00
Marco Callieri mcallieri
313f65ca8d
corrected a bug in manual align, the state of the layer was not properly updated
2016-09-13 10:29:28 +00:00
Marco Callieri mcallieri
abebf10dbf
corrected a bug: when a layer to be glued had a transformation, it was ignored, resulting in a wrong rendering in the point-picking interface, and in an incorrect transfrmation later on.
2016-09-13 09:54:47 +00:00
Guido Ranzuglia granzuglia
e97bb36721
- restored edit_align plugin. WARNING!!!!! the alignment process seems not to work!!! HAS TO BE FIXED AS SOON AS POSSIBLE
2016-09-01 06:11:12 +00:00
Marco Callieri mcallieri
1a603024fb
revised ICP defaults (to manage more "modern" datasets)
...
revised a bit the buttons placement and text in interface
added buttons to automatically set ICP defaults for METERS and MILLIMETERS
WARNING- edit:align filter does not compile yet due to rendering issues
2016-04-11 13:37:43 +00:00
Guido Ranzuglia granzuglia
3e7fa9962e
- removed compiling errors. Warnings are still there.
2014-07-29 15:15:38 +00:00
Paolo Cignoni cignoni
b13473baec
Corrected bug in the creation of the AlignPairDialog (missing parent widget)
2014-02-21 12:58:57 +00:00
Guido Ranzuglia granzuglia
93b65ec6df
- updated the plugins code using the new per mesh rendering system.
...
This code will be changed again as soon as possible in order to prevent any possible concurrent access to the mesh rendering map.
2013-10-09 12:18:31 +00:00
Guido Ranzuglia granzuglia
2446d7782f
- huge commit! MeshLab is now qt 5.0 compatible. Compiling process has not been yet tested on MacOSx.
2013-03-24 19:36:54 +00:00
Paolo Cignoni cignoni
3ce684134b
Added another parameter to the alignment system that allows to recompute autmatically a percentage of the arcs.
...
Improved names on the align tool buttons. Glue all now glues only the visible meshes.
2013-03-01 14:23:26 +00:00
Paolo Cignoni cignoni
cd6c9db487
HEAVY RESTRUCTURING of the alignment tool;
...
Many major changes:
- New parameter for controlling the arc creation process
- Search of bad alignment
- Improved ICP (borderflag bug removed)
- Improved Process (now it only compute new arcs and it does not recompute all the arcs every time) Global Alignment is triggered every time.
2013-02-28 11:57:07 +00:00
Guido Ranzuglia granzuglia
9541dfd73c
- changed the fake colors signal and slot system
2012-07-12 13:03:58 +00:00
Guido Ranzuglia granzuglia
d037bd8b0f
avoided "close alignDialog when ICPParamDialog is still open window" problem on Windows system
2012-07-12 09:21:28 +00:00
Guido Ranzuglia granzuglia
c57d1824fc
avoided "icp params dialog in background" problem
2012-07-12 07:37:23 +00:00
Guido Ranzuglia granzuglia
fd06f79476
- intermediate changes to align tool (not the final one)
2012-07-11 08:28:55 +00:00
Marco Callieri mcallieri
a8b9175b81
added a checkbox to force point rendering during alignment (for complex datasets, and mixed point-face datasets)
2012-06-20 11:45:27 +00:00
Marco Callieri mcallieri
f7f2939381
removed hard-coded constant when performing color scattering (in per-mesh coloring)
2012-06-19 13:33:15 +00:00
Guido Ranzuglia granzuglia
b723ead4eb
compiler errors removed. from Render to render
2012-03-19 22:14:00 +00:00
Paolo Cignoni cignoni
b6df3b03b4
Changed from float to double the type of the alignment matrixes when changing the base mesh. This removes a precision issue that arose when changing the base mesh after a complete alignment.
2012-02-02 10:16:57 +00:00
Marco Callieri mcallieri
e9acfa6500
During alignment, you can pick points on two meshes rendering their original per-vertex color (if present), using the "use false color" button on the align dialog
2011-11-09 13:52:24 +00:00
Paolo Cignoni cignoni
f3e48e30cd
Renaming of non compliant edit plugin files (align and measure)
2011-04-06 06:02:51 +00:00
Paolo Cignoni cignoni
4030e74938
Renaming of non compliant edit plugin files
2011-04-06 05:01:40 +00:00