jmespadero
0af23bddbc
more DOI links
2019-12-19 17:28:32 +01:00
jmespadero
e3f04d731b
Enable brownsing in MeshlabStdDialog
2019-12-18 17:35:09 +01:00
jmespadero
179cbb8700
Bibliography and basic help
2019-12-18 16:30:09 +01:00
jmespadero
fe3bcfd72a
Avoid include <Qt>
2019-12-18 16:30:09 +01:00
jmespadero
224a1eab88
Move fgt folder to plugins_unsupported
2019-12-18 16:30:09 +01:00
jmespadero
72bcc9a6bb
Add README
2019-12-18 16:30:08 +01:00
alemuntoni
29ce04185d
first try automatic deploy linux
2019-12-18 15:36:55 +01:00
Alessandro Muntoni
b57f6bc785
Update README.md
2019-12-18 12:07:40 +01:00
jmespadero
874d248a3f
Document filters tooltips
2019-12-17 19:22:44 +01:00
jmespadero
347db5f5db
Move fgt folder to plugins_unsupported
2019-12-17 18:00:50 +01:00
jmespadero
e70730e74d
Add README
2019-12-17 17:54:17 +01:00
jmespadero
04bae413b0
Rename Windows.Copy_Shot menu
2019-12-17 12:21:48 +01:00
jmespadero
5a9cb09271
Trivial path validation
2019-12-16 12:03:51 +01:00
jmespadero
9daf8a6c85
Extra cleanups
2019-12-16 09:59:29 +01:00
jmespadero
ba8c2da38c
check rastermodel not null
2019-12-13 17:52:41 +01:00
Alessandro Muntoni
d718653cff
Merge pull request #528 from jmespadero/meshlabserver_ascii
...
Meshlabserver ascii output. Code cleanups
2019-12-13 14:27:34 +01:00
jmespadero
6590ebd99c
code cleanups
2019-12-13 11:52:02 +01:00
Alessandro Muntoni
a46c57a146
Merge pull request #492 from KeenRivals/windows-allusers-start-icon
...
Put Start shortcuts in allusers profile instead of currentuser
2019-12-13 11:06:48 +01:00
Alessandro Muntoni
cd35efd06f
Merge pull request #526 from jmespadero/fix_filterscript
...
Fix #525 Add Direct filters to filterHistory
2019-12-13 11:04:28 +01:00
Ryan Pavlik
1d1bc1d8b4
Build filter_csg with GMP
2019-12-12 17:30:26 -06:00
Ryan Pavlik
f9dad58d77
Import a FindGMP script
2019-12-12 17:30:26 -06:00
Ryan Pavlik
f0f2bd7861
Scripts for CMake building
2019-12-12 17:30:26 -06:00
Ryan Pavlik
145850ac8c
Merge branch 'fixes-4' into cmake-base
2019-12-12 17:29:29 -06:00
Ryan Pavlik
2d854729c2
plugin manager and render: Handle visual studio build layout.
2019-12-12 17:29:19 -06:00
Ryan Pavlik
a33acf5245
Explicitly specify the Unicode variant of OutputDebugString.
2019-12-12 17:29:19 -06:00
Ryan Pavlik
80bba27d79
Merge branch 'fixes-3' into cmake-base
2019-12-12 08:37:01 -06:00
Ryan Pavlik
9393b3a248
Merge remote-tracking branch 'rpavlik/permit-building-with-gmp' into cmake-base
2019-12-12 08:36:55 -06:00
Ryan Pavlik
ee248a540b
filter_plymc: Fix void return
2019-12-12 08:32:37 -06:00
Ryan Pavlik
4bac10ad69
filter_ssynth: Fix warning about exception types
2019-12-12 08:32:37 -06:00
Ryan Pavlik
f0c3fbefa4
edit_texture: Fix build
2019-12-12 08:32:37 -06:00
Ryan Pavlik
b6bfd9d3a0
edit_hole: Fix fail-to-build code errors
2019-12-12 08:32:37 -06:00
jmespadero
6803125031
Fix: add Direct filters to filterHistory
2019-12-12 13:59:23 +01:00
Alessandro Muntoni
bb3ac72839
Merge pull request #521 from rpavlik/vertices
...
Vertices
2019-12-12 11:40:28 +01:00
Alessandro Muntoni
a66a2b5783
Merge pull request #522 from rpavlik/upgrade-jhead
...
external: Upgrade to jhead 3.04.
2019-12-12 11:30:00 +01:00
alemuntoni
93a5dd7061
fix windows compile jhead
2019-12-12 10:13:01 +01:00
Alessandro Muntoni
3f69c5b8a8
Merge pull request #515 from rpavlik/linux-dirs
...
Linux dirs
2019-12-12 09:40:42 +01:00
Ryan Pavlik
d77cd8220a
Reduce jhead dependencies
2019-12-11 17:13:25 -06:00
Ryan Pavlik
b1cc1ab688
external: Upgrade to jhead 3.04.
...
Includes some security/CVE fixes.
This also no longer requires modifying the jhead source to disable "main":
we just define "main" to something else while building.
2019-12-11 17:13:25 -06:00
Ryan Pavlik
4cf6b25bef
externals: Remove Linux build of MPIR.
...
No longer needed, and likely to cause issues across platforms anyway.
2019-12-11 11:22:25 -06:00
Ryan Pavlik
73b27da72a
filter_csg: Use GMP on Linux.
2019-12-11 11:22:23 -06:00
Ryan Pavlik
263d3bfb7b
filter_csg: Add ifdef to permit building against gmp
2019-12-11 11:21:40 -06:00
Ryan Pavlik
dc84f55c25
Most "vertexes" -> "vertices"
2019-12-11 11:20:12 -06:00
Ryan Pavlik
dfaa82428f
pluginmanager: Fix double-free in plugins with multiple interfaces.
...
This fixes a crash/illegal instruction/etc on exit.
2019-12-11 11:15:02 -06:00
Ryan Pavlik
cd13aa1165
filter_screened_poisson: Fix warnings about dangling else
2019-12-11 11:15:02 -06:00
Ryan Pavlik
be344128c6
vertexes->vertices where vertices is already used in the same logical component (message, comment)
2019-12-11 11:15:02 -06:00
Ryan Pavlik
6c8ab64e76
Fix typos, most noticed by codespell.
2019-12-11 11:15:02 -06:00
Ryan Pavlik
34b68e0cec
filter_meshing: Fix dangling reference
2019-12-11 11:15:02 -06:00
Ryan Pavlik
265ba18e13
Move ml_selection_buffers to common.
...
Should fix/simplify linking of plugins, etc.
2019-12-11 11:15:02 -06:00
Ryan Pavlik
f1aaa5d506
Remove direct references to "external" from source files
2019-12-11 11:14:52 -06:00
Ryan Pavlik
4f9826acc7
filter_ssynth: Fix Qt usage error
2019-12-11 11:05:24 -06:00