Commit History

Author SHA1 Message Date
  Jérémie Dumas 779af8fb48 Merge pull request #1227 from BruegelN/python_fix-viewer-core 6 years ago
  Jérémie Dumas 8a448d4af4 Merge pull request #1185 from txstc55/master 6 years ago
  Jérémie Dumas 15b87c6e84 Merge pull request #1197 from BruegelN/fix-on-linux-path_to_executable 6 years ago
  Jérémie Dumas d56ab01cfb Merge pull request #1220 from BruegelN/python_fix-viewer-data 6 years ago
  Jérémie Dumas 790dd4d3eb Merge pull request #1224 from nTopology/dev/ig/warningimprovements 6 years ago
  Nico Brügel 6787393cd1 replace 'viewer.core' with 'viewer.core()' in python tutorials. Use same API style like in C++ however other methods for multiple viewport support still do not have python bindings. 6 years ago
  Nico Brügel 7162dbe428 expose igl.glfw.Viewer.core() the same way as in C++ and adding default argument. 6 years ago
  Ignacio Fraga 3bb73fbdd7 Dealing with MSVC warnings a little bit more elegantly 6 years ago
  BruegelN ea48d38056 Due to the changes in glfw::Viewer one should pass a parameter when calling data() to select a mesh. In C++ mesh_id=-1 by default ( the last element). This commit adds this behaviour for the python bindings. 6 years ago
  Alec Jacobson 16b8ab326c Merge pull request #1205 from rodyo/dev 6 years ago
  Alec Jacobson c27e57e85e Merge pull request #1217 from libigl/sort-triangles 6 years ago
  Alec Jacobson 67e99976f1 Merge pull request #1216 from libigl/marching-cubes-redux 6 years ago
  Jérémie Dumas 241187bbe3 Merge pull request #1213 from lawsonfulton/origin/dev 6 years ago
  Alec Jacobson 36eb913385 fix brackets 6 years ago
  Alec Jacobson de74c292ee merge 6 years ago
  Alec Jacobson da7a3eb70b fix templating 6 years ago
  Alec Jacobson bbfc88926e rm lingering test code 6 years ago
  Alec Jacobson 19bfe1a203 clean up and add root finding interface 6 years ago
  Alec Jacobson 7e0e6a87e0 Update libigl.cmake 6 years ago
  Lawson Fulton ab6bfb7e9f Fixing missing symbol error for python 6 years ago
  Rody Oldenhuis b407970ecd Changed `size_t` → `std::ptrdiff_t` for OpenMP2.0 compatibility 6 years ago
  Nico Brügel 1408bd36b0 fix unit test for path_to_executable() on windows by taking into account that it has a '.exe' suffix. 6 years ago
  BruegelN d32e71784e path_to_executable: only include unistd.h if not on windows. 6 years ago
  BruegelN 49f4b7cfc8 Add unit test for path_to_executable() 6 years ago
  Nico Brügel d7925be2e4 Added symboles to check for in path_to_executable() because capital case UNIX is not defined under Linux (i.e. Ubuntu). 6 years ago
  Jérémie Dumas fac1d57ee5 Update main.cpp 6 years ago
  Jérémie Dumas 10e04cbef5 Update GLFW to 3.3 (#1153) 6 years ago
  Xuan Tang b5f7891c7e added more comments to 407 and 604 6 years ago
  Jérémie Dumas aea868bd1f Merge pull request #1172 from jdumas/tmp/viewer-fixes 6 years ago
  Lawson Fulton 450935874f Extending igl::cat to work with std::vectors AND Allowing N-gons in writeOBJ (#1108) 6 years ago