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
2008-08-20Control bone commit from yesterday broke root bones. This is now fixed in a ↵Martin Poirier
much more elegant way. Remove yeh ol' primary symmetry axis flipping and replace by a smarter check on both armature and mesh arcs (works better for partial retargetting).
2008-08-19Make subgraph tagging use own index, to not interfere with flagging used to ↵Martin Poirier
prevent backtracking in different other functions Better deal with chains starting with control bones
2008-08-16Better logic to display symmetriesMartin Poirier
Add option to hide node and arc indexes (for cleaner screenshots)
2008-08-04Option to hide embedding dots on displayMartin Poirier
Merge internal and external filtering in a single loop (solve problems caused by order of filtering) Made graph length calculations work on cyclic graphs (it unrolls them)
2008-07-30Bug fixes:Martin Poirier
Retag subgraphs when merging, to prevent loops Mark missing up link in multi resolution as NULL Ignore hidden vertices when propagating weight between islands
2008-07-16More merging goodnessMartin Poirier
fix adjacency list inline instead of having to rebuild fully reweight joined graphs properly
2008-07-15Optimization method selectable at runtimeMartin Poirier
Start multi resolution match from node, not arc (solve problem with Rinky) various uglyness being cleaned up or factored out
2008-07-10Use tree length as parameter for multi resolution filtering.Martin Poirier
This is the begining of the simplification phase (meaning less parameters to mess up users)
2008-07-08First draft: Use multiresolution graph for retargetting (enables bypassing ↵Martin Poirier
small appendages that don't correspond to anything on the armature).
2008-07-06Filter according to arc length, not weight different (more logic physical ↵Martin Poirier
filtering)
2008-07-03Remove some debugging printsMartin Poirier
Better symmetry detection using subtree shapes instead of depth Fix the bug with flipping arcs caused by internal filtering
2008-06-26Starting to debug the elusive graph spliting bugMartin Poirier
Better check for RigGraph head Fix harmonic weighting for quads
2008-05-30RetargettingMartin Poirier
More refined symmetry grouping (can take care of tails properly) and better matching between symmetry groups (based on relative length of arcs)
2008-05-28Generalizing the graph code used for Reeb graphs and Rig (Armature) graphsMartin Poirier
Removing a lot of duplicated code