3257 Commits

Author SHA1 Message Date
bartoszek
d094a8b29d fix ubuntu linker issues with gomp library 2017-01-17 01:03:06 +01:00
bartoszek
612388c42d add missing linker flag for linux
also extend post link file copying to include linux build ( linking is somewhat strange but wont work without )
2017-01-15 22:19:18 +01:00
Marco Callieri
c1257d9195 added "doulbe side lighting" option to Radiance Scaling 2017-01-10 13:07:47 +01:00
Marco Callieri
a536277e63 again, fabs ambiguity 2017-01-10 10:05:05 +01:00
Marco Callieri
be21cc8d30 resolved ambiguity for abs overloads 2017-01-09 16:06:14 +01:00
Paolo Cignoni
1579194e29 Closed #32 (malformed qmake) and a not so harmless warning 2016-12-31 18:38:06 +01:00
Paolo Cignoni
a68d41beba Corrected bug #30 Alignment issue
Unexpected side effect of the setRenderingData functions. The new
rendering framework is quite mysterious sometime…
2016-12-30 01:38:10 +01:00
Paolo Cignoni
8e49109c5a Moved folders for consistency
All and only the official plugins now are in the meshplugins folder.
Old stuff moved to the unsupported folder. New stuff moved here from
the experimental folder.
2016-12-29 16:33:25 +01:00
Paolo Cignoni
5700f5474c Corrected #20 (hidpi issue) 2016-12-23 11:24:59 +01:00
Guido Ranzuglia
9a26a6cbb8 - completely fixed the pickpoints edit plugin 2016-12-22 18:48:52 +01:00
Marco Callieri
d4d2e23e1b corrected output text from filter
when poisson-disk sampling created a new layer, was reporting the number
of vertices of the SOURCE layer, and not of the newly created one
2016-12-21 11:26:17 +01:00
Paolo Cignoni
2c08005f3c Updated the voronoi filter to the changes in the vcglib 2016-12-20 09:13:42 +01:00
Guido Ranzuglia
286761d6e8 - fixed problems with edit align widget rendering 2016-12-15 17:25:09 +01:00
Guido Ranzuglia
3472973ae8 - fixed compilining issues for linux systems 2016-12-06 12:17:26 +01:00
Paolo Cignoni
d9ae86332b added a missing define to the lib3ds.pro
needed to really close #14
2016-12-05 17:56:47 +01:00
Paolo Cignoni
3e7ce3fda0 Corrected linking bug in visual studio for io3ds
closes issue #14
2016-12-05 15:28:33 +01:00
Paolo Cignoni
b5e3901fb9 Small changes to remove warnings when searching for a compilation error... 2016-12-04 12:23:27 +01:00
Paolo Cignoni
a6877a128f Closed issue #10 (Single layer poisson reconstruction) 2016-12-01 18:43:18 +01:00
Paolo Cignoni
92982fe7b5 Moved filter_harmonic into filter_unsharp (yet another single filter plugin removed) 2016-12-01 17:52:14 +01:00
Paolo Cignoni
6979a17b3c Added a missing typedef for voxel type 2016-11-24 22:28:50 +01:00
Paolo Cignoni
dbd8f77726 Moved to vcglib another small piece of the plymc 2016-11-24 16:42:59 +01:00
Paolo Cignoni
61a7446acd Moved away the old, no more used, version of the plume core. Now it is in the vcg library 2016-11-23 16:47:13 +02:00
Marco Callieri
54b81ee0fa changed a default option in importing ptx
As most of times we need to import only points, this is now the default
2016-11-21 17:35:24 +01:00
Marco Callieri
01e9bca612 restored the "freeze" option in invert matrix
default option is freezing, but it must be possible to choose between
freezing and non freezing the matrix, depending on your workflow.
2016-11-15 15:15:25 +01:00
Paolo Cignoni
21399f2280 Removed deprecated GLU stuff: gluBuild2DMipmaps -> glGenerateMipmap 2016-11-15 12:53:18 +01:00
Matteo Dellepiane
be01571815 Added filter to import .out and Agisoft .xml cameras
The new filter enables to exchange cameras with other tools. The
RichOpenFile and RichSaveFile Parameters now work fine
2016-11-11 16:26:58 +01:00
Paolo Cignoni
76e4dce36e moved io gts file type into baseio and removed a now useless plugin 2016-11-10 12:31:02 +01:00
Guido Ranzuglia
b67da9df06 - removed dangerous comments creating problems to old version of qt visual studio integration tool 2016-11-10 11:09:49 +01:00
Marco Callieri
8838680a8e Revised which filters use matrix composition
Some transformation filters, like "rotate to fit a plane" and "rotate to
fit principal axis" should NEVER compose and ALWAYS overwrite, while
"set matrix from parameters" and "set matrix from numbers"  should ask
if overwrite or compose
2016-11-09 17:42:27 +01:00
Paolo Cignoni
ead3a733e1 Restricted clang options to mac in screened poisson .pro 2016-11-09 09:59:22 +01:00
Paolo Cignoni
4acf258c62 Again corrected the xml moving post build compiling step 2016-11-08 23:52:13 +01:00
Paolo Cignoni
69b4ec795d Still messing the macx options of the screened poisson qmake... 2016-11-08 17:28:42 +01:00
Paolo Cignoni
6089f0538a Corrected the xml copy mechanism for two other filters 2016-11-08 13:01:38 +01:00
Paolo Cignoni
3ae4e3cc17 small unsigned/signed char mismatch detected by clang... 2016-11-08 13:01:38 +01:00
Paolo Cignoni
1e1cf8f32d added a missing include 2016-11-08 13:01:38 +01:00
Guido Ranzuglia
1c67ac3b30 - added missing include 2016-11-08 11:08:41 +01:00
Paolo Cignoni
33be024c5f Corrected copy location of xml for mac 2016-11-07 15:02:20 +01:00
Marco Callieri
6e2bedc963 geometric measures now uses transformation
Transformation matrix is considered when calculating all measures, and a
warning is presented int he log if a non-identity transformation is
present
2016-11-07 14:50:52 +01:00
Marco Callieri
2ad66041b2 area/perimeter of selection now uses transformation 2016-11-07 14:34:30 +01:00
Matteo Dellepiane
25810e3527 Added camera export filter
The filter exports active cameras to 'out or Agisoft .xml formats
2016-11-07 14:20:59 +01:00
Marco Callieri
4660a96c64 border selection polyline now uses transformation
the current mesh transformation is used whwn creating the new layer,
which is generated in scene space.
2016-11-07 13:46:09 +01:00
Paolo Cignoni
7c3491f2c4 added missing return in a case 2016-11-07 12:03:38 +01:00
Paolo Cignoni cignoni
24596443c0 A lot of cleaning and a bit of refactoring of the isoparametrization filter. Load save still to debug... 2016-11-06 23:07:54 +00:00
Paolo Cignoni cignoni
bcc7c9102e small issue in per mesh color scatter 2016-11-06 11:40:55 +00:00
Paolo Cignoni cignoni
611695a3ed Updated the Screened Poisson to the 9.1 version 2016-11-06 09:59:09 +00:00
Marco Callieri mcallieri
6209e091f8 added new filter: create a polyline edgemesh from selection border (to later export it as DXF in other tools) 2016-11-03 10:46:41 +00:00
Guido Ranzuglia granzuglia
db97a93af7 - removed unused variable 2016-11-03 09:13:29 +00:00
Paolo Cignoni cignoni
db3dfbcbd3 better descriptions of filters (for better keyword based searching) 2016-11-03 08:26:57 +00:00
Marco Callieri mcallieri
c7e2668b63 modified filter names for coherence and better ordering in menu 2016-11-02 13:16:14 +00:00
Marco Callieri mcallieri
8469e5be17 added "set new origin" to translation filter, revided help and corrected a bug (transformed bbox center calculation) 2016-11-02 13:06:23 +00:00