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
2007-12-24Step 3 for the initial commits for 2.5: removing src/ and python,Ton Roosendaal
2007-12-17Reverting to 2_2x BPYMartin Poirier
2007-11-09curve2tree - animation settings - speed and magnitudeCampbell Barton
2007-09-22Python APIKen Hughes
2007-09-04more warning cleanup:Stephen Swaney
2007-07-20removing 2 getset duplicates 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-29remove unneeded checks from the python APICampbell Barton
2007-06-23PyAPI - incorrect docstrings for colorbandsCampbell 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-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-11Python APIKen Hughes
2007-03-11moved python functions that deal with blender libdata into gen_library.c from...Campbell Barton
2007-03-08BPython APICampbell Barton
2007-03-08Added python access to material and texture colorbands.Campbell Barton
2007-03-05Python APIKen Hughes
2007-03-02vector.c - bugfix, vec.w accessed vec[4] not vec[3]! (probably my fault)Campbell Barton
2007-02-25made attributes (name, property, users, fakeUser, lib) into functions all pyt...Campbell Barton
2007-01-13added stress and tangent to MTex and texture mapping dictCampbell 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-12-20The Big Image refactor!Ton Roosendaal
2006-11-19=ID Properties Python Update= Joseph Eagar
2006-01-24Giant commit!Ton Roosendaal
2005-12-10-- Bugfix #3564: Texture.getImage() always returned None for Env maps, even ifKen Hughes
2005-11-26patch #2869 MTex module additionsStephen Swaney
2005-10-04Bugfixes for #3102, #3104Ken Hughes
2005-09-26Project file update for elbeemJoseph Gilbert
2005-09-24Patch #3099 - bugfix for #3097.Stephen Swaney
2005-09-21Part of Bpy Cleanup: change attribute access to use tp_getset.Stephen Swaney
2005-08-21A large collection of fixes from Ken Hughes including:Stephen Swaney
2005-08-17- update to constant.cJoseph Gilbert
2005-07-18Header file clean up and warning fixesJoseph Gilbert
2005-02-22Patch submitted by Michael ReimpellJoseph Gilbert
2005-02-09BPython:Willian Padovani Germano
2005-01-23This should make the Texture stype attribute work for EnvMaps.Yann Vernier
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-08-26Bpy access to more texture features: Musgrave, Voronoi, and Distorted Noise.Stephen Swaney
2004-07-27Nathan's huge ipo patch.Ton Roosendaal
2004-06-07Replace deprecated methods from old api:Stephen Swaney
2004-03-25- bugfix for texture typesJoseph Gilbert
2003-11-23BPython:Willian Padovani Germano