Guido Ranzuglia granzuglia
|
8e4e52b63a
|
from QDir shadersDir = QDir(qApp->applicationDirPath()); to QDir shadersDir = PluginManager::getBaseDirPath();
|
2010-04-13 15:00:19 +00:00 |
|
Michele Sottile sottile
|
c5c673f362
|
ViewerSplit update
|
2010-04-13 14:40:28 +00:00 |
|
Guido Ranzuglia granzuglia
|
cb86835e0f
|
from \ to /
|
2010-04-13 08:36:09 +00:00 |
|
Michele Sottile sottile
|
c8d02b5105
|
Viwer splittabili
|
2010-04-13 08:27:32 +00:00 |
|
Paolo Cignoni cignoni
|
9b72f05e76
|
Long due change. Now menu entries are in ALPHABETICAL ORDER (how lazy we were...)
|
2010-04-12 22:21:03 +00:00 |
|
Paolo Cignoni cignoni
|
a4ec069019
|
added libs for structure synth mac
|
2010-04-12 21:46:34 +00:00 |
|
Paolo Cignoni cignoni
|
1fd1291c78
|
Added filters for computing rotation to align an object either to its inertia moments or to a fitting plane
|
2010-04-12 21:42:52 +00:00 |
|
Paolo Cignoni cignoni
|
3bc1803e36
|
improved dump on the log of inertia tensor
|
2010-04-12 21:38:20 +00:00 |
|
Guido Ranzuglia granzuglia
|
aa87ce72c8
|
updated shadersrm directory
|
2010-04-12 14:43:56 +00:00 |
|
Paolo Cignoni cignoni
|
2dbad52f6d
|
moved rendermonkey shaders to a more reasonable subdir of distrib/shader
|
2010-04-12 14:19:24 +00:00 |
|
Paolo Cignoni cignoni
|
32f2cd85db
|
moved rendermonkey shaders to a more reasonable subdir of distrib/shader
|
2010-04-12 14:15:34 +00:00 |
|
Paolo Cignoni cignoni
|
96c6c157ee
|
moved old unsupported shaders to a subfolder
|
2010-04-12 14:08:31 +00:00 |
|
Guido Ranzuglia granzuglia
|
958c83ac6f
|
removed stupid error defVal->val
|
2010-04-09 15:31:23 +00:00 |
|
Paolo Cignoni cignoni
|
5030d896bf
|
added support for hausdorff distance between point clouds and meshes
|
2010-04-09 15:10:30 +00:00 |
|
Paolo Cignoni cignoni
|
72aa367dfb
|
various small changes and refactoring to remove warnings and dubious stuff
|
2010-04-09 14:43:41 +00:00 |
|
Guido Ranzuglia granzuglia
|
9cb8e376f1
|
fixed bug on MeshWidget
|
2010-04-09 13:18:05 +00:00 |
|
Paolo Cignoni cignoni
|
8ddb8a1c87
|
simple sintax error vcg::tri::UpdateTopology<BaseMesh> -> vcg::tri::UpdateTopology<MeshType>;
|
2010-04-09 09:15:50 +00:00 |
|
Michele Sottile sottile
|
270fe6eb93
|
add ui folder
|
2010-04-09 08:52:18 +00:00 |
|
Guido Ranzuglia granzuglia
|
e8b105e1ed
|
re-added needed parameters names
|
2010-04-09 08:30:14 +00:00 |
|
Paolo Cignoni cignoni
|
54bda73a01
|
corrected more or less harmless gcc warnings
|
2010-04-08 23:05:09 +00:00 |
|
Paolo Cignoni cignoni
|
f781f2dddf
|
updated all the precondition callback to use the standard MM_ enum.
|
2010-04-08 23:03:52 +00:00 |
|
Paolo Cignoni cignoni
|
8ceb13bdbd
|
Iterface change. Removal of the Precondition Specific Enum. Now you use the MeshModel::MM_XXX to specify what data is required for a filter to start
|
2010-04-08 23:00:29 +00:00 |
|
Paolo Cignoni cignoni
|
447e96aa3b
|
Yet another setlocale attempt. Simpler this time. use the 'C' locale.
|
2010-04-08 22:03:27 +00:00 |
|
Paolo Cignoni cignoni
|
15b664d85b
|
added support of per vertex tex coord in rendering
|
2010-04-08 16:54:24 +00:00 |
|
Paolo Cignoni cignoni
|
2da0717e6e
|
removed harmless gcc warnings
|
2010-04-08 15:59:04 +00:00 |
|
Guido Ranzuglia granzuglia
|
86625670c3
|
added horrible messageBox to avoid to call the render plugin without radius per vertex
|
2010-04-08 13:18:30 +00:00 |
|
Guido Ranzuglia granzuglia
|
241a587d9f
|
removed potentially dangerous dangling pointer
|
2010-04-08 13:17:29 +00:00 |
|
Paolo Cignoni cignoni
|
3c5f55b77f
|
removed harmless gcc warnings
|
2010-04-08 10:19:54 +00:00 |
|
Paolo Cignoni cignoni
|
af1386ea1c
|
added a setdefault locale in order to get rid of dot/comma conflicts...
|
2010-04-08 09:41:39 +00:00 |
|
Paolo Cignoni cignoni
|
f242156fe9
|
minimal comment clean up
|
2010-04-08 09:40:38 +00:00 |
|
Paolo Cignoni cignoni
|
be7dd8a14f
|
needed changes to the new directory organization and common folder
|
2010-04-08 09:31:34 +00:00 |
|
Paolo Cignoni cignoni
|
08969e6e78
|
cleaned up some things about logging (made private the filterinterface member and removed a duplicated function)
|
2010-04-07 23:41:31 +00:00 |
|
Paolo Cignoni cignoni
|
f0be8fb411
|
moved some inlined code about data mask into meshmodel.cpp
|
2010-04-07 23:39:54 +00:00 |
|
Paolo Cignoni cignoni
|
13f5742c9f
|
cleaned up a bit the loadplugins code. No semantic changes
|
2010-04-07 23:36:53 +00:00 |
|
Paolo Cignoni cignoni
|
89c190500e
|
removed harmless gcc warnings
|
2010-04-07 23:35:35 +00:00 |
|
Nico Pietroni nicopietroni
|
0be805221b
|
added test on ff topology
|
2010-04-07 21:42:18 +00:00 |
|
Michele Sottile sottile
|
dcf867ada7
|
Layer Dialog on
|
2010-04-07 15:16:29 +00:00 |
|
Michele Sottile sottile
|
4fb80b4554
|
Viewer files
|
2010-04-07 12:58:14 +00:00 |
|
Michele Sottile sottile
|
cff314642f
|
Unsplit function
|
2010-04-07 12:55:14 +00:00 |
|
Paolo Cignoni cignoni
|
d5083a167d
|
Changed the default key assignment for the reset trackball to avoid conflicts with the system used ctrl+h
|
2010-04-06 16:57:06 +00:00 |
|
Paolo Cignoni cignoni
|
f69d38a290
|
Corrected the management of extensions of files in the save dialog. Closed bug 2981300 : uppercase file extensions don't save
|
2010-04-06 16:15:07 +00:00 |
|
Paolo Cignoni cignoni
|
3d885ae73b
|
small refactoring using some qt functions
|
2010-03-29 18:01:11 +00:00 |
|
Marco Di Benedetto dibenedetto
|
1a0d6d2747
|
fixed mask update for vertex seam.
|
2010-03-29 16:39:10 +00:00 |
|
Marco Di Benedetto dibenedetto
|
46a77f545a
|
Added Vertex Attribute Seam meshing filter.
|
2010-03-29 12:52:33 +00:00 |
|
Paolo Cignoni cignoni
|
84dfd3d29e
|
little bug fix and modify (e.g. name of created folder)
|
2010-03-29 00:17:10 +00:00 |
|
Paolo Cignoni cignoni
|
42eaf51dcd
|
resolved a problem with pixel aspect ratio. now work
|
2010-03-28 18:26:17 +00:00 |
|
Michele Sottile sottile
|
cb3802e099
|
MeshDocument is now inside ModelViewerContainer
|
2010-03-26 15:39:40 +00:00 |
|
Guido Ranzuglia granzuglia
|
a28e67bb95
|
updated patch
|
2010-03-25 19:15:16 +00:00 |
|
Guido Ranzuglia granzuglia
|
8991d7f725
|
added invert faces and/or invert faces options
|
2010-03-25 17:45:32 +00:00 |
|
Guido Ranzuglia granzuglia
|
e2d03fb8d3
|
horrible patch for the BoolWidget problem. remove it as soos as possible!
|
2010-03-25 17:44:10 +00:00 |
|