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-11python scriptlink for ObjectUpdate and ObDataUpdate, Redraw events are not pr...Campbell Barton
2007-12-17Reverting to 2_2x BPYMartin Poirier
2007-09-03fix warning: no newline at end of fileStephen Swaney
2007-08-20added face sorting to mesh so you can do mesh.faces.sort(...)Campbell Barton
2007-07-12From stableCampbell Barton
2007-07-01replace PyInt_CheckExact with PyInt_Check, same for floats and strings so sub...Campbell Barton
2007-06-16Python PyMethodDef supports single argument methods (METH_O) but was using ME...Campbell Barton
2007-06-12fix own error - EXPP_getScriptLinks, was returning an unset list.Campbell Barton
2007-05-28more memory leak fixes, though only a few are likely to happenCampbell Barton
2007-05-25Many long standing memory leaks fixed in the BPY api.Campbell Barton
2007-03-11moved python functions that deal with blender libdata into gen_library.c from...Campbell Barton
2007-03-10added "bpy" as a module imported by default to replace Blender.Main as a new ...Campbell Barton
2007-03-08BPython APICampbell Barton
2007-03-08Added python access to material and texture colorbands.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-25SceneCampbell Barton
2007-02-23BPython APICampbell Barton
2006-12-27renameing datablocks was imposing a name limit on the python side.Campbell Barton
2006-12-22boxpack2d - python 2.3 compat fix, thanks brechtCampbell Barton
2006-12-17added fakeUser and users to more pytypesCampbell Barton
2006-09-20removed warning in EXPP_setVec3ClampedCampbell Barton
2006-09-17renamed Blender.Image.SetCurrent(img) to img.makeCurrent() to be consistant w...Campbell Barton
2006-07-27Addition to MathutilsCampbell Barton
2006-05-01===Python API===Ken Hughes
2005-12-27Fix crash in EXPP_(int|obj)Error. These functions are redundant;Yann Vernier
2005-12-10-- Bugfix #3573: Deleting a scriptlink when some other scriptlinks were noKen Hughes
2005-11-30-- Bugfix #3186: Fix memory leaks caused by multiple calls toKen Hughes
2005-11-22Added some equvalency tests for the other math objectsJoseph Gilbert
2005-10-04Bugfixes for #3102, #3104Ken Hughes
2005-09-26Project file update for elbeemJoseph Gilbert
2005-09-21Part of Bpy Cleanup: change attribute access to use tp_getset.Stephen Swaney
2005-08-27patch #2911 - tp_getset for Lamp module.Stephen Swaney
2005-08-17- update to constant.cJoseph Gilbert
2005-07-18Header file clean up and warning fixesJoseph Gilbert
2005-07-14Mathutils updateJoseph Gilbert
2005-05-22Roll back changes from Big Mathutils Commit on 2005/05/20.Stephen Swaney
2005-05-20-rewrite and bugfixesJoseph Gilbert
2005-05-09BPython:Willian Padovani Germano
2005-04-24 - EXPP_addScriptLink called wrong error function (I bet the compilerDaniel Dunbar
2005-04-21BPython:Willian Padovani Germano
2005-04-02 - add include for allqueue prototypeDaniel Dunbar
2005-04-02 - got tired of str[n]casecmp not declared warningsDaniel Dunbar
2005-03-19BPython:Willian Padovani Germano
2005-02-12<strings.h> is not defined on Win32 systemsJoseph Gilbert
2005-02-09BPython:Willian Padovani Germano
2004-09-26Another round in the Great BPy Cleanup:Stephen Swaney
2004-09-21- Blender: added option 'scriptsdir' to Blender.Get();Willian Padovani Germano
2004-09-18One small part of the Great Bpy Code Cleanup.Stephen Swaney