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-09-26svn merge -r 16608:16749 https://svn.blender.org/svnroot/bf-blender/trunk/ble...soc-2008-jaguarandiAndre Susano Pinto
2008-09-19Merge from trunkAndre Susano Pinto
2008-09-19Revert last merge from trunkAndre Susano Pinto
2008-09-15svn merge -r 16231:16536 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Andre Susano Pinto
2008-07-01svn merge -r 15292:15392 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Andre Susano Pinto
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
2008-02-12Python APIKen Hughes
2007-12-17Reverting to 2_2x BPYMartin Poirier
2007-12-06Python APIKen Hughes
2007-09-18A user submitted a BVH file that took a long time to import (I didnt end up f...Campbell Barton
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-03-26Python APICampbell Barton
2007-03-16type initialization updates, and refcount fix for lamp, reverted some changes...Campbell 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-03-08BPython APICampbell 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-24replaced id->us++ with id_us_plus(id); so any indirect libdata isnt lost on r...Campbell Barton
2006-10-06added comparison function to many python types so you can do == and =!Campbell Barton
2006-06-04===Python API===Ken Hughes
2006-01-03*warnings fixesJoseph Gilbert
2005-12-20Added missing mode rayShadow and updated docs, "NoSpecular" was also missing ...Campbell Barton
2005-12-18Added get/set/attr for area lamp settings - needed to exporting arealamps to ...Campbell Barton
2005-10-10Stupid me! Committed in wrong console with wrong dir... here's the rest ofTon Roosendaal
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-06-10Lamp Ipo blocktype was incorrectStephen Swaney
2005-05-27BPython:Willian Padovani Germano
2005-04-21BPython:Willian Padovani Germano
2005-03-26More Bpy goodness!Stephen Swaney
2005-02-09BPython:Willian Padovani Germano
2005-01-13BPython:Willian Padovani Germano
2004-10-09bugfix: #1607 Missing entry in Lamp TypesStephen Swaney
2004-10-07Another step in the Big Bpy Cleanup.Stephen Swaney
2004-09-26Another round in the Great BPy Cleanup:Stephen Swaney
2004-07-28Add missing funcs to Lamp method table:Stephen Swaney
2004-07-27Nathan's huge ipo patch.Ton Roosendaal