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
path: root/source
AgeCommit message (Expand)Author
2005-04-02More softbody goodness;Ton Roosendaal
2005-04-02Jacked up max resolu and resolv for Surface and Curve to 1024Ton Roosendaal
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-02 - fix unused variable warningDaniel Dunbar
2005-04-02A little housekeeping:Stephen Swaney
2005-04-02 - add include for allqueue prototypeDaniel Dunbar
2005-04-02Added signal OB_SB_REDO for ob->softflag to force a recalc.Ton Roosendaal
2005-04-02 - got tired of str[n]casecmp not declared warningsDaniel Dunbar
2005-04-02Integration stage of Softbody projectTon Roosendaal
2005-04-02Median center with PET was wrong (reported by JMS).Martin Poirier
2005-04-01 - bug fix for old subsurf, crash when using meshes with free verticesDaniel Dunbar
2005-04-01 - pickle transform didn't work well, backed out...Daniel Dunbar
2005-04-01Removed casting warnings from transform_manipulator.Martin Poirier
2005-04-01 - some code for testing the pickle matrixDaniel Dunbar
2005-04-01 - part of creasing changesDaniel Dunbar
2005-04-01 - apply spike crease bug fix to ccgsubsurfDaniel Dunbar
2005-04-01Since new transform and subsurf are default now.. no more need for theChris Burt
2005-04-01 - take out compile time conditional behavior of creasing for ccgDaniel Dunbar
2005-04-01Sacre bleh another bugfix!Martin Poirier
2005-04-01Push/Pull (aka: non proportionnal resize, original idea by Robert Tiess) slip...Martin Poirier
2005-04-01Transform fixesMartin Poirier
2005-03-31Changing hard codec max frame release for a define (in blendef.h with the oth...Martin Poirier
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 - adapt to reprototyping in BKE_DerivedMesh.hDaniel Dunbar
2005-03-31 - adapt caching check for G.editMesh->derivedDaniel Dunbar
2005-03-31 - removed USE_CCGSUBSURF define (always on now)Daniel Dunbar
2005-03-31 - fix some signed/unsigned comparison warningsDaniel Dunbar
2005-03-31 - perhaps I should commit a version that compilesDaniel Dunbar
2005-03-31 - committed VecLength function for theethDaniel Dunbar
2005-03-31Different floodfill method for PET connected with mesh. More accurate but nee...Martin Poirier
2005-03-30 - zero derived and decimated pointers on copyDaniel Dunbar
2005-03-30 - added dlm->medge for displistmesh_from_meshDaniel Dunbar
2005-03-30 - Claims of speed improvement last night were slightlyDaniel Dunbar
2005-03-30Fix for centered submenu (for example py export script) also workedTon Roosendaal
2005-03-30Bug in new drawing code; hack with storing stuff in editvertex->prev didTon Roosendaal
2005-03-30 - initial commit of a real (as in not just copying the DispListMesh)Daniel Dunbar
2005-03-30 - add editedge and editface for displistmesh_from_editmeshDaniel Dunbar
2005-03-30 - fix another minor use of wrong mface bugDaniel Dunbar
2005-03-30 - fix silly bug in mesh DerivedMesh tex drawing func (only was drawingDaniel Dunbar
2005-03-30 - strange drawing bug, wierd vertices were showing up (wrongDaniel Dunbar
2005-03-30 - restored msvc warning disable codeDaniel Dunbar
2005-03-30 - made some DerivedMesh drawing functions more generic (take callbackDaniel Dunbar
2005-03-29 - zero derivedmesh pointers on loadDaniel Dunbar
2005-03-29 - removed dlm->flagDaniel Dunbar
2005-03-29 - remove free_displist_by_typeDaniel Dunbar
2005-03-29Prop mode goodie;Ton Roosendaal