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
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-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-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-26Python APICampbell 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-14made all python types that can do .__copy__(), also do .copy()Campbell Barton
2007-03-11moved python functions that deal with blender libdata into gen_library.c from...Campbell Barton
2007-02-25Image.cCampbell Barton
2007-02-25made attributes (name, property, users, fakeUser, lib) into functions all pyt...Campbell Barton
2007-02-23BPython APICampbell Barton
2006-12-27renameing datablocks was imposing a name limit on the python side.Campbell Barton
2006-12-23Python APIKen Hughes
2006-11-17Get rid of various warnings with gcc under linuxKen Hughes
2006-10-06added comparison function to many python types so you can do == and =!Campbell Barton
2006-07-03===Python API===Ken Hughes
2006-06-28Bugfix #4516: Allow ipo.addCurve() to create Key IPO curve for aKen Hughes
2006-04-24warnings cleanup for the python project on windowsJoseph Gilbert
2006-04-24Some Ipo getseters calling setter methods; added the necessary wrapperKen Hughes
2006-04-23Little bit of code clean-up and commenting.Ken Hughes
2006-04-22===Python API===Ken Hughes
2006-01-05Bugfix for Toni: Ipo_addCurve() needed to call set_icu_vars() in order toKen Hughes
2005-12-05Fix unchecked parameter in M_Ipo_Recalc, and some documentation fixes.Ken Hughes
2005-11-07- warning fixesJoseph Gilbert
2005-10-31-- patch submitted by Johnny Matthews which lets a user get an Ipo curve byKen Hughes
2005-10-25-Bugfix #3254: Ipo.addCurve() didn't check if curve already existed beforeKen Hughes
2005-10-17- Bugfix #3202: ipo.addCurve() created curve but didn't add to the IpoKen Hughes
2005-10-10Stupid me! Committed in wrong console with wrong dir... here's the rest ofTon Roosendaal
2005-10-04Bugfix #2650.Ken Hughes
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-05-20corrections and missing ipo channels for Camera, World, MaterialStephen Swaney
2005-04-24New IPO methods.Stephen Swaney
2005-03-19BPython:Willian Padovani Germano
2005-03-09big warning hunt commitJean-Luc Peurière
2005-01-07bugfix: #2093 Ipo.addCurve() adds curves of undefined typeStephen Swaney
2004-12-21bugfix: #2032 Ipo_woIcuName() uses CAM instead of WO constantsStephen Swaney
2004-12-17bugfix: #2025 getCurveBP (and others) segfaultStephen 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-09-03Ipo.cKent Mein
2004-08-14Fix two problems in my code as reported on Forums and in release article thre...Nathan Letwory