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
2007-12-17Reverting to 2_2x BPYMartin Poirier
2007-08-20added face sorting to mesh so you can do mesh.faces.sort(...)Campbell Barton
2007-06-16Python PyMethodDef supports single argument methods (METH_O) but was using ME...Campbell Barton
2007-03-14attempted fixage for gcc warnings with Python 2.5Stephen Swaney
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-02-25made attributes (name, property, users, fakeUser, lib) into functions all pyt...Campbell Barton
2007-02-23BPython APICampbell Barton
2007-01-31Bugfix for #5000Stephen Swaney
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-06-02===Python API===Ken Hughes
2005-11-30-- Bugfix #3186: Fix memory leaks caused by multiple calls toKen Hughes
2005-11-22- accidentally removed a macro for returning Py_None for python 2.3Joseph Gilbert
2005-11-22Fix for a python boolean macro that shouldn't be there.Joseph Gilbert
2005-11-22Added some equvalency tests for the other math objectsJoseph Gilbert
2005-11-22new attempt at the pyboolean macro, 'cause that style did not work in one lin...Toni Alatalo
2005-11-22trying to fix new armature compile probs on macs (w/ py 2.3 probably) by addi...Toni Alatalo
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-18add python 2.4ish macro Py_RETURN_NONE.Stephen Swaney
2005-04-21BPython:Willian Padovani Germano
2005-03-19BPython:Willian Padovani Germano
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-06-24BPython:Willian Padovani Germano
2004-02-29Mathutils library for the python APIJoseph Gilbert
2004-01-21BPython:Willian Padovani Germano
2003-12-14BPython - first step for better integration of Python in Blender:Willian Padovani Germano
2003-11-23BPython:Willian Padovani Germano
2003-07-27* Fixed problems in with script linking.Michel Selten
2003-06-23* Added matrix moduleMichel Selten
2003-05-31* Updated NMesh port to exppython:Willian Padovani Germano
2003-05-28* Added submodule Blender.MaterialWillian Padovani Germano
2003-05-17* Added submodule NMesh:Willian Padovani Germano
2003-05-08* Added submodule Window, including FileSelector and ImageSelector:Willian Padovani Germano
2003-04-08The following updates have been contributed by Willian P. Germano:Michel Selten
2003-03-18* Moved the code to retrieve an object by name to a seperate function inMichel Selten
2003-03-15* Removed datablock.[ch]Michel Selten
2003-03-08Swig is unfortunately not an option anymore. This means implementing allMichel Selten