Stephen M. McQuay
285c6c7254
First functioning pass at connectivity.
...
- added unittests (passing)
- updated run script to take int for number of subds
10 years ago
Stephen M. McQuay
2b3ab866b2
removed julython test file
10 years ago
Stephen M. McQuay
3f927477e9
added unittest to verify good connectivity generation; should be failing tests
10 years ago
Stephen M. McQuay
3fb1c97403
unified nomenclature for connectivity data
10 years ago
Stephen M. McQuay
5e37668ecc
fixed help message
10 years ago
Stephen M. McQuay
c7a3d3e6d5
merge
10 years ago
Stephen M. McQuay
47870851de
another test commit
10 years ago
Stephen M. McQuay
70f274e96c
test push to julython
10 years ago
Stephen M. McQuay
889cdf201c
added inner-face edges and all new faces
10 years ago
Stephen M. McQuay
719bc94e8c
first crack at adding edges between new verts
10 years ago
Stephen M. McQuay
dee1889d81
started adding edge connectivity
10 years ago
Stephen M. McQuay
6b21fd80cb
changed import so it would work
10 years ago
Stephen M. McQuay
7559887e0f
update tests to unittest2 (or unittest py2.7)
10 years ago
Stephen M. McQuay
a45c84c183
Started adding connectivity generation
...
- also added a test file in the blender folder
10 years ago
Stephen M. McQuay
15ffd82cad
Removed test file
10 years ago
Stephen M. McQuay
07d7aaee43
test add
10 years ago
Stephen M. McQuay
cfbde60480
added vertex calcs for simple butterfly
10 years ago
Stephen M. McQuay
23f343a608
added Vertex method to allow for +=
10 years ago
Stephen M. McQuay
443363a7a4
removed last pdf
10 years ago
Stephen M. McQuay
d05b5164b2
Updated files to support py3
10 years ago
Stephen M. McQuay
2355deec9f
Stubbed out subd.butterfly and added testing script
10 years ago
Stephen M. McQuay
e85a99e95a
added a simple tetrahedron for initial butterfly implementation tests
10 years ago
Stephen M. McQuay
7d46bb64bd
raise right error
10 years ago
Stephen M. McQuay
88cfd0f6a6
one of the asserts was incorrect ... perhaps the other one can be removed?
10 years ago
Stephen M. McQuay
7d89a5778b
got cc working
10 years ago
Stephen M. McQuay
dd6148ef52
fixed some pep8 violations
10 years ago
Stephen M. McQuay
1a317781cf
added real tests to the subd.cc.TestCC class
10 years ago
Stephen M. McQuay
71f99ba58d
added meaningful subd vert test
10 years ago
Stephen M. McQuay
e0460a0b8d
trying to spell things more clearly in cc
10 years ago
Stephen M. McQuay
d372620283
removed stray pdb call
10 years ago
Stephen M. McQuay
14a5128d8d
refined the PolygonMesh constructor
10 years ago
Stephen M. McQuay
66a688fa75
added another Vertex division test
10 years ago
Stephen M. McQuay
544a570629
Changed the Vertex class to inherit from list
...
- allows for simpler jsonification
10 years ago
Stephen M. McQuay
a00f1cb59a
cc: update old verts
10 years ago
Stephen M. McQuay
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
10 years ago
Stephen M. McQuay
ba1ec89c27
In the middle of implementing Catmull-Clark
10 years ago
Stephen M. McQuay
8b540012c1
Fixed some usability issues
...
- no objects made the buttons disappear
10 years ago
Stephen M. McQuay
f69f9e0224
pep8/pyflakes violations
10 years ago
Stephen M. McQuay
c324fb281f
refactor of Polygon to PolygonMesh
10 years ago
Stephen M. McQuay
6c516e26fc
updated the surf.geometry module to better map to blender primatives
10 years ago
Stephen M. McQuay
7d06a7037b
didn't like the makefile anymore. goodbye
10 years ago
Stephen M. McQuay
a083621d35
Updated file so that it could pass pep8/pyflakes
...
- left in borked state
10 years ago
Stephen M. McQuay
ef9485f8a6
documented how to run tests
10 years ago
Stephen M. McQuay
166e3719be
Added something reasonable for `from surf import *`
10 years ago
Stephen M. McQuay
fef3609399
moved tests to be submodule of surf
10 years ago
Stephen M. McQuay
d117dacf08
Added sample json files.
...
- removed the older util.py module
10 years ago
Stephen M. McQuay
475b9dd25d
got vertex tests to pass again
10 years ago
Stephen M. McQuay
4556eb9ad9
updated the blender script
...
- now it does import/export
- it shows up in the menus
10 years ago
Stephen M. McQuay
f8e1022932
Removed old test file (that keeps popping up...)
10 years ago
Stephen M. McQuay
3e9299d4b7
merge
10 years ago