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-06-23Moving Line to Line intersection into arithbMartin Poirier
2008-06-21* Documented that get/setOrientation use an inverted rotation matrixCampbell Barton
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-01-29Bugfix: quaternion angle calculation in python used the acos function.Brecht Van Lommel
2007-12-17Reverting to 2_2x BPYMartin Poirier
2007-08-06Fix minor typo in error messages for Mathutils.DotVecs(), reported on python ML.Ken Hughes
2007-06-16Python PyMethodDef supports single argument methods (METH_O) but was using ME...Campbell Barton
2007-05-29passing None to Blender.Mathutils.Quaternion would segfaultCampbell Barton
2007-05-26More memory leaks fixed - in IDProp, Bone.head, tail, matrix, ob.DupObjects (...Campbell Barton
2007-04-04moved source and text to american spellingCampbell Barton
2007-03-31Python APIKen Hughes
2007-03-16type initialization updates, and refcount fix for lamp, reverted some changes...Campbell Barton
2006-10-03moved vector objects to getseters,Campbell Barton
2006-08-08Made RotationMatrix accept values outside 360,Campbell Barton
2006-07-26===Python API===Ken Hughes
2006-07-02finish adding Geometry module, removed polyfill from mathutils, updated epydo...Campbell Barton
2006-07-02wasnt decref'ing items I got from PySequence_GetItem for PolyFill or ob.join(...Campbell Barton
2006-07-01Added a scanfill wraper to Mathutils, allows you to fill polylines without us...Campbell Barton
2005-11-16- point constructorJoseph Gilbert
2005-10-28Fixed gcc warnings for unused var and unitialiazed vars.Ton Roosendaal
2005-10-10-Another fix for mathutils.anglebetweenvecs()Joseph Gilbert
2005-10-10-mathutils fixJoseph Gilbert
2005-10-10Patch for mathutilsJoseph Gilbert
2005-10-07-fix for AngleBetweenVecsJoseph Gilbert
2005-09-27-fix for angleBetweenVecsJoseph Gilbert
2005-09-27Refcount fixesJoseph Gilbert
2005-09-26Theeth's mathutils patchJoseph Gilbert
2005-07-23_new point class and update_Joseph Gilbert
2005-07-18Header file clean up and warning fixesJoseph Gilbert
2005-07-14 - use cos not cosfDaniel Dunbar
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-02-21-AngleBetweenVecs() was returning only 8-digit precision. This changes the pr...Joseph Gilbert
2005-01-23Separated some variable declarations from the code, for wider compiler support.Yann Vernier
2005-01-23Changes Mathutils.Vector() to be less picky about its argument(s).Yann Vernier
2004-10-13fix numerous memory leaks in the math types.Stephen Swaney
2004-10-07Another step in the Big Bpy Cleanup.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-02-29Mathutils library for the python APIJoseph Gilbert