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
2007-12-24Step 3 for the initial commits for 2.5: removing src/ and python,Ton Roosendaal
2007-12-17Reverting to 2_2x BPYMartin Poirier
2007-09-18A user submitted a BVH file that took a long time to import (I didnt end up f...Campbell Barton
2007-09-17== Action Editor - Copy and Paste Tools ==Joshua Leung
2007-07-12From stableCampbell Barton
2007-07-01replace PyInt_CheckExact with PyInt_Check, same for floats and strings so sub...Campbell Barton
2007-06-29remove unneeded checks from the python APICampbell Barton
2007-06-16Python PyMethodDef supports single argument methods (METH_O) but was using ME...Campbell Barton
2007-05-28more memory leak fixes, though only a few are likely to happenCampbell Barton
2007-04-05Python APIKen Hughes
2007-03-15removed unneeded dealloc functionsCampbell Barton
2007-03-15removed duplicate functionality, macro's and functions existed to check a PyO...Campbell Barton
2007-01-13driverExpression - strcpy on wrong type (my bad) fixed.Campbell Barton
2006-12-25PyAPI driverExpression:Campbell Barton
2006-10-06added comparison function to many python types so you can do == and =!Campbell Barton
2006-08-20Bugfix #4906Ton Roosendaal
2006-04-22===Python API===Ken Hughes
2005-12-17-- Bugfix #3617; addBezier() was not initializing all the attributes forKen Hughes
2005-12-06Added some extra parameter checking in Ipo driver code.Ken Hughes
2005-11-28-- Bugfix #3458: keyblock.getData() was getting vertex data from keysKen Hughes
2005-11-17-- fix small problem with Ipocurve.recalc(); recomputed handles but did notKen Hughes
2005-11-07- warning fixesJoseph Gilbert
2005-10-26Python API AdditionsJohnny Matthews
2005-10-10Stupid me! Committed in wrong console with wrong dir... here's the rest ofTon Roosendaal
2005-09-28Recommitted this commit yesterday, was apparently done in the wrongTon Roosendaal
2005-08-29MEM_freeN() and MEM_mallocN() should not have been redeclared in thisChris Want
2005-07-18Header file clean up and warning fixesJoseph Gilbert
2005-05-24updates to doc strings in code and doc from Ken Hughes.Stephen Swaney
2005-04-24fix overlooked compiler warning. sheesh.Stephen Swaney
2005-04-24New IPO methods.Stephen Swaney
2004-11-30Scripts:Willian Padovani Germano
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-07-27Nathan's huge ipo patch.Ton Roosendaal
2004-06-06patch for bug #1347. IpoCurve.evaluate() missing/disappeared.Stephen Swaney
2004-04-29fix for #1123 by Roland Hess (harkyman)Stephen Swaney
2004-04-03Bug fix provided by Anders Nilssen.Michel Selten
2004-04-02Python API fixes. Provided by Anders Nilsson (breakin)Michel Selten
2004-03-29General housekeeping and cleanup. Move static declarations andStephen Swaney
2004-03-05Fix for bug #1014Stephen Swaney
2004-01-03BPython:Willian Padovani Germano
2003-12-19Bug fixes (sigh...)Jacques Guignot
2003-11-24Fixed two minor warningsJacques Guignot
2003-10-29modified the print functionJacques Guignot
2003-08-05removed unuseful function calls in BezTriple.[ch]Jacques Guignot
2003-07-21reincorporation in the cvs of modifications which had been lost.Jacques Guignot
2003-07-21Some manipulations of the keyword 'static' to getChris Want
2003-07-20* removed the #include .c statements and replaced them with corresponding .hMichel Selten
2003-07-20Exppython:Willian Padovani Germano