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-28Mesh.c - added missing error checking for vert ranges and that verts are valid.Campbell Barton
2007-06-16Python API, more METH_VARARGS to METH_OCampbell Barton
2007-06-16Python PyMethodDef supports single argument methods (METH_O) but was using ME...Campbell Barton
2007-05-28Adding Text3d.JUSTIFY, thanks "Oliver Schneider" <oliffm@web.de>Joilnen Leite
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-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-10MainCampbell Barton
2007-03-03Added functions to Text3d that allow modifying of text framesCampbell Barton
2007-02-25World.cCampbell Barton
2006-12-27renameing datablocks was imposing a name limit on the python side.Campbell Barton
2006-07-01bugfix for #4533 Text3d.Get() fails in retrieving Text3d objectsStephen Swaney
2006-05-28a little clean of no used lineJoilnen Leite
2006-04-24warnings cleanup for the python project on windowsJoseph Gilbert
2006-04-16a little spring cleaning to remove some compiler warnings forStephen Swaney
2006-02-13assignment typo: had == instead of =Kent Mein
2005-12-07-- Bugfix #3551: fix memory corruption problem if Text3d.setText() calledKen Hughes
2005-09-29Text3d.c NULL pointer check added to get rid of MEM_freeN warning.Mika Saari
2005-09-29cu->strinfo reallocation added to Text3d.c, so when setText is executedMika Saari
2005-09-29Fix Python API to correctly create Text3D objects. This is just aAlexander Ewering
2005-08-17- update to constant.cJoseph Gilbert
2005-07-18Header file clean up and warning fixesJoseph Gilbert
2005-07-09 - fix what appeared to be obvious bug, "if (fclose) fclose(file)" ->Daniel Dunbar
2005-06-12Scripts:Willian Padovani Germano
2005-06-04new round of warning fixes. we are now down to 24 with Xcode on blenderJean-Luc Peurière
2005-05-05erased headers dirent.h and unistd.hJoilnen Leite
2005-05-05added load font support to Text3d submoduleJoilnen Leite
2005-03-26Updated Bpy method Object.getData() now supports new Text3d type.Stephen Swaney
2005-03-19- patch submitted by guitargeekJoseph Gilbert
2005-03-09big warning hunt commitJean-Luc Peurière
2005-03-07fix warnings about implicit declarations.Stephen Swaney
2005-03-06New Bpy type Text3d for accessing Blender's Font objects.Stephen Swaney