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-12-13misc warning fixes and one fix for a big in curve allocationCampbell Barton
2007-09-08Fix compile warning.Diego Borghetti
2007-09-08=Python Bugfix=Joseph Eagar
2007-07-12From stableCampbell Barton
2007-05-31scene.camera was missing from docsCampbell Barton
2007-05-26Key.c/h - Removed unneeded functions. and ipo in struct wasnt being used.Campbell Barton
2007-05-26More memory leaks fixed - in IDProp, Bone.head, tail, matrix, ob.DupObjects (...Campbell Barton
2007-05-25Many long standing memory leaks fixed in the BPY api.Campbell Barton
2007-03-29Python APIKen Hughes
2007-03-26Python APICampbell Barton
2007-03-15removed unneeded dealloc functionsCampbell Barton
2007-03-11moved python functions that deal with blender libdata into gen_library.c from...Campbell Barton
2007-03-08BPython APICampbell Barton
2007-01-16fix for warning: implicit declaration of function 'id_us_plus'. tsk.Stephen Swaney
2006-12-24replaced id->us++ with id_us_plus(id); so any indirect libdata isnt lost on r...Campbell Barton
2006-10-06added comparison function to many python types so you can do == and =!Campbell Barton
2006-01-17Patches submitted by Michael Reimpell to get/set relative key selection, andKen Hughes
2005-11-28-- Fix bugs caused (by me) by incorrect use of Py_RETURN_NONE macro inKen Hughes
2005-11-28-- Bugfix #3458: keyblock.getData() was getting vertex data from keysKen Hughes
2005-10-31Adding Key.ipo as access to ipo data both get and setJohnny Matthews
2005-10-31Removed key.getChannelIpo() since it is not proper implementation anymore.Johnny Matthews
2005-10-26Python API AdditionsJohnny Matthews
2005-10-03added getting names of shapes/KeyBlocks to bpy api so mikasaari can continue ...Toni Alatalo
2005-09-26Project file update for elbeemJoseph Gilbert
2005-09-09BPython:Willian Padovani Germano