Commit Graph

5787 Commits

Author SHA1 Message Date
Laurent Rineau 5092db81c3 Merge pull request #3201 from kkatrio/repair_functions
PMP: Add more repair functions
2018-10-08 15:13:51 +02:00
Laurent Rineau 0d46d04dd6 Merge pull request #3260 from maxGimeno/Demo-Meshes_on_grid_plugin-GF
Polyhedron demo: Duplicate meshes on a grid
2018-10-08 15:13:49 +02:00
Laurent Rineau 2615722b75 Merge pull request #3294 from maxGimeno/Dont_use_cmakecache_for_tests-GF
Maintenance: Fix the Release Mode for testsuite platforms
2018-10-08 15:13:43 +02:00
Laurent Rineau 493abccdcc Merge pull request #3350 from sgiraudot/Classification_plugin-Bugfix_temp_ref_in_parallel_code-GF
Classification plugin bugfix: don't use temp refs in parallel code
2018-10-08 15:13:27 +02:00
Maxime Gimeno 5a47381813 Fix offset usage in convex non-quad faces of surface_mesh 2018-10-01 15:12:22 +02:00
Maxime Gimeno c4b5b728f3 fix colored point-set in shape detection plugin 2018-10-01 09:44:08 +02:00
Maxime Gimeno 9b48c082ea Fix advance_reconstruction polyhedorn mode 2018-09-28 16:59:37 +02:00
Maxime Gimeno f460c87294 Makes ShadedPoints the default RM for points with normals. 2018-09-28 16:44:09 +02:00
Maxime Gimeno ad1a1b3321 fix contextmenu after estimate normals 2018-09-28 16:39:53 +02:00
Maxime Gimeno bfb82e1e69 Fix PS selection 2018-09-28 16:31:48 +02:00
Maxime Gimeno fc95745310 fix group bboxes 2018-09-28 16:14:52 +02:00
Simon Giraudot 0e415ac478 Bugfix: don't use temp refs in parallel code 2018-09-25 12:28:21 +02:00
Mael Rouxel-Labbé 1676cd7405 Merge branch 'repair_functions-old' into repair_functions 2018-09-17 15:10:39 +02:00
Laurent Rineau f8f0872118 Merge branch 'releases/CGAL-4.12-branch' 2018-09-17 11:36:41 +02:00
Simon Giraudot b6071f683e Warning fix: unused variables 2018-09-13 15:10:14 +02:00
Maxime Gimeno 4536400c99 Use a better approximation in IntConverter. 2018-09-07 13:43:25 +02:00
Simon Giraudot 7bd670880a Fix normal orientation of soup triangulated facet 2018-09-05 15:44:47 +02:00
Laurent Rineau 8c744204de Compatibility: no -C option if INIT_FILE is unset or null 2018-09-04 11:26:33 +02:00
Laurent Rineau b65998ea49 Merge pull request #3298 from sgiraudot/Classification-Fix_segfault_in_plugin-GF
Classification Plugin Bugfix: do not compute simple properties in parallel
2018-09-04 10:54:25 +02:00
Maxime Gimeno 9029c3e16d Fix statistics for facegrpah items 2018-08-28 11:43:13 +02:00
Simon Giraudot 8b24e5d394 Bugfix: do not compute simple properties in parallel (avoid temp references in thread) 2018-08-28 09:26:50 +02:00
Maxime Gimeno 56a6dbaee7 Make the dialog compact. 2018-08-27 16:40:53 +02:00
Maxime Gimeno bb14479266 Add -C option to all `cmake` calls in the testsuite mechanism 2018-08-24 15:11:39 +02:00
Laurent Rineau 645012bc8e Merge pull request #3038 from maxGimeno/Demo-Lighting_system-GF
Polyhedron demo: Make UI for Lighting Settings
2018-08-23 15:40:34 +02:00
Laurent Rineau dc9304cd24 Merge pull request #3265 from maxGimeno/Fix_selection_plugin-GF
Polyhedron demo: Fix selection plugin
2018-08-23 15:40:28 +02:00
Mael Rouxel-Labbé f5025a697f Removed useless typedefs 2018-08-10 08:55:29 +02:00
Mael Rouxel-Labbé 86174e394f Added missing header 2018-08-09 08:52:23 +02:00
Maxime Gimeno 5405bfdfc0 Warn if mesh is not closed in mesh_segmentation, and prevent segfault if sdf_min >= sdf_max. 2018-08-03 11:11:14 +02:00
Maxime Gimeno 59d58663c2 Surface_mesh-3 items don't create a grid nor an intersection item. 2018-08-02 10:44:59 +02:00
Maxime Gimeno b66a4a66d0 Make the display_ui_widget more compact when tabifyed. 2018-08-02 09:49:35 +02:00
Maxime Gimeno bed78ac507 Add a hasFPatchId() function to sm_item to treat differently the patch_ids and the colors per face. 2018-08-01 16:54:02 +02:00
Maxime Gimeno c27ca62353 Reset Colors available for patch_ids 2018-08-01 16:24:59 +02:00
Maxime Gimeno 415209dec1 Fix picking for items without faces 2018-08-01 12:31:58 +02:00
Maxime Gimeno 94ee27767d remove unused capture in lambda. 2018-07-31 14:18:53 +02:00
Maxime Gimeno 17a699df6b Fix filter_operations() for lasso selection 2018-07-31 14:15:37 +02:00
Mael Rouxel-Labbé 5a8d6c67e8 Merge branch 'repair_functions-old' into repair_functions 2018-07-30 15:53:37 +02:00
Maxime Gimeno fe10859e65 Add an action to Affine_transformation_plugin that duplicates a selected item on a grid 2018-07-27 16:05:41 +02:00
Maxime Gimeno 8d8330f943 Fix conflicts 2018-07-27 12:12:06 +02:00
Maxime Gimeno 32017771e2 Restore clipping for polylines 2018-07-27 10:39:52 +02:00
Sébastien Loriot 62a8391fde Merge pull request #3242 from lrineau/Mesh_3-fix__add_stop_with_TBB-GF
Mesh 3 fix: add the possibility to stop the algorithm, when Parallel_tag is used
2018-07-25 18:59:46 +02:00
Sébastien Loriot 597d80ccbc Merge pull request #3251 from maxGimeno/Demo-Fix_removeAll-GF
Polyhedron Demo: Fix snapshot and erase all
2018-07-25 18:56:52 +02:00
Sébastien Loriot dbf18230d7 Merge pull request #3245 from MaelRL/SMP-Improve_demo-GF
SMP: demo improvements
2018-07-25 18:56:45 +02:00
Sébastien Loriot 46024d2d05 Merge pull request #3241 from maxGimeno/Demo-Hide_ids_after_mesh_modif-GF
Polyhedron Demo: Hide ids when modifying the mesh
2018-07-25 18:55:33 +02:00
Sébastien Loriot 864ef08dd4 Merge pull request #3154 from afabri/Polyhedron_demo-less_includes-GF
Polyhedron demo:  fewer includes
2018-07-25 18:55:19 +02:00
Sébastien Loriot d05df530b3 Merge pull request #2658 from MaelRL/Periodic_3_mesh_3-Feature-MBogdanov
Periodic_3_mesh_3, new package
2018-07-25 18:55:12 +02:00
Mael Rouxel-Labbé 0417bb88d7 Hide "remove_degenerate_faces" 2018-07-25 10:53:30 +02:00
Mael Rouxel-Labbé 99864af9f5 Moved Degenerate Faces Removal and NM Vertex Repair from demo/experimental 2018-07-25 09:40:17 +02:00
Laurent Rineau 3aa615dc92
Merge branch 'master' into Polyhedron_demo-less_includes-GF 2018-07-24 13:46:57 +02:00
Laurent Rineau a96e69af29 Add the possibility to stop Mesh_3 with TBB 2018-07-24 12:40:18 +02:00
Mael Rouxel-Labbé 072b2376b8 Merge branch 'repair_functions-old' into repair_functions 2018-07-23 17:59:43 +02:00