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
2006-03-31Removed debug printing.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-30fixed vehicle related issue (re-enabled them)Erwin Coumans
2006-03-30==Nothing to see here, move along==Chris Want
2006-03-30==Nothing to see here, move along==Chris Want
2006-03-29Fixed some bugs in BPyImage comprehensive loade. (used by 3ds and obj import)Campbell Barton
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-29==Directx 8 importer==Tom Musgrove
2006-03-29==Directx 8 exporter update==Tom Musgrove
2006-03-29more physics work: fixed some deactivation bug, improved contact constraint s...Erwin Coumans
2006-03-29I fixed some warnings about multiply defined yy_parse (etc) fuctions.Kent Mein
2006-03-29disabled restitution in the new iterative contact constraint.Erwin Coumans
2006-03-29fixed scons build for moved and added file.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
2006-03-25Bugfix #3818: nmesh.insertKey() was not letting Ipo space know toKen Hughes
2006-03-24Bugfix #3772: Allows "Center Cursor" for 3D curves to modify the curveKen Hughes
2006-03-24a bunch of small warnings fixes:Kent Mein
2006-03-24blender -P xxx -b crashed sometimes, still will crash in some cases if the py...Campbell Barton
2006-03-24Made blender python work in background mode without a blend file loading.Campbell Barton
2006-03-24Attempted to unify and document Dupli* stuff.Campbell Barton
2006-03-24Fix problem with possibly random calls to MEM_freeN() due to uninitializedKen Hughes
2006-03-23Updated mallocn.c MEM_check_memory_integrity was castingKent Mein
2006-03-22oops, typoCampbell Barton