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
2009-09-15mirror fix attempt 2Joseph Eagar
2009-09-15compile fixJoseph Eagar
2009-09-15compile fixJoseph Eagar
2009-09-15mirror modifier with mirrorob set works properly (I hope) againJoseph Eagar
2009-09-15made subsurf object mode conversion faster, though still needs a bit more workJoseph Eagar
2009-09-12mempool fix for 64-bit systemsJoseph Eagar
2009-09-12fkey on two broken edge loops will create an ngon now, as will fkey on one br...Joseph Eagar
2009-09-12commit of patch #19287 by Wael S Oraiby, implementing a reverse face uvs feat...Joseph Eagar
2009-09-12finished edgesplit, from face angle option now worksJoseph Eagar
2009-09-12some bugfixes, merge to cursor didn't workJoseph Eagar
2009-09-11rewrote edge split modifier to be simpler and hopefully faster. and of cours...Joseph Eagar
2009-09-10fixed some memory leaks, and made fkey only do one thing at a time.Joseph Eagar
2009-09-10coded implemented for create faces from edgenet. note this is automatically ...Joseph Eagar
2009-09-10editmode undo stores data as mesh dna now, instead of bmesh copies. also fix...Joseph Eagar
2009-09-10commit of transform pinning patch by Fabian Fricke (frigi). wip hotkey is en...Joseph Eagar
2009-09-10another optimization pass. biggest change is MDeformGroup->dw is now allocat...Joseph Eagar
2009-09-09gcc compile tweakJoseph Eagar
2009-09-09gcc compile tweakJoseph Eagar
2009-09-09gcc compile fixJoseph Eagar
2009-09-09finished removedoubles, and inlined a bunch of functions.Joseph Eagar
2009-09-06miscelleneous bug fixes and mem leak fixesJoseph Eagar
2009-09-06more optimization stuff. transformed a few functions into macro that profili...Joseph Eagar
2009-09-05part one of profiling/optimizing. made cddm not update tesselations itself i...Joseph Eagar
2009-09-04draw face normals option doesn't crash anymoreJoseph Eagar
2009-09-04fix merge bug, this should fix this issue for now, but might need further wor...Joseph Eagar
2009-09-03made editmesh<->bmesh conversion work again, hopefully (bleh). also made BLI...Joseph Eagar
2009-09-03compile fixJoseph Eagar
2009-09-03compile fixJoseph Eagar
2009-09-03commit of patch 19268, rotate uvs by wael oraibyJoseph Eagar
2009-09-01some merge, vpaint and wpaint bugfixesJoseph Eagar
2009-09-01finished bmeshafying merge, though probably needs further testing and debuggi...Joseph Eagar
2009-09-01forgot to commit this looong time agoJoseph Eagar
2009-08-31brought weight paint back.Joseph Eagar
2009-08-31nasty bug with BMINDEX_***, reminds me of why those two macros are two-edged ...Joseph Eagar
2009-08-31more subsurf stuffJoseph Eagar
2009-08-31subsurf normals fixJoseph Eagar
2009-08-31vpaint works with the new face structures, yay, though it probably still has ...Joseph Eagar
2009-08-30cddm's recalc tesselation function works, and some memory leak fixesJoseph Eagar
2009-08-28Shift-G (select similar) is now bmeshafied for vert select mode.Joseph Eagar
2009-08-28commit of framework for uv/vcol rotate/mirrorJoseph Eagar
2009-08-28Shift-G (select similar) is now bmeshafied for edge select mode.Joseph Eagar
2009-08-27forgot to bmeshafy the stats code the info window uses after the mergeJoseph Eagar
2009-08-27compile-fixJoseph Eagar
2009-08-26merge with 2.5 at r22793Joseph Eagar
2009-08-26fix for having a modifier following subsurfJoseph Eagar
2009-08-26Clear transform flag on all bones that are not transformed.Martin Poirier
2009-08-26Map manipulator to leftmouse, not actionmouse.Martin Poirier
2009-08-262.5 - Warning cleanups (for mingw+scons)Joshua Leung
2009-08-26Smoke:Daniel Genrich
2009-08-26Unconditionally define WITH_OPENEXR.Guillermo S. Romero