Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-12-10Preparing for merge:Martin Poirier
Support for separate mesh islands Better error reporting and checking Panelizing the UI better
2007-11-30Adding missing declaration in header and removing some debug prints.Martin Poirier
2007-11-29Moved both filtering operations (external and internal) into a loop, since ↵Martin Poirier
both can create new cases that the other would filter out. Finish radial symmetry restoration.
2007-11-29Fix for crashes due to non-working cycle detection.Martin Poirier
Start of radial symmetric function.
2007-11-23Code cleanup and recursive symmetry detection.Martin Poirier
2007-11-22Fixing inter-arc parenting problemsMartin Poirier
Removing a lot of debugging cruft Start of recursive symmetry detection
2007-11-21Adding subdivisions by correlation.Martin Poirier
This is much nicer than subdivision by angle but is somewhat less intuitive for users. Added Bucket arc iterator, removing a lot of weird duplicated code in skeleton generator.
2007-11-15small debug code and cursor change on start.Martin Poirier
2007-11-14Fixing up angle based subdivisions.Martin Poirier
Adding symetry detection (right now, only primary symetries and only used to determine bone orientation). Fixing bugs (infinite loops) in length based subdivisions. Adding number of post processing passes parameter
2007-11-09Still nothing to see here <shifty eyes>Martin Poirier
This fixes up angle based subdivisions, adds embedding post processing methods (before, only average was there, added smooth and sharpen). More parameters are controllable through the UI.
2007-11-08Update from school work.Martin Poirier
2007-11-07Initial commit for Harmonic Skeleton generation.Martin Poirier
This is very much a work in progress commit to allow me to work outside of home. While it does somewhat work, I wouldn't recommend anyone to use it.