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
2006-04-03applied Charlies patch for game engine graphics. display list support, and bu...Erwin Coumans
2006-04-03Fix gcc warnings about NULL used in arithmetic comparison.Ken Hughes
2006-04-02 - fix some minor typing/redefinition errors, shouldDaniel Dunbar
2006-04-02Bugfix #3996Ton Roosendaal
2006-04-02Added to select group-Campbell Barton
2006-04-02A calculation was using an integer 100000000000, which was being truncated:Ken Hughes
2006-04-02Bugfix #4046Ton Roosendaal
2006-04-02Bugfix #4042Ton Roosendaal
2006-04-02Bugfix #4047Ton Roosendaal
2006-04-02Fix for #4048Ton Roosendaal
2006-04-02Bugfix #4051Ton Roosendaal
2006-04-02Added proper initialize for curve pointer, fix for commit of march 24th.Ton Roosendaal
2006-04-02Bugreport #4057Ton Roosendaal
2006-04-01Bug fix #3900, washed out AO colorsTon Roosendaal
2006-04-01Texture button preview:Ton Roosendaal
2006-04-01Sequence render bug: pressing ANIM didn't update renderwindow, when filesTon Roosendaal
2006-04-01Previewrender fix: when moving the mouse still while previews should renderTon Roosendaal
2006-04-01more Bullet physics improvements, mainly stability and performance related.Erwin Coumans
2006-03-31Added matt's empty drawsize property to python.Campbell Barton
2006-03-31FREE_WINDOWS was declaring a typedef for __int64. __int64 was alredy defined.Campbell Barton
2006-03-31Bugfix: isffmpeg() could access a pointer array using an index of -1,Ken Hughes
2006-03-30==Nothing to see here, move along==Chris Want
2006-03-29Added BOP_Mesh constructor to get rid of this:Kent Mein
2006-03-29- fixed elbeem header include problemsNils Thuerey
2006-03-29Several minor fixes:Nils Thuerey
2006-03-29more physics work: fixed some deactivation bug, improved contact constraint s...Erwin Coumans
2006-03-28Removed a bad return and and unused variable.Campbell Barton
2006-03-28Fix gcc warning about usage of identifier "main"; renamed the variable toKen Hughes
2006-03-28Add structure declaration to beginning of file to fix gcc warnings.Ken Hughes
2006-03-28Move variable declaration to beginning of code block, to avoid compilerKen Hughes
2006-03-28Modified editmesh_mods.cCampbell Barton
2006-03-27another couple of uninitalized variables get the axe.Kent Mein
2006-03-27Make editmesh edge length and face area drawing's precission proportonate to ...Campbell Barton
2006-03-27needed to normalize the plane for the manipulator.Campbell Barton
2006-03-27removed 2 warnings from Image.py epydocsCampbell Barton
2006-03-27Seperated out some functionality into 3 new functions.Campbell Barton
2006-03-27Synchronized Bullet physics to latest version.Erwin Coumans
2006-03-27Added rotate about centre for active Vert/Edge/Face in mesh editmode. also wo...Campbell Barton
2006-03-27-> Stored SelectionsGeoffrey Bantle
2006-03-27=== Transform Display ===Martin Poirier
2006-03-27==sequencer==Tom Musgrove
2006-03-27==Sequencer==Peter Schlaile
2006-03-26Added python image pack/unpack per image.Campbell Barton
2006-03-26select group with large selections could make blender hang. break out of the ...Campbell Barton
2006-03-26Made group work from multiple selection's (before it used the first selected ...Campbell Barton
2006-03-26==paint==Tom Musgrove
2006-03-25Fixed a possible bug where counting faces was a short and could be less then ...Campbell Barton
2006-03-25Fixed a but where DupStart and DupEnd (duplivert settings) max values were la...Campbell Barton
2006-03-25Added select group edges (Length/Direction/FaceUsers)Campbell Barton
2006-03-25Added select group meny to mesh editmode.Campbell Barton