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
2005-07-22 - bug fix, old files with me->subdiv==0 crashed, fix to make sure theyDaniel Dunbar
2005-07-22 - added data arguments to deformer modifiers, in case someone wantsDaniel Dunbar
2005-07-22 - add comments to BKE_DerivedMesh.h about which functions are called in edit...Daniel Dunbar
2005-07-22 - shuffled editmesh derived function name/functionDaniel Dunbar
2005-07-20 - fixed subsurf_make_derived_from_dlmDaniel Dunbar
2005-07-20 - split {curve,lattice,armature}_deform_verts out of mesh_deformDaniel Dunbar
2005-07-19 - change mesh_get_derived_render to mesh_create_derived_render (alwaysDaniel Dunbar
2005-07-19 - another warning fixDaniel Dunbar
2005-07-18 - added DerivedMesh.getVertCos function and implementationsDaniel Dunbar
2005-07-18 - added boundbox_set_from_min_max functionDaniel Dunbar
2005-07-18 - replace displistmesh_calc_normals by mesh_calc_normalsDaniel Dunbar
2005-07-17 - convert mesh_modifier to return deformed verts instead ofDaniel Dunbar
2005-07-17 - added DerivedMesh.getMinMax function (calls DO_MINMAX on all vertices)Daniel Dunbar
2005-07-14 - change subsurf_make_derived_from_editmesh to check that subdivisionDaniel Dunbar
2005-07-14 - part of DerivedMesh interface change from yesterday that got left outDaniel Dunbar
2005-06-09uninitalized variable caught with valgrind.Kent Mein
2005-04-04 - dropped user specified vertex data functions for ccgsubsurf,Daniel Dunbar
2005-04-04 - removed DispListMesh.{editedge,editface}Daniel Dunbar
2005-04-04 - moved subsurf_calculate_limit_positions to using ccgsubsurfDaniel 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 - sorry, forgot to save before commit, part of vertex normal fixDaniel Dunbar
2005-04-04 - added vertex normal calculation functionality to CCG subsurf (CCGSSDaniel Dunbar
2005-04-02 - fix for drawing of hidden edges in editmode (w/ optimal off)Daniel Dunbar
2005-04-02 - mesh was drawing edges underneath selected edges in optimal mode,Daniel Dunbar
2005-04-01 - part of creasing changesDaniel Dunbar
2005-03-31 - potential fix for crash on amd64Daniel Dunbar
2005-03-31 - switch to drawing aging in and out of optimal modeDaniel Dunbar
2005-03-31 - disable overriding color (to show aging) during selection drawingDaniel Dunbar
2005-03-31 - fix warnings for gccDaniel Dunbar
2005-03-31 - removed USE_CCGSUBSURF define (always on now)Daniel Dunbar
2005-03-30 - Claims of speed improvement last night were slightlyDaniel Dunbar
2005-03-30 - initial commit of a real (as in not just copying the DispListMesh)Daniel Dunbar
2005-03-29 - removed dlm->flagDaniel Dunbar
2005-03-29 - added Mesh->derived and Mesh->decimated DerivedMesh pointersDaniel Dunbar
2005-03-28 - subsurf creation no longer needs extverts argument... removedDaniel Dunbar
2005-03-28 - added nors to DispListMesh (for face normals)... this is just toDaniel Dunbar
2005-03-27 - one last CCG warning patchDaniel 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 - update new conversion to DLM routine to use match subsurfDaniel Dunbar
2005-03-21 - Part of CCGSubSurf integration, this is the actual blender side of theDaniel Dunbar