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-18Used GET_INT_FROM_POINTER to get rid of many warnings that only occurred with...Campbell Barton
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-06-30reversing unintentional changes.Campbell Barton
2007-06-30mixed decloration, own Lattice typo'sCampbell Barton
2007-05-28more memory leak fixes, though only a few are likely to happenCampbell Barton
2007-05-26Key.c/h - Removed unneeded functions. and ipo in struct wasnt being used.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-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-02-27dumb error with Lattice getseters, found with a python random testing scriptCampbell Barton
2007-02-27fix for own error, mixed decloration.Campbell Barton
2007-02-27moved Lattice to getseters. gen_utils.c - removed unused code fixed a warning.Campbell 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-10-09Lattice.c was looping through all lattice data to check that it wasnt removed.Campbell Barton
2006-10-06added comparison function to many python types so you can do == and =!Campbell Barton
2006-09-303rd attempt to commit, metaball fixes and small vector optimizationCampbell Barton
2006-08-16Added python __copy__ to Camera, Lattice, Metaball and World.Campbell Barton
2006-05-07Bugfixes for frame number boost:Peter Schlaile
2006-03-25Bugfix #3818: nmesh.insertKey() was not letting Ipo space know toKen Hughes
2005-11-30-- Bugfix #3186: Fix memory leaks caused by multiple calls toKen Hughes
2005-11-24While looking at the python Lattice code for a bug, I instead foundChris Want
2005-09-26Cleanup and new features for vertex keys.Ton Roosendaal
2005-09-09BPython:Willian Padovani Germano
2005-08-15 - readded DL_VERTS type to store lattice deformed vertsDaniel Dunbar
2005-07-22 - added data arguments to deformer modifiers, in case someone wantsDaniel Dunbar
2005-07-20 - split {curve,lattice,armature}_deform_verts out of mesh_deformDaniel Dunbar
2005-07-19 - split mesh_deform off from object_deformDaniel Dunbar
2005-07-18Header file clean up and warning fixesJoseph Gilbert
2005-06-17Some of the setattr functions created a tuple to pass to the set* functions a...Martin Poirier
2005-05-22BPython bug fixes:Willian Padovani Germano
2005-05-20BPython: bug fixes / patches from trackersWillian Padovani Germano
2005-03-31Changing hard codec max frame release for a define (in blendef.h with the oth...Martin Poirier
2005-01-13BPython: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
2003-11-13BPython: fixing a few warningsWillian Padovani Germano
2003-11-13- modified insertKey() to set current frame back to 1 instead of redraw the h...Joseph Gilbert
2003-11-13The new Lattice module for pythonJoseph Gilbert