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-08-04* KX_GameObject.cpp - error with getMesh(), was returning None rather then an...Campbell Barton
2008-06-01bugfix (typo) [#13587] Python API Material.sssFront brokenCampbell Barton
2008-06-01bugfix for own errorCampbell Barton
2008-05-06patchesCampbell Barton
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-03-12Added python access to TEXFACE_ALPHACampbell Barton
2007-12-17Reverting to 2_2x BPYMartin Poirier
2007-09-18A user submitted a BVH file that took a long time to import (I didnt end up f...Campbell Barton
2007-08-16material leak fix from stable treeCampbell Barton
2007-08-03fixes from 2.4xCampbell 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 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-05-04added access to SSS settings in PythonCampbell Barton
2007-03-26Python APICampbell Barton
2007-03-15PyApi,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-11moved python functions that deal with blender libdata into gen_library.c from...Campbell Barton
2007-03-10removed python oops access, (was unreliable and nobody used it)Campbell Barton
2007-03-08BPython APICampbell Barton
2007-03-08Added python access to material and texture colorbands.Campbell Barton
2007-02-25made attributes (name, property, users, fakeUser, lib) into functions all pyt...Campbell Barton
2007-02-23BPython APICampbell Barton
2007-02-06= python bugfix=Tom Musgrove
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-17added fakeUser and users to more pytypesCampbell Barton
2006-12-17Enable/Disable DupFaces from the Python API.Campbell Barton
2006-12-11added the flag group_exclusive to materialCampbell Barton
2006-11-19=ID Properties Python Update= Joseph Eagar
2006-11-17=ID Properties= Joseph Eagar
2006-10-15added shadAlpha access to materials in pythonCampbell Barton
2006-10-06added comparison function to many python types so you can do == and =!Campbell Barton
2006-09-06Added tangent_v and tangent space modes to python material modes.Campbell Barton
2006-08-15Added __copy__ to armature, material, curve, groupCampbell Barton
2006-08-13Added .radius support for curves, and material's lightGroupCampbell Barton
2006-06-11===Python API===Ken Hughes
2006-06-03added friction and restitution for the Collada Physics export/importErwin Coumans
2006-01-28Cleanup of blender/ module; Makefiles now compile this warning free.Ton Roosendaal
2006-01-01Bugfix #3652: material.setSpecCol() only accepted a tuple, not separateKen Hughes
2005-12-16-- Added BPy support for new Material modes. Recent additions of new modeKen Hughes
2005-12-06-- Bugfix #3548: material.setMode() was doing incorrect range check onKen Hughes
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