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
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-02-27Fix for bug: cross platform strand render differences with kink/branch.Brecht Van Lommel
2007-12-17Reverting to 2_2x BPYMartin Poirier
2007-10-21python api, slicing works differently on the 64bit ubuntu gutsy system, compa...Campbell Barton
2007-03-30vec *= matrix would crash blender when multiplying a 3d vec by a 4x4 matrix b...Campbell Barton
2007-03-02vector.c - bugfix, vec.w accessed vec[4] not vec[3]! (probably my fault)Campbell Barton
2007-03-02various warnings fixes - mostly casting and initialization issuesJoseph Gilbert
2006-11-17Get rid of various warnings with gcc under linuxKen Hughes
2006-10-07removed some unused vars from Curve and matrixCampbell Barton
2006-10-03moved vector objects to getseters,Campbell Barton
2006-10-03Mathutils.Vector speedupCampbell Barton
2006-09-303rd attempt to commit, metaball fixes and small vector optimizationCampbell Barton
2006-08-21removed the unpopular 'ed' functions, and added .copy() to Mathutils vector a...Campbell Barton
2006-07-27Addition to MathutilsCampbell Barton
2006-01-12BPy: Mathutils fix: bug #3737Martin Poirier
2005-12-05-- Bugfix 3453: coercion operations were doing an extra incref on coercedKen Hughes
2005-11-22Added some equvalency tests for the other math objectsJoseph Gilbert
2005-09-27Refcount fixesJoseph Gilbert
2005-09-27- added some equivalency testing for vector classesJoseph Gilbert
2005-09-26Theeth's mathutils patchJoseph Gilbert
2005-09-12bugfix: [ #3009 ] possible memory leak in MathutilsStephen Swaney
2005-08-11A couple of small fixes...Kent Mein
2005-07-23_new point class and update_Joseph Gilbert
2005-07-19__ bug fix__Joseph Gilbert
2005-07-18Header file clean up and warning fixesJoseph Gilbert
2005-07-14Mathutils updateJoseph Gilbert
2005-05-25BPython bug fixes:Willian Padovani Germano
2005-05-22Roll back changes from Big Mathutils Commit on 2005/05/20.Stephen Swaney
2005-05-20-rewrite and bugfixesJoseph Gilbert
2005-03-09big warning hunt commitJean-Luc Peurière
2005-01-03More warning cleanups...Kent Mein
2004-10-14followup to vector memory leak fixes:Stephen Swaney
2004-10-13fix numerous memory leaks in the math types.Stephen Swaney
2004-09-26Another round in the Great BPy Cleanup:Stephen Swaney
2004-09-18One small part of the Great Bpy Code Cleanup.Stephen Swaney
2004-05-16bugfix: #1206 Object.getBoundBox() was returning obdata coordinates.Stephen Swaney
2004-05-11- bugfix #1197 (New Bone.parent/child Access Destructive)Joseph Gilbert
2004-02-29Mathutils library for the python APIJoseph Gilbert
2003-09-18Exppython:Willian Padovani Germano
2003-09-03Exppython:Willian Padovani Germano
2003-07-07* removed some debugging prints. Accidentally committed them last time.Michel Selten
2003-07-05Exppython:Willian Padovani Germano
2003-06-23* Added matrix moduleMichel Selten
2003-06-12* Small changes in many files:Willian Padovani Germano
2003-06-03* Fix compilation errors on Windows hopefully. Implemented the suggestion doneMichel Selten
2003-05-28* Added submodule Blender.MaterialWillian Padovani Germano
2003-05-17* Added submodule NMesh:Willian Padovani Germano