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-07-04non user visible changes and small optimizations to the game engine pyapi as ...Campbell Barton
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2007-12-17Reverting to 2_2x BPYMartin Poirier
2007-09-07matrix to scale fixes from stableCampbell Barton
2007-05-21=== Bugfix ===Martin Poirier
2007-03-16type initialization updates, and refcount fix for lamp, reverted some changes...Campbell Barton
2006-10-07removed some unused vars from Curve and matrixCampbell Barton
2006-10-03Mathutils.Vector speedupCampbell Barton
2006-08-21removed the unpopular 'ed' functions, and added .copy() to Mathutils vector a...Campbell Barton
2006-08-07Removed debug line added when testing for matrix memory leaks that messed up ...Campbell Barton
2006-07-27matrix .inverted() and .transposed() didnt work because the matrix was wrongl...Campbell Barton
2006-07-27Addition to MathutilsCampbell Barton
2006-04-27Added scalePart to mathutils matrix type object.Campbell Barton
2006-04-25===Bugfix===Ken Hughes
2006-02-16==Python==Brecht Van Lommel
2006-01-11*pose code for pythonJoseph Gilbert
2006-01-04[ #3661 ] resize4x4 in Matrix class doesn't set ones on the diagonalJoseph Gilbert
2005-12-05-- Bugfix #3072: As discussed on IRC, matrix.invert() should throw aKen Hughes
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-11-03Silly error string correctionJoseph Gilbert
2005-09-27Refcount fixesJoseph Gilbert
2005-09-12bugfix: [ #3009 ] possible memory leak in MathutilsStephen Swaney
2005-07-23_new point class and update_Joseph Gilbert
2005-07-19__ bug fix__Joseph Gilbert
2005-07-19-Patch submitted by Campbell BartonJoseph Gilbert
2005-07-18Header file clean up and warning fixesJoseph Gilbert
2005-07-14Mathutils updateJoseph Gilbert
2005-05-22Roll back changes from Big Mathutils Commit on 2005/05/20.Stephen Swaney
2005-05-22Matrix_Determinant() was returning its input arg rather thanStephen Swaney
2005-05-20-rewrite and bugfixesJoseph Gilbert
2005-03-09big warning hunt commitJean-Luc Peurière
2004-10-15Make msvc happy by 'improving' order of declaration and removing superfluous ...Nathan Letwory
2004-10-15bugfix: #1642 Matrix multiplication memory leakStephen Swaney
2004-10-14fix bad return types for errors in Matrix_coerce().Stephen Swaney
2004-10-14followup to vector memory leak fixes:Stephen Swaney
2004-10-11fix memory leak in Object.GetSelected().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-04-23BPython:Willian Padovani Germano
2004-03-15-bug fix: matrix_item callback now returns rows from a matrix as in previous ...Joseph Gilbert
2004-02-29Mathutils library for the python APIJoseph Gilbert
2003-07-11* Object_getInverseMatrix now returns a correct matrix.Michel Selten
2003-07-06* Fixed:Michel Selten
2003-06-23* Added matrix moduleMichel Selten