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 (Expand)Author
2008-11-04Simple warning fixesAndre Susano Pinto
2008-10-29EditVert hash *is* used elsewhere in the code, so just to be safe, use a scra...Martin Poirier
2008-09-16Benchmarkings timer cleanupMartin Poirier
2008-09-13Draw black border when drawing Reeb graphsMartin Poirier
2008-09-08Reeb:Martin Poirier
2008-09-04Use heap instead of array, shaving off approx 10% runtime.Martin Poirier
2008-09-03Prebuild an indexed edge list for faster connectivity loops when applying dij...Martin Poirier
2008-08-26First draft for hybrid retarget/generate (turned off)Martin Poirier
2008-08-21Vertice outside of faces would create zero degree nodes and mess up later.Martin Poirier
2008-08-21transfering some ongoing work for home, nothing to see here.Martin Poirier
2008-08-20Control bone commit from yesterday broke root bones. This is now fixed in a m...Martin Poirier
2008-08-19Make subgraph tagging use own index, to not interfere with flagging used to p...Martin Poirier
2008-08-18For now, don't join subgraphs if graphs are cyclic (this causes problem when ...Martin Poirier
2008-08-16Better logic to display symmetriesMartin Poirier
2008-08-12Fix flipped arc caused by harmonic interpolationMartin Poirier
2008-08-04Option to hide embedding dots on displayMartin Poirier
2008-08-02Fix problem with long stretches without embedding between head/tail nodes and...Martin Poirier
2008-08-02Draw embeding points in blue, easy to visualize long stretches without embedi...Martin Poirier
2008-07-31Selected two closest nodes when joining subgraphs, not just closest on one si...Martin Poirier
2008-07-30Merge subgraph with closest node, not just first node under threshold.Martin Poirier
2008-07-30Bug fixes:Martin Poirier
2008-07-28Add automatic weight probagation between islands without any selected vertex....Martin Poirier
2008-07-17More levels for multi resolution (smoother progression between filtering valu...Martin Poirier
2008-07-16More merging goodnessMartin Poirier
2008-07-15Optimization method selectable at runtimeMartin Poirier
2008-07-15Subgraph joins to non-terminal nodesMartin Poirier
2008-07-14First draft of subgraph joiningMartin Poirier
2008-07-10Use tree length as parameter for multi resolution filtering.Martin Poirier
2008-07-10Draw node indexMartin Poirier
2008-07-09Multi resolution retargetting. Go back to lowest level on shared nodes.Martin Poirier
2008-07-09Fix external arc merging bug (could mess up node degrees)Martin Poirier
2008-07-08Rename some struct members to reduce confusionMartin Poirier
2008-07-08Start multi resolution search on first arc and smarter search (match first tw...Martin Poirier
2008-07-08First draft: Use multiresolution graph for retargetting (enables bypassing sm...Martin Poirier
2008-07-07Reeb multiresolution filtering, now with more than one levelMartin Poirier
2008-07-06Filter according to arc length, not weight different (more logic physical fil...Martin Poirier
2008-07-04Generate and display multi resolution filtering graphsMartin Poirier
2008-07-03Reeb Graph Copy procedures, for multi resolution filteringMartin Poirier
2008-07-03Fix arc flipping for null embedding filteringMartin Poirier
2008-07-03Remove some debugging printsMartin Poirier
2008-06-26Starting to debug the elusive graph spliting bugMartin Poirier
2008-06-24More robust primary symmetry axis algorithm (support branch in two)Martin Poirier
2008-06-22Display graph in 3d viewMartin Poirier
2008-06-18Distance parameter for retargeting. Keeps bones close to the embedding (prett...Martin Poirier
2008-06-14First draft for gradient descent optimization for aggressive retargetting (re...Martin Poirier
2008-05-30More and less debug printsMartin Poirier
2008-05-30RetargettingMartin Poirier
2008-05-28Generalizing the graph code used for Reeb graphs and Rig (Armature) graphsMartin Poirier
2008-05-27Skeleton retargetting - Preliminary commit. Results are encouraging but nothi...Martin Poirier
2007-12-10Preparing for merge:Martin Poirier