53 Commits

Author SHA1 Message Date
Chris Hodapp
070b1e46b8 tree_thing - fix non-manifold issue (I think) 2021-07-06 18:52:41 -04:00
Chris Hodapp
603acc8832 Partially fix tree_thing example 2021-07-05 22:09:17 -04:00
Chris Hodapp
a9f8b24117 Incomplete-but-mostly-right tree_thing conversion 2021-07-05 19:05:46 -04:00
Chris Hodapp
1cdd45fccb Add more Python scrap code from Blender 2021-07-04 13:16:20 -04:00
Chris Hodapp
3f86ec5613 Expose some creases in barbs.py 2021-07-04 08:01:50 -04:00
Chris Hodapp
ae14864db7 Change composition order of matrices in xform.py 2021-07-03 15:08:39 -04:00
Chris Hodapp
f71310fce9 Half-failed attempt at converting barbs example from prosha 2021-07-03 10:12:47 -04:00
Chris Hodapp
0130a7bcca Appropriate some of my older Python 2021-07-03 00:04:48 -04:00
Chris Hodapp
8457ef2043 Merge branch 'master' of github.com:Hodapp87/automata_scratch 2021-07-02 18:10:48 -04:00
Chris Hodapp
7e5b4bed2d Add some Blender mesh generation scraps 2021-07-02 18:09:36 -04:00
Chris Hodapp
807de5de22 Make another half-baked mesh example (dream_pendant) 2019-12-21 05:52:27 +01:00
Chris Hodapp
b60c58b93c Make some code slightly less clunky 2019-12-20 22:49:28 +01:00
Chris Hodapp
6eb77d7566 Finally fix my non-manifold-with-CageFork bug! 2019-12-17 03:36:55 +01:00
Chris Hodapp
d26cae0486 Trying to track down this cage-subdivision bug still 2019-12-14 06:20:36 +01:00
Chris Hodapp
4a4f5a0e50 Finally made some 'transition cage' nonsense 2019-12-14 05:48:33 +01:00
Chris Hodapp
53f669db7c Add some stuff to CageFork and try to explain it... 2019-12-14 05:15:40 +01:00
Chris Hodapp
664ccfe468 Fix classify_overlap interface & re-test 2019-12-13 16:58:04 +01:00
Chris Hodapp
4115df52ed Progress with some manifold stuff 2019-12-09 04:43:31 +01:00
Chris Hodapp
87ebd4efb4 Unfinished classify_overlap (trying to fix non-manifold) 2019-12-09 00:41:29 +01:00
Chris Hodapp
46abe2ece7 Close CageFork properly 2019-12-08 19:47:21 +01:00
hodapp
43971714cb Added (not-yet-working) close_last support 2019-12-08 12:38:55 -05:00
hodapp
d61dfd7d8a Add some notes 2019-12-08 11:38:26 -05:00
Chris Hodapp
ff63e15d10 Finally made 'branching' example basically work. 2019-12-01 01:40:39 +01:00
Chris Hodapp
6ac45773f7 raaargh fix winding order/rotation again in subdivision 2019-12-01 01:25:32 +01:00
Chris Hodapp
78c61ddb22 Fixed winding order & simplified example a bit 2019-11-30 06:27:31 +01:00
Chris Hodapp
4e8490d501 Branching example working a little more... 2019-11-30 06:01:08 +01:00
Chris Hodapp
c62f1ebe49 Made a branching example... sort of 2019-11-28 03:59:35 +01:00
Chris Hodapp
4abc5169e3 Tried and failed to make a 'correct' branching example 2019-11-24 15:34:37 +01:00
Chris Hodapp
d26cece387 Started Cage/CageGen/CageFork abstractions (example is working)
kludge-tacular, but working.
some parts are painful, but I have the fundamental structure
in place.
2019-11-24 05:03:35 +01:00
Chris Hodapp
2bfb202f03 Add some scratch notes & wavy-surface-thing demo 2019-11-15 22:22:14 +01:00
Chris Hodapp
2f83efdb39 Save loading step in trimesh 2019-10-12 20:26:40 +02:00
Chris Hodapp
ac022b3b9b Triply-nested spiral! And more notes. 2019-10-11 20:53:45 +02:00
Chris Hodapp
10f6128579 Add note to handle later 2019-10-10 03:47:47 +02:00
Chris Hodapp
6b6d500d27 Tried to parametrize gen_twisted_boundary 2019-10-10 01:37:49 +02:00
Chris Hodapp
ea64900fef Fix (stupid) bug from last commit; small refactor 2019-10-10 01:23:14 +02:00
hodapp
13b0809320 Something broken in ramhorn2... 2019-10-08 20:10:45 -04:00
Chris Hodapp
43e5a282e6 Some performance improvements 2019-10-09 01:38:09 +02:00
hodapp
a8c78287f1 Try subdividing boundaries to break up facets near torsion 2019-10-05 18:40:12 -04:00
Chris Hodapp
411dc06b69 Add some notes 2019-10-05 21:19:46 +02:00
Chris Hodapp
1a01905d0c Successfully made a twisty-torus 2019-10-04 23:51:40 +02:00
Chris Hodapp
b8a4cdd152 Add .gitignore 2019-10-04 22:12:07 +02:00
Chris Hodapp
b0b25354fe Add some (unfinished) work with composing generators 2019-10-04 22:10:37 +02:00
Chris Hodapp
d6f6edc8a8 First example of actual 3D recursive shape! 2019-09-28 04:04:22 +02:00
Chris Hodapp
3c74135a4e Matrix multiply instead of dot 2019-09-27 22:24:43 +02:00
Chris Hodapp
a6a429f298 Subdivision scratch garbage 2019-09-26 12:40:10 +02:00
Chris Hodapp
af8e673215 Write join_boundary_simple 2019-09-24 04:25:13 +02:00
Chris Hodapp
fd3d3b91a5 Some minor progress 2019-09-20 23:12:33 +02:00
hodapp
afacd3d915 Misc refactor 2019-09-18 10:47:17 -04:00
hodapp
dfbfbe19f2 Add transform stack with matrices 2019-09-17 12:29:41 -04:00
Chris Hodapp
9fd413df2b Add FaceVertexMesh 2019-09-17 04:57:15 +02:00