Stephen M. McQuay
a45c84c183
Started adding connectivity generation
...
- also added a test file in the blender folder
2012-06-07 22:24:52 -06:00
Stephen M. McQuay
23f343a608
added Vertex method to allow for +=
2012-05-30 22:57:26 -06:00
Stephen M. McQuay
d05b5164b2
Updated files to support py3
2012-05-29 17:33:28 -06:00
Stephen M. McQuay
2355deec9f
Stubbed out subd.butterfly and added testing script
2012-05-29 17:33:15 -06:00
Stephen M. McQuay
7d46bb64bd
raise right error
2012-05-29 13:09:51 -06:00
Stephen M. McQuay
14a5128d8d
refined the PolygonMesh constructor
2012-05-15 17:35:00 -06:00
Stephen M. McQuay
544a570629
Changed the Vertex class to inherit from list
...
- allows for simpler jsonification
2012-05-10 08:51:52 -06:00
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
2012-05-09 09:24:26 -06:00
Stephen M. McQuay
ba1ec89c27
In the middle of implementing Catmull-Clark
2012-05-09 00:32:34 -06:00
Stephen M. McQuay
f69f9e0224
pep8/pyflakes violations
2012-05-07 23:36:12 -06:00
Stephen M. McQuay
6c516e26fc
updated the surf.geometry module to better map to blender primatives
2012-05-07 23:21:31 -06:00
Stephen M. McQuay
475b9dd25d
got vertex tests to pass again
2012-05-07 21:06:39 -06:00
Stephen M. McQuay
3e9299d4b7
merge
2012-05-05 19:16:24 -06:00
William Blattman
2bbeeb0b07
not working, but some work done to fix cc methods
2012-04-16 00:11:27 -07:00
Stephen M. McQuay
27db460657
changed perms for a module to 644
2012-04-14 21:09:04 -06:00
William Blattman
9a37d67ae7
nothing
2012-04-14 19:35:05 -07:00
Stephen M. McQuay
a4d9129d77
Vertex now uses true division instead of casting RHS to float
...
- updated tests
2012-03-22 10:09:14 -06:00
Stephen M. McQuay
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
2012-03-20 07:16:15 -06:00
Stephen M. McQuay
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
2012-03-19 22:56:12 -06:00
Stephen M. McQuay
62efeb12b3
cleaned up some pep8/pyflakes violations
2012-03-19 22:18:02 -06:00
Stephen M. McQuay
2f4d648f55
Refactored into modules and test scripts.
2012-03-19 20:38:40 -06:00