Zhongshi Jiang
e067d8d7b5
add pyigl seam_edges
...
Former-commit-id: ea005c91e0
2018-02-16 22:41:16 +08:00
Zhongshi Jiang
16b6a3008c
Python binding for exact_geodesic
...
Former-commit-id: 84d078222e
2018-02-16 22:38:32 +08:00
Daniele Panozzo
78ea6f9efe
finished pass over all tutorials
...
Former-commit-id: 0bef47c705
2018-02-14 16:27:58 -04:00
Daniele Panozzo
53ee86a4ab
fixing py tutorials
...
fixing runtime errors introduced by updating to pybind 2.2
Former-commit-id: ac4ffe2434
2018-02-14 16:05:19 -04:00
Daniele Panozzo
6dbfe3861a
python module compilation fixes
...
Former-commit-id: 08f7f8cb6b
2018-02-14 11:30:19 -04:00
Daniele Panozzo
56b46751d6
dropped serialization defines
...
dropped external nanogui
removed all references to nanogui
Former-commit-id: c61ad1fed9
2018-02-13 15:14:00 -04:00
Guillaume Jacquenot
84e7645d42
Fixed Python CMakeLists.txt for CMake 3.10.0
...
`target_link_libraries` creates an error in case one do not specify PUBLIC/PRIVATE for each use of `target_link_libraries` on a target
-- LTO enabled
CMake Error at CMakeLists.txt:134 (target_link_libraries):
The keyword signature for target_link_libraries has already been used with
the target "pyigl". All uses of target_link_libraries with a target must
be either all-keyword or all-plain.
Former-commit-id: 3b9ee80dc7
2018-02-10 14:21:37 +01:00
Daniele Panozzo
ad4d6cd23c
python compilation fixes
...
Former-commit-id: 4b9501ad39
2018-02-04 20:11:03 -05:00
Daniele Panozzo
eb0881d6a9
python module compiles again, still not working
...
Former-commit-id: f838fe518e
2018-02-04 15:09:54 -05:00
luz.paz
bae6702731
more misc. typos
...
Former-commit-id: e4774a2a16
2018-01-14 06:07:31 -05:00
Unknown
2ddb11aa6b
Misc. typos
...
Most are non-user facing. Hope this is not too annoying of a PR.
Used `codespell -d -q 3 --skip="*.po,*.ts,./.git,./external"` to locate typos
Former-commit-id: dc31807ff5
2018-01-14 06:07:31 -05:00
Daniel Crispell
a254ce32b3
enable use of alternate pybind11
...
Former-commit-id: b7f5342962
2017-12-06 12:28:08 -05:00
skoch
4e63839b97
Fix inconsistent imports
...
Former-commit-id: 45417a4a85
2017-12-05 18:16:53 +01:00
Daniele Panozzo
e7f1d44d2e
migrating polyvector code to libdirectional
...
Former-commit-id: 789126680e
2017-10-31 17:28:13 -04:00
Daniele Panozzo
017c21a0f5
Merge branch 'cmake' of https://github.com/jdumas/libigl
...
Former-commit-id: dc9af94b44
2017-10-10 21:47:34 -04:00
Daniele Panozzo
39969d911f
added comments to python files 2/2
...
Former-commit-id: d243ce6cb1
2017-10-08 16:05:42 -04:00
Daniele Panozzo
58a2146c68
added comments to python files 1/2
...
Former-commit-id: 52d0f35689
2017-10-08 16:02:47 -04:00
Jérémie Dumas
66b116aef4
Update Python build.
...
Former-commit-id: e7d5bc2963
2017-09-08 15:29:52 -04:00
Alec Jacobson
7be2a7c4aa
note about linux
...
Former-commit-id: 8662911d5d
2017-08-15 12:25:23 -04:00
Alec Jacobson
94028e5dba
try to fix python errors
...
Former-commit-id: 56dd532f10
2017-08-02 16:19:57 -07:00
Hasnain Vohra
f5313e23f3
add wrapper for readPLY
...
Former-commit-id: 46385dc442
2017-07-17 15:40:36 -04:00
Francis Williams
e76521800e
Python binding for igl_adjacency_list(const MatrixXi& F, vector<vector<int>& A, bool sorted). Use an opaque type for the output parameter A.
...
I also fixed a couple of bugs in generate_docstrings.py:
1) We were checking for an empty string where a result could also be Nonn.
2) If you forgot to end the argument path with a slash, the output would be incorrect
3) We were coupled to a specific version of clang for no reason
4) Python 3 clang binding support was only added in April 2017 (https://reviews.llvm.org/D31568 ). Using python3 by default will not work on the clang bindings which ship with pip and most Linux distros. Let's change the hashbang to use python2 for now.
5) The documentation for the script was a bit confusing.
Former-commit-id: 230ab71e20
2017-07-05 13:31:03 -04:00
Daniel Crispell
dce71c86cb
allow specification of alternate pybind11 directory
...
Former-commit-id: a99055c7ca
2017-07-03 14:26:02 -04:00
Daniele Panozzo
b589dd64dc
fix for python 2.x
...
Former-commit-id: 6a7ea0cf06
2017-07-02 23:34:13 +01:00
Daniele Panozzo
0f50ccf93b
Merge branch 'fix_strip_path' of https://github.com/decrispell/libigl
...
Former-commit-id: 3287318635
2017-07-02 23:16:43 +01:00
Daniele Panozzo
8a452ed856
Merge branch 'python_writePLY' of https://github.com/decrispell/libigl
...
Former-commit-id: 3ca3b2d24b
2017-07-02 23:04:26 +01:00
Daniel Crispell
a79ce45087
correct the pyigl.so path given to strip command
...
Former-commit-id: 2fa7acb851
2017-06-30 22:22:19 -04:00
Daniel Crispell
2115264e37
add python binding for writePLY
...
Former-commit-id: 89248fc18f
2017-06-30 21:57:51 -04:00
Jérémie Dumas
fe60b1dd0c
Improve viewer resize function.
...
Former-commit-id: 64370663c1
2017-06-27 15:59:55 -04:00
s-koch
e80747c8f3
Remove print statement
...
Former-commit-id: f6ff85da09
2017-03-29 23:52:22 +02:00
s-koch
dd743f2175
Fix tutorial 102_tcp and tutorial 303
...
Former-commit-id: 2d55c372b0
2017-03-29 23:48:49 +02:00
Daniele Panozzo
a761c7f044
updated url for Daniele’s website
...
fixed broken pdf links in the tutorial
Former-commit-id: 3d10126f5a
2017-03-22 08:00:35 -04:00
s-koch
45b6393a6f
Fix bbw python bindings and tutorial 403
...
Former-commit-id: 37d786ca3e
2017-02-15 16:43:54 +01:00
s-koch
59b03433ea
Update docstrings
...
Former-commit-id: 111e7f5d38
2017-02-15 16:01:33 +01:00
s-koch
f930b28833
Fix tutorial 306
...
Former-commit-id: 5f465bdc7c
2017-02-15 15:05:42 +01:00
s-koch
90fc5df3e5
Fix tutorial 106
...
Former-commit-id: 46cb9b3a27
2017-02-15 15:00:59 +01:00
skoch
2036f61a24
Remove fileending
...
Former-commit-id: 4628897ecc
2017-02-14 18:59:01 +01:00
skoch
3567e2d9b0
Update vector binding to work with new pybind11
...
Former-commit-id: 9bfa4df107
2017-02-14 18:50:58 +01:00
skoch
e5a438872f
Fix CMakeLists problems
...
Former-commit-id: d1a22e9d39
2017-02-14 18:45:17 +01:00
Daniele Panozzo
bf367fa0c9
python fixes
...
Former-commit-id: 9267fd42d9
2017-02-07 17:57:26 -05:00
Alec Jacobson
b19c388a87
hopeful fix for cmake python build
...
Former-commit-id: 72f96f60cd
2017-01-10 02:48:56 -05:00
Alec Jacobson
7b92189fb8
attempt to convince python to use bbw from main lib
...
Former-commit-id: 5c602c66bd
2016-11-28 13:50:37 -05:00
jmespadero
fa97cbbb30
py_internal_angles
...
Former-commit-id: c6a0ba5cf4
2016-10-24 16:07:19 +02:00
Guillermo Lomas Rodríguez
5e0b974c91
Resolved conflict with 'python/py_igl.cpp'
...
Former-commit-id: e4655db202
2016-10-20 12:04:04 +02:00
Guillermo Lomas Rodríguez
4b8d479be6
Resolved conflict in python/py_doc.cpp
...
Former-commit-id: 5686d72eec
2016-10-20 11:58:03 +02:00
Guillermo Lomas Rodríguez
b80afb29dd
Removed changes to 'python/CMakeLists.txt'
...
Former-commit-id: 30c2581399
2016-10-20 11:49:37 +02:00
Guillermo Lomas Rodríguez
86d93f31db
Merge remote-tracking branch 'upstream/master'
...
Former-commit-id: 231b465472
2016-10-20 11:40:26 +02:00
Daniele Panozzo
303641e6b3
Merge branch 'python_bindings' of https://github.com/s-koch/libigl
...
Former-commit-id: 1dc17bb6c8
2016-10-19 09:19:17 -04:00
Guillermo Lomas Rodríguez
ea18a88d58
Python bindings for barycentric_to_global()
...
Former-commit-id: 777d5b1858
2016-10-19 09:49:16 +02:00
Guillermo Lomas Rodríguez
40b45738a5
Python bindings for line_mesh_intersection()
...
Former-commit-id: 43e7c6b81c
2016-10-18 18:22:14 +02:00