Commit Graph

  • 292b78628f ignore ctags file master Stephen M. McQuay 2012-07-19 11:34:12 -0500
  • 72409897d4 updated how I call the unittests Stephen M. McQuay 2012-07-18 06:52:16 -0500
  • f66dfd592d Removed needless verbage from tests modules. Stephen M. McQuay 2012-07-13 15:33:48 -0600
  • 285c6c7254 First functioning pass at connectivity. - added unittests (passing) - updated run script to take int for number of subds Stephen M. McQuay 2012-07-13 15:33:24 -0600
  • 2b3ab866b2 removed julython test file Stephen M. McQuay 2012-07-13 08:43:36 -0600
  • 3f927477e9 added unittest to verify good connectivity generation; should be failing tests Stephen M. McQuay 2012-07-13 08:43:08 -0600
  • 3fb1c97403 unified nomenclature for connectivity data Stephen M. McQuay 2012-07-13 08:39:25 -0600
  • 5e37668ecc fixed help message Stephen M. McQuay 2012-07-13 08:18:34 -0600
  • c7a3d3e6d5 merge Stephen M. McQuay 2012-07-11 14:42:55 -0600
  • 47870851de another test commit Stephen M. McQuay 2012-07-11 14:42:30 -0600
  • 70f274e96c test push to julython Stephen M. McQuay 2012-07-11 10:17:15 -0600
  • 889cdf201c added inner-face edges and all new faces Stephen M. McQuay 2012-06-23 10:50:17 -0700
  • 719bc94e8c first crack at adding edges between new verts Stephen M. McQuay 2012-06-22 21:10:15 -0700
  • dee1889d81 started adding edge connectivity Stephen M. McQuay 2012-06-22 20:52:02 -0700
  • 6b21fd80cb changed import so it would work Stephen M. McQuay 2012-06-08 11:57:22 -0600
  • 7559887e0f update tests to unittest2 (or unittest py2.7) Stephen M. McQuay 2012-06-08 11:47:19 -0600
  • a45c84c183 Started adding connectivity generation - also added a test file in the blender folder Stephen M. McQuay 2012-06-07 22:24:52 -0600
  • 15ffd82cad Removed test file Stephen M. McQuay 2012-05-31 09:01:43 -0600
  • 07d7aaee43 test add Stephen M. McQuay 2012-05-31 09:00:41 -0600
  • cfbde60480 added vertex calcs for simple butterfly Stephen M. McQuay 2012-05-30 22:57:56 -0600
  • 23f343a608 added Vertex method to allow for += Stephen M. McQuay 2012-05-30 22:57:26 -0600
  • 443363a7a4 removed last pdf Stephen M. McQuay 2012-05-29 22:09:05 -0600
  • d05b5164b2 Updated files to support py3 Stephen M. McQuay 2012-05-29 17:33:28 -0600
  • 2355deec9f Stubbed out subd.butterfly and added testing script Stephen M. McQuay 2012-05-29 17:33:15 -0600
  • e85a99e95a added a simple tetrahedron for initial butterfly implementation tests Stephen M. McQuay 2012-05-29 16:47:10 -0600
  • 7d46bb64bd raise right error Stephen M. McQuay 2012-05-29 13:09:51 -0600
  • 88cfd0f6a6 one of the asserts was incorrect ... perhaps the other one can be removed? Stephen M. McQuay 2012-05-18 01:01:23 -0600
  • 7d89a5778b got cc working Stephen M. McQuay 2012-05-18 00:59:04 -0600
  • dd6148ef52 fixed some pep8 violations Stephen M. McQuay 2012-05-16 00:00:58 -0600
  • 1a317781cf added real tests to the subd.cc.TestCC class Stephen M. McQuay 2012-05-15 23:51:48 -0600
  • 71f99ba58d added meaningful subd vert test Stephen M. McQuay 2012-05-15 22:57:44 -0600
  • e0460a0b8d trying to spell things more clearly in cc Stephen M. McQuay 2012-05-15 17:43:41 -0600
  • d372620283 removed stray pdb call Stephen M. McQuay 2012-05-15 17:35:35 -0600
  • 14a5128d8d refined the PolygonMesh constructor Stephen M. McQuay 2012-05-15 17:35:00 -0600
  • 66a688fa75 added another Vertex division test Stephen M. McQuay 2012-05-15 17:25:11 -0600
  • 544a570629 Changed the Vertex class to inherit from list - allows for simpler jsonification Stephen M. McQuay 2012-05-10 08:51:52 -0600
  • a00f1cb59a cc: update old verts Stephen M. McQuay 2012-05-09 23:20:23 -0600
  • 198a7d7ca8 Fixed bug in my CC implementation - Wasn't calculating faces for a give original vert correctly - vertices generated by surf.subd.cc.refine look about right - still missing edge and face connectivity Stephen M. McQuay 2012-05-09 09:24:26 -0600
  • ba1ec89c27 In the middle of implementing Catmull-Clark Stephen M. McQuay 2012-05-09 00:32:34 -0600
  • 8b540012c1 Fixed some usability issues - no objects made the buttons disappear Stephen M. McQuay 2012-05-08 21:13:25 -0600
  • f69f9e0224 pep8/pyflakes violations Stephen M. McQuay 2012-05-07 23:36:12 -0600
  • c324fb281f refactor of Polygon to PolygonMesh Stephen M. McQuay 2012-05-07 23:30:36 -0600
  • 6c516e26fc updated the surf.geometry module to better map to blender primatives Stephen M. McQuay 2012-05-07 23:21:31 -0600
  • 7d06a7037b didn't like the makefile anymore. goodbye Stephen M. McQuay 2012-05-07 23:21:01 -0600
  • a083621d35 Updated file so that it could pass pep8/pyflakes - left in borked state Stephen M. McQuay 2012-05-07 23:19:54 -0600
  • ef9485f8a6 documented how to run tests Stephen M. McQuay 2012-05-07 23:18:35 -0600
  • 166e3719be Added something reasonable for `from surf import *` Stephen M. McQuay 2012-05-07 23:18:18 -0600
  • fef3609399 moved tests to be submodule of surf Stephen M. McQuay 2012-05-07 23:17:46 -0600
  • d117dacf08 Added sample json files. - removed the older util.py module Stephen M. McQuay 2012-05-07 23:17:29 -0600
  • 475b9dd25d got vertex tests to pass again Stephen M. McQuay 2012-05-07 21:06:39 -0600
  • 4556eb9ad9 updated the blender script - now it does import/export - it shows up in the menus Stephen M. McQuay 2012-05-05 20:44:48 -0600
  • f8e1022932 Removed old test file (that keeps popping up...) Stephen M. McQuay 2012-05-05 20:44:45 -0600
  • 3e9299d4b7 merge Stephen M. McQuay 2012-05-05 19:16:24 -0600
  • 2bbeeb0b07 not working, but some work done to fix cc methods William Blattman 2012-04-16 00:11:27 -0700
  • b427c1f31a Added a script to load up a mesh from the json file Stephen M. McQuay 2012-04-15 22:22:12 -0600
  • 4fcdd0e454 Added file export for blender operator Stephen M. McQuay 2012-04-14 22:31:55 -0600
  • 66754c0d04 updated blender dumper to be an operator. Stephen M. McQuay 2012-04-14 22:12:47 -0600
  • 27db460657 changed perms for a module to 644 Stephen M. McQuay 2012-04-14 21:09:04 -0600
  • 994988fd5a removed another stray file Stephen M. McQuay 2012-04-14 21:08:38 -0600
  • 8c265bf819 Removed some binary files Stephen M. McQuay 2012-04-14 21:00:55 -0600
  • 9a37d67ae7 nothing William Blattman 2012-04-14 19:35:05 -0700
  • a4d9129d77 Vertex now uses true division instead of casting RHS to float - updated tests Stephen M. McQuay 2012-03-22 10:09:14 -0600
  • c1f7ee46bc updated blender mesh dumper to use bmesh module Stephen M. McQuay 2012-03-20 22:47:55 -0600
  • 9521a11854 initial blender mesh dumper Stephen M. McQuay 2012-03-20 20:45:34 -0600
  • c2b7cfaf4b added a file to help me not add superfluous files Stephen M. McQuay 2012-03-20 20:45:15 -0600
  • 93891b917b Moved documentation, and added more operators to Vertex - added __neg__ - added cross for Vertex * Vertex - added tests for these - moved the cube docstring up into the cube generating function Stephen M. McQuay 2012-03-20 07:16:15 -0600
  • 9a5fc54f12 Cleaned up some pep8 violations - changed camelCase variables to under_case - wrapped lines that were longer than 80 chars - used @property decorator - changed the cc refine test to print before running refine - refine seems to be destructive Stephen M. McQuay 2012-03-19 22:56:12 -0600
  • 84712d5613 forgot to add the file I said I added a few changesets ago Stephen M. McQuay 2012-03-19 22:33:23 -0600
  • 12e82529a2 Added a makefile - this is intended to be used for perfunctory repo cleanups and the like - should probably be replaced by some fabric script Stephen M. McQuay 2012-03-19 22:33:04 -0600
  • 265f692b8e Removed old test file - test using unittest can now be found in test.vertex Stephen M. McQuay 2012-03-19 22:27:35 -0600
  • 62efeb12b3 cleaned up some pep8/pyflakes violations Stephen M. McQuay 2012-03-19 22:18:02 -0600
  • 303dd9e8d0 moved the pdf into the documentation folder Stephen M. McQuay 2012-03-19 22:17:50 -0600
  • a5f687bd32 added support for multiple authors in setup.py file ... as best I could figure Stephen M. McQuay 2012-03-19 21:53:32 -0600
  • 78aec7fba4 added setup.py file Stephen M. McQuay 2012-03-19 21:50:18 -0600
  • 743b516c6d moved authors file Stephen M. McQuay 2012-03-19 21:50:04 -0600
  • 467e67e099 added an authors file Stephen M. McQuay 2012-03-19 21:47:25 -0600
  • 2f4d648f55 Refactored into modules and test scripts. Stephen M. McQuay 2012-03-19 20:38:40 -0600
  • 6a69a99706 merged Stephen M. McQuay 2012-03-19 10:45:13 -0600
  • cabb79b269 Fixed bug in CC corner updates. willblatt 2012-03-19 09:44:01 -0700
  • 4e3573a5b9 Merge pull request #5 from willblatt/master Stephen McQuay 2012-03-19 08:22:39 -0700
  • 805edfe12f getting closer, its starting to look like it... William Blattman 2012-03-18 21:57:44 -0700
  • a93c047a5d simple plotting to see if it works. William Blattman 2012-03-18 17:52:24 -0700
  • c6434469fb added code to subdivide faces, not quite finished but looks promising William Blattman 2012-03-18 17:03:07 -0700
  • 13535b2986 Merge pull request #3 from willblatt/master Stephen McQuay 2012-03-18 00:42:08 -0700
  • 66593129e6 some more changes to the geometry tests, and some notes on what todo William Blattman 2012-03-17 23:18:32 -0700
  • f9179f972c some more changes to the geometry tests, and some notes on what todo William Blattman 2012-03-17 23:14:27 -0700
  • 4c6bc18dd2 Merge branch 'master' of github.com:willblatt/surfaces William Blattman 2012-03-17 16:21:57 -0700
  • 540fa8b702 some inital attempts William Blattman 2012-03-17 16:19:07 -0700
  • ced2515268 playing with the rst Stephen M. McQuay 2012-03-12 18:04:55 -0600
  • c21252fb57 Spelled out goal of repo. Stephen M. McQuay 2012-03-12 17:56:40 -0600
  • 76fe5e6ba4 Added license file Stephen M. McQuay 2012-03-12 17:56:17 -0600
  • e904c7610f decided to use rst instead of markdown Stephen M. McQuay 2012-03-12 17:33:06 -0600
  • e250a11f98 added a readme Stephen M. McQuay 2012-03-12 17:24:04 -0600