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-02-24Patch #8344:Joshua Leung
2007-12-17Reverting to 2_2x BPYMartin Poirier
2007-06-29remove unneeded checks from the python APICampbell Barton
2007-06-16Python API, more METH_VARARGS to METH_OCampbell 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-12python apiCampbell Barton
2007-03-11Remove gcc compiler warnings from various files.Ken Hughes
2007-03-11made all data adding functions accept a name such as add_mesh or add_curve, p...Campbell Barton
2007-03-11moved python functions that deal with blender libdata into gen_library.c from...Campbell Barton
2007-03-02various warnings fixes - mostly casting and initialization issuesJoseph Gilbert
2007-02-25Image.cCampbell Barton
2007-02-25made attributes (name, property, users, fakeUser, lib) into functions all pyt...Campbell Barton
2007-02-22Adding a new way of dealing with library data in blender, Blender.BaseCampbell Barton
2007-02-21text.makeCurrent() works now, it depends on the script menu type, so will onl...Campbell Barton
2007-02-21adding menu slot ArmatureCampbell Barton
2006-12-27renameing datablocks was imposing a name limit on the python side.Campbell Barton
2006-10-06added comparison function to many python types so you can do == and =!Campbell Barton
2005-07-18Header file clean up and warning fixesJoseph Gilbert
2005-03-19BPython: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-06-07Replace deprecated methods from old api:Stephen Swaney
2004-05-23BPython:Willian Padovani Germano
2003-11-12unfix previous fix.Stephen Swaney
2003-11-11fixed the bug Joseph Gilbert found in numerous python files.Stephen Swaney
2003-08-03Exppython:Willian Padovani Germano
2003-07-05Exppython:Willian Padovani Germano
2003-06-28- More renaming all around to follow our conventionsWillian Padovani Germano
2003-06-26* Added function Blender.Draw.GetStringWidth().Willian Padovani Germano
2003-06-24* Added more doc files for epydoc and a test for the camera module.Willian Padovani Germano
2003-06-09* Applied a small fix to a bug reported by Guignot:Willian Padovani Germano
2003-06-03* Fix compilation errors on Windows hopefully. Implemented the suggestion doneMichel Selten
2003-05-21Implemented the compare callback for Camera, Image, Lamp and Text types:Willian Padovani Germano
2003-05-17* Added submodule NMesh:Willian Padovani Germano
2003-05-13* Added 3 missing functions, 2 of them called by blender/src/drawtext.c:Willian Padovani Germano
2003-05-09* Implement Blender_Redraw(), minor changes in other filesWillian Padovani Germano