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-01Bug #17912: fix for some SSS floating point precision issues, and alsoBrecht Van Lommel
2008-09-29resolve some compiler warnings with intel c/c++ compilerCampbell Barton
2008-08-17Win64: please check my changes if you ran across them ;) But should be fine s...Daniel Genrich
2008-03-21Fixed bug #8180, Simple subdivide modifier performs catmull-clark on single e...Nicholas Bishop
2007-06-09subsurfs EDGE_getSharpness function was looping when it didnt need to and als...Campbell Barton
2006-01-28Cleanup of blender/ module; Makefiles now compile this warning free.Ton Roosendaal
2006-01-10Apply Subsurf to UV's.Brecht Van Lommel
2005-08-20 - made make_edge mark edges with LOOSEEDGE appropriatelyDaniel Dunbar
2005-08-20 - convert all DerivedMesh map functions to use index basedDaniel Dunbar
2005-08-18 - added DerivedMesh.drawUVEdges function & implementationsDaniel Dunbar
2005-08-03 - modify CCG to not crash when passed invalid faces, just ignoresDaniel Dunbar
2005-08-03 - change modifier applyModifier[EM] function to not free derived argumentDaniel Dunbar
2005-07-22 - added data arguments to deformer modifiers, in case someone wantsDaniel Dunbar
2005-07-22 - shuffled editmesh derived function name/functionDaniel Dunbar
2005-06-24 - bug fix, crash with edges with no face in subsurfDaniel Dunbar
2005-06-24 - bug fix, vertex normal calculation during incremental update was notDaniel Dunbar
2005-04-10 - don't apply creasing to edges with no adjacent faces... thingsDaniel Dunbar
2005-04-04 - dropped user specified vertex data functions for ccgsubsurf,Daniel Dunbar
2005-04-04 - work-in-progress: subsurf level 0 now just acts like a regular mesh,Daniel Dunbar
2005-04-04 - kinda crazy, but replaced old ME_SIMPLE_SUBDIV method with justDaniel Dunbar
2005-04-04 - added vertex normal calculation functionality to CCG subsurf (CCGSSDaniel Dunbar
2005-04-01 - apply spike crease bug fix to ccgsubsurfDaniel Dunbar
2005-04-01 - take out compile time conditional behavior of creasing for ccgDaniel Dunbar
2005-03-31 - fix warnings for gccDaniel Dunbar
2005-03-31 - removed USE_CCGSUBSURF define (always on now)Daniel Dunbar
2005-03-27 - more warning removal/cleanup for CCG, apparently GCC is notDaniel Dunbar
2005-03-27 - get rid of some warnings in CCG code, thanks lukepDaniel Dunbar
2005-03-22 - Hacked in blender style creasing support to new subsurfs.Daniel Dunbar
2005-03-21 - remove some duplicate prototypes, causes problems for some compilersDaniel Dunbar
2005-03-21 - Initial integration of CCGSubSurf library into blender. The lib isDaniel Dunbar