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-03-03* Bugfix #8426: certain hooks options segfaulted Joshua Leung
2007-12-17Reverting to 2_2x BPYMartin Poirier
2007-12-11Python APIKen Hughes
2007-09-28Python APIKen Hughes
2007-07-01replace PyInt_CheckExact with PyInt_Check, same for floats and strings so sub...Campbell Barton
2007-06-16Python API, more METH_VARARGS to METH_OCampbell Barton
2007-05-22(no commit message)Ken Hughes
2007-04-30Patch #6192 - Wave Modifier Option to move verts along normalsBen Batt
2007-04-29Patch #6113 - Cast & Smooth modifiersBen Batt
2007-04-25Object.c - made object action writableCampbell Barton
2007-04-05PyAPI adding .reset() for hook modifiers (request from malefico)Campbell Barton
2007-03-15removed unneeded dealloc functionsCampbell Barton
2007-03-15removed duplicate functionality, macro's and functions existed to check a PyO...Campbell Barton
2007-03-11moved python functions that deal with blender libdata into gen_library.c from...Campbell Barton
2007-03-08BPython APICampbell Barton
2007-03-04made it possible to set a modifiers object to None to remove the objectCampbell Barton
2007-02-05Bugfix #5918 GE Crash when press EscStephen Swaney
2007-01-26added edge split access to modifiers APICampbell Barton
2006-12-28Made it possible to copy modifiers from the python APICampbell Barton
2006-09-24Extra generic errors for Scene, Groups and Metaballs to raise errors when try...Campbell Barton
2006-09-20removed warning in EXPP_setVec3ClampedCampbell Barton
2006-09-19order of case statement was messed up with previous commit.Campbell Barton
2006-09-17renamed Blender.Image.SetCurrent(img) to img.makeCurrent() to be consistant w...Campbell Barton
2006-08-26Added missing settings to Modifiers (could not set on Render/Cage/Editmode :/)Campbell Barton
2006-06-14===Python API===Ken Hughes
2006-04-29===Python API===Ken Hughes
2006-04-25Re arranged how modifiers are used.Campbell Barton
2006-04-23===Python API===Ken Hughes
2006-04-23===Python API===Ken Hughes
2006-04-23fix compiler warnings.Stephen Swaney
2006-04-23added remove to the modifier seq (when pymodifier->md is NULL then its been r...Campbell Barton
2006-04-23===Python API===Ken Hughes