Commit Graph

3872 Commits

Author SHA1 Message Date
Laurent Rineau 3694c57a7c Add an action to split polylines 2016-12-09 17:11:06 +01:00
Laurent Rineau 3c30d51bb8 Merge pull request #1725 from afabri/Polyhedron_3-cleanup-GF
Polyhedron_3: Cosmetic fixes in the doc
2016-12-02 11:38:01 +01:00
Laurent Rineau 58f4fa08e5 Merge pull request #1702 from janetournois/Polyhedron_demo-fix_c3t3_io_with_far_points-GF
Polyhedron demo : fix c3t3_io_plugin in the parallel framework
2016-12-02 11:36:02 +01:00
Laurent Rineau 82786bf3c7 Merge pull request #1697 from gdamiand/Generalized_map-gdamiand
Generalized map
2016-12-02 11:35:20 +01:00
Laurent Rineau 78ae3414e4 Merge pull request #1693 from janetournois/PMP-fixes_for_isotropic_remeshing_4.9-jtournois
PMP : fixes for isotropic remeshing
2016-12-02 11:34:51 +01:00
Laurent Rineau 367ae78d1a Merge pull request #1672 from janetournois/Polyhedron_demo-fix_duplicate_plugin_loading-jtournois
Polyhedron demo : avoid loading twice the same plugin
2016-12-02 11:33:15 +01:00
Laurent Rineau 105418b66a Merge pull request #1620 from lrineau/Polyhedron-demo_various_fixes-lrineau
Enhancement of Qt Script in Polyhedron Demo

- CMake-3.1 is now required.
- demo/Polyhedron/ now requires C++11.
2016-12-02 11:19:18 +01:00
Maxime Gimeno 8d30e0bdbb Fixes 2016-12-02 09:42:54 +01:00
Maxime Gimeno f0470d5fc0 Fix the header of the sceneView. 2016-12-02 09:21:39 +01:00
Laurent Rineau 4c4b9a0fd8 Merge pull request #1663 from maxGimeno/Polyhedron_demo-Add_sep_images_support-GF
Polyhedron_demo : Add support for SEP images to the Io_image_plugin
2016-12-01 17:41:19 +01:00
Laurent Rineau 030292a279 Merge pull request #1674 from maxGimeno/Polyhedron_demo-Switch_orthographic_perspective_projection-GF
Polyhedron_demo: Make it possible to switch between projection modes
2016-12-01 17:39:17 +01:00
Laurent Rineau 0413af3deb Merge pull request #1675 from maxGimeno/Polyhedron_demo-Self_intersection_plugin_for_SM-GF
Polyhedron_demo : Self_intersection_plugin available for Scene_surface_mesh_item and works on all selected surfaces.
2016-12-01 17:38:34 +01:00
Laurent Rineau 38bcd090f0 Merge pull request #1613 from maxGimeno/Polyhedron_demo-Edit_box_plugin-GF
Polyhedron_demo:  Edit box plugin
2016-12-01 17:37:15 +01:00
Laurent Rineau 2255f14a3c Merge pull request #1669 from maxGimeno/Polyhedron_demo-Fix_picking-GF
Polyhedron_demo : Fix the picking
2016-12-01 17:36:50 +01:00
Laurent Rineau b82379cf4f Merge pull request #1670 from maxGimeno/Polyhedron_demo-fix_spheres_item-GF
Polyhedron_demo : Fix spheres item
2016-12-01 17:36:18 +01:00
Sébastien Loriot 1304f52a49 readd data removed c305e9a8 2016-12-01 09:36:10 +01:00
Guillaume Damiand 083fe3eac6 Define macro to use old cmap api and to remove deprecated warning in .cpp instead of in .h 2016-11-29 11:43:41 +01:00
Guillaume Damiand e7687061c3 Avoid to search in the map if we are on a border edge. 2016-11-29 11:43:40 +01:00
Guillaume Damiand 2ab268965f LCC for CMap and GMap; incremental builder; save and load; test. 2016-11-29 11:43:36 +01:00
Andreas Fabri b0bbbe05f6 Add \pre 2016-11-28 11:23:48 +01:00
Laurent Rineau 26dcfd9c44 Merge pull request #1647 from sgiraudot/Point_set_processing_3-Improve_outlier_removal_API-GF
Point set processing: improve outlier removal API
2016-11-25 14:57:06 +01:00
Laurent Rineau d3db3d462d Merge pull request #1710 from sgiraudot/Polyhedron_demo-Mesh_simplification_add_constraints-GF
Polyhedron demo: mesh simplification on selection
2016-11-25 14:56:52 +01:00
Laurent Rineau 897e1bdd3e Merge pull request #1691 from sgiraudot/Polyhedron_demo-Bugfix_duplicate_point_set-GF
Several bug fixes for point set in Polyhedron Demo
2016-11-25 14:56:39 +01:00
Jane Tournois 679d9f10ad fix warning (integer converted to bool)
the face_patch_map property map should have a valid value when built
with -1, as it is done in isotropic_remeshing (cf `check_normals` function)
2016-11-25 14:49:22 +01:00
Simon Giraudot 5cbd0a6d32 Possibility to open PLY with floating colors 2016-11-23 08:12:37 +01:00
Simon Giraudot 7bb1146368 Add option to perform mesh simplification on Polyhedron selection 2016-11-22 15:29:31 +01:00
Maxime Gimeno 13e546b7f3 Add a check for boost-filsesystem before compiling the Io_image_plugin 2016-11-22 14:14:44 +01:00
Maxime Gimeno 8471b7d1c6 Fix unwanted typename bug. 2016-11-22 12:55:14 +01:00
Simon Giraudot e31575e2ed Mesh simplification: add edge length stop predicate 2016-11-22 09:20:48 +01:00
Jane Tournois 2c2f52115f in_dimension() is -1 for "far points" used for parallelism
and this case was not handled, causing a crash
2016-11-18 17:18:01 +01:00
Maxime Gimeno 78b937e87b Change action's name. 2016-11-18 12:07:15 +01:00
Laurent Rineau dbcd52dcc0 Merge pull request #1668 from maxGimeno/Polyhedron_demo-Fix_point_set_selection-GF
Polyhedron_demo : Fix point set selection
2016-11-18 11:04:10 +01:00
Laurent Rineau 2d681229fd Merge pull request #1660 from maxGimeno/Polyhedron_demo-Fix_waitcursors_for_windows-GF
Polyhedron_demo : Fix waitcursor for windows in some plugins
2016-11-18 11:02:20 +01:00
Simon Giraudot 0470530a63 Bugfix: do not offer to display normals if they are not available 2016-11-16 12:19:55 +01:00
Simon Giraudot 6380a805f8 Bugfix: decrement first_selected() before swapping (avoid dereferencing end()) 2016-11-16 08:24:38 +01:00
Simon Giraudot 160f07b2cc Bugfix: add normal map before creating point set from vertices 2016-11-16 07:42:14 +01:00
Simon Giraudot 6b44f0cf71 Bugfix: copy point set when duplicating 2016-11-15 08:41:03 +01:00
Maxime Gimeno 9b1342ea47 enhancements:
- Only highlight if shift is pressed
- Use a special cursor when rotating the frame.
2016-11-14 12:01:24 +01:00
Maxime Gimeno e8002a71a4 Make the plugin able to process multiple selected items at once. 2016-11-10 11:27:23 +01:00
Maxime Gimeno 9ecb5d19bd Self_intersection_plugin is available for surface_mesh_items. In that case, the output item is anorther Surface_mesh_item instead of a Polyhedron_item. 2016-11-09 11:23:48 +01:00
Maxime Gimeno 366d1571c2 Add a switch in the View menu to make the Projection matrix Orthographic. 2016-11-09 09:40:20 +01:00
Jane Tournois 600ee9a140 avoid loading twice the same plugin 2016-11-08 17:38:55 +01:00
Maxime Gimeno 473edff485 Fix spheres problems :
- give squared radius to the CGAL::Spheres instead of radius.
- don't keep a list of Spheres but directly add the values to the buffers when a sphere is added to the item.
2016-11-08 15:52:01 +01:00
Maxime Gimeno 334414fa04 Fix the picking 2016-11-08 14:52:12 +01:00
Maxime Gimeno 023d565519 Use radius instead of squared radius. 2016-11-08 14:24:07 +01:00
Maxime Gimeno 35a5c3de41 Fix the CGAL_assertion when performing a free form selection. 2016-11-08 11:58:21 +01:00
Maxime Gimeno 65e6fcf2af Use QPainter API to draw the selection lines to avoid precision problems. 2016-11-08 11:41:48 +01:00
Maxime Gimeno b01999b634 Add support for SEP images to the Io_image_plugin 2016-11-07 14:05:06 +01:00
Maxime Gimeno 8c0ce90300 Fix
On windows, the modal dialogs mess with the application of the Waitcursor. This commit adds a call to processEvents() after the waitcursor where it is needed to fix that.
2016-11-04 15:37:49 +01:00
Laurent Rineau 24c7f1b72a Better test files
The "good" test now check that the exception is actually caught, and not
silently ignored.
2016-11-04 12:10:12 +01:00