Commit Graph
235 Commits
Author SHA1 Message Date
Sebastian Koch 7dd7f6e50b Regenerate docstrings and update documentation. Fix include problem with triangle_triangle_adjacency.h
Former-commit-id: 5653980d02
2016-10-04 14:21:48 +02:00
Pelayo González aeaf610e41 Python bindings for remove_duplicate_vertices()
Former-commit-id: 198571d71e
2016-09-23 14:54:58 +02:00
root 3f1cb13d7b python support for remesh_self_intersections
Former-commit-id: a25fd7b3ce
2016-09-20 12:10:36 -07:00
Sebastian Koch 19f547093e Merge branch 'master-upstream' into python_bindings
Former-commit-id: 1bfdf9b30e
2016-09-14 19:13:03 +02:00
pancha e9db1095fd * adding streamline code and tutorial
* adding python bindings for streamline and python tutorial


Former-commit-id: 9abb24e0bc
2016-08-11 10:37:34 -04:00
pancha a0664b0a3d adding python wrapper for edge_topology and triangle_traingle_adjacency
Former-commit-id: 42f022f021
2016-08-09 16:56:52 -04:00
Sebastian Koch ba5cfc10ba Added tutorial 403 and submodule bbw
Former-commit-id: a475a5d124
2016-07-14 11:59:56 +02:00
Sebastian Koch 4b967ca834 Refactored 402
Former-commit-id: ec04c5db36
2016-07-13 12:36:04 +02:00
pancha 98f6dffd25 - add check flag c-contiguous on p2e
- add order flag on e2p


Former-commit-id: cd300d052a
2016-07-12 13:58:33 -04:00
Sebastian Koch d07d324403 Updated tutorial 404 to use features of newer pybind11 version,
Introduced typedefs


Former-commit-id: a6b2fd045a
2016-07-12 17:15:40 +02:00
Sebastian Koch d74da4cd6f Added tutorial 404
Former-commit-id: 0258e9fb60
2016-07-11 18:20:22 +02:00
Sebastian Koch 23143da4d2 Fixed 705
Former-commit-id: 269e85ecd9
2016-07-08 16:16:27 +02:00
Sebastian Koch 6c61cc5d9f Fixed problem with pybind
Former-commit-id: e16a216e89
2016-07-08 12:52:19 +02:00
Daniele Panozzo e1eb91246c Merge branch 'python_bindings' of https://github.com/s-koch/libigl
# Conflicts:
#	python/CMakeLists.txt


Former-commit-id: 1f073ddda2
2016-07-06 18:19:51 -04:00
Daniele Panozzo 0fd9f19d5d minor fix
Former-commit-id: f1818d962a
2016-07-06 17:32:33 -04:00
Daniele Panozzo cd5d617ff3 nanogui bindings are now working on macosx
Former-commit-id: 0e18cb9bec
2016-07-06 17:01:40 -04:00
Sebastian Koch aa298105c6 Added tutorial 707
Former-commit-id: 3a57699280
2016-07-06 22:20:41 +02:00
Daniele Panozzo f0ecda1418 Merge commit '5ba386306b0e1dc605941711a21d6031132d8094 [formerly 8c6e743cc1]'
# Conflicts:
#	python/modules/py_igl_viewer.cpp


Former-commit-id: 11f7d59227
2016-07-06 14:56:52 -04:00
Sebastian Koch 70f5ed2048 Added tutorial 706
Former-commit-id: 3acc7106d4
2016-07-06 20:38:33 +02:00
Sebastian Koch 64c62a6050 Moved and refactored picking tutorial 607->708
Former-commit-id: 76c80d3c0b
2016-07-06 16:10:06 +02:00
Sebastian Koch 5e56eb4f81 Added tutorial 705
Former-commit-id: ef2d804f84
2016-07-06 15:51:04 +02:00
Sebastian Koch 5416e09508 Added tutorial 702
Former-commit-id: 64289b0050
2016-07-06 12:55:53 +02:00
pancha 5ba386306b expose nanogui objects to python; todo: wrap with conditionals
Former-commit-id: 8c6e743cc1
2016-07-05 20:12:12 -04:00
koch 9e91b44667 Finalized tutorial 701, added missing template
Former-commit-id: 63ef13a583
2016-06-22 16:03:01 +02:00
Sebastian Koch 02c18da83a Debug output for tutorial 701
Former-commit-id: efcf06b7dc
2016-06-21 14:10:42 +02:00
Sebastian Koch 884eb5bc9c Merge branch 'master-upstream' into python_bindings
Former-commit-id: f430090094
2016-06-21 11:56:45 +02:00
Sebastian Koch dcbb98ce9a Added tutorial 701
Former-commit-id: 54e2fe0935
2016-06-21 11:54:53 +02:00
Daniele Panozzo c25afb2972 fixed path problem on osx for python tutorial 607
Former-commit-id: 1fd1a3e4a6
2016-06-18 15:55:59 +02:00
Daniele Panozzo 5251c46efc minor fix in the cmake file for python
Former-commit-id: c61282f6a1
2016-06-18 01:22:02 +02:00
Sebastian Koch b275c3672a Added PNG module and tutorial 607
Former-commit-id: c0e04685e2
2016-06-17 18:51:38 +02:00
Sebastian Koch 54d4e1a9e4 Removed debug output and fixed templates
Former-commit-id: ed1247742b
2016-06-17 18:10:45 +02:00
Sebastian Koch 9727746942 Added tutorial 609_Boolean and CGAL python module + functions
Former-commit-id: 7b6b91bd7a
2016-06-17 17:25:27 +02:00
Sebastian Koch 39df4de193 Switched to automatic (and sorted) generation of py_igl.cpp and py_doc.*
Former-commit-id: 76abdffac1
2016-06-17 17:23:45 +02:00
Sebastian Koch 3f03a17e1e Updated python_shared template file
Former-commit-id: 37120c6558
2016-06-17 12:23:10 +02:00
Sebastian Koch 20a81c3f79 Changing to build type DEBUG
Former-commit-id: 5ffdbf8909
2016-06-08 15:06:02 +02:00
Sebastian Koch e91d3ed76b Checking if g++ build works like this
Former-commit-id: 84f107e971
2016-06-08 10:34:13 +02:00
Sebastian Koch 594aad7067 Cleaned up python tutorials and added dependency checks to all tutorials
Former-commit-id: 246017f041
2016-06-07 16:28:06 +02:00
Sebastian Koch 4a98261ae9 Merge branch 'master-upstream' into python_bindings
Former-commit-id: 8c301b3375
2016-06-07 15:15:19 +02:00
Sebastian Koch ad00bd397f Restructuring Python bindings, moved submodules and dependencies to own folders, added dependency checking for some tutorials, minor refactorings
Former-commit-id: 2214125878
2016-06-07 15:13:54 +02:00
Sebastian Koch 2a11d6243a Merge branch 'master-upstream' into python_bindings
Former-commit-id: 44fad596ff
2016-06-07 15:12:54 +02:00
Sebastian Koch 6e6d16137e Update CMakeLists.txt
Former-commit-id: d239f45515
2016-06-04 16:25:08 +02:00
Sebastian Koch 91e22e477f Removed unneeded code
Former-commit-id: 3c25890f43
2016-06-03 17:49:19 +02:00
Sebastian Koch 5329d870af Merge branch 'master-upstream' into python_bindings
Former-commit-id: 0e471a79f3
2016-06-03 17:46:45 +02:00
Sebastian Koch b523d56718 Finalized tutorial 704
Former-commit-id: a507397d12
2016-06-03 17:38:38 +02:00
Sebastian Koch c5e77fa5d7 Added multiple tutorials
Former-commit-id: 706aa31449
2016-06-03 16:53:22 +02:00
Sebastian Koch 0fabc50c00 Merge branch 'bindings' into python_bindings
Former-commit-id: 35cb70903b
2016-06-02 13:55:51 +02:00
Sebastian Koch db0ef84ad7 Fixed assertion problem in debug mode
Former-commit-id: 71091ca3f5
2016-05-27 16:03:06 +02:00
Sebastian Koch fb530cb053 Fixed signed_distance function
Former-commit-id: 6204302f84
2016-05-25 22:01:38 +02:00
Sebastian Koch 6e4a3738aa Fixed minor bugs in bindings, moved AABB implementation to own file, added boolean matrix and comparison functions to python bindings
Former-commit-id: aa6e79dc36
2016-05-25 21:47:37 +02:00
Daniele Panozzo f878b3afd0 Merge branch 'python_bindings' of https://github.com/s-koch/libigl into s-koch-python_bindings
Former-commit-id: 48e9847e2b
2016-05-24 18:12:37 +02:00