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-03-30== bugfix ==Andrea Weikert
2008-03-17Running scripts with Blender.Run() would crash when reloading.Campbell Barton
2008-03-07Made python scripts save and load in the blend file so you can have the same ...Campbell Barton
2008-03-02Py API - rename UndoPush to SaveUndoStateCampbell Barton
2008-03-01Removed warning from py-api codeJoshua Leung
2008-02-29Wrap UndoPush with python, needed for apricot, so changes made be scripts can...Campbell Barton
2008-02-20Python BugfixCampbell Barton
2008-02-13== BPython API ==Willian Padovani Germano
2008-02-13Added a global string to be used for the tempdir. since the user preference i...Campbell Barton
2008-02-10* Merge of PyNodes to trunk. Finally!Nathan Letwory
2008-01-02added utility function Blender.GetPaths( absolute=0 ) Campbell Barton
2007-12-30Python APIKen Hughes
2007-12-27==Python API==Campbell Barton
2007-12-17Reverting to 2_2x BPYMartin Poirier
2007-11-28 Campbell Barton
2007-11-11Undoing 'undo' fix 12365, it didn't work the same on mac's, Ton would like to...Campbell Barton
2007-10-24bug fix, when opening blender with a file (by double clicking or from the com...Campbell Barton
2007-08-01misc changes from stableCampbell Barton
2007-06-16Python PyMethodDef supports single argument methods (METH_O) but was using ME...Campbell Barton
2007-06-01when removing py_build value I removed this but shouldnt have, however theres...Campbell Barton
2007-05-26More memory leaks fixed - in IDProp, Bone.head, tail, matrix, ob.DupObjects (...Campbell Barton
2007-04-01Python APIKen Hughes
2007-03-26py apiCampbell Barton
2007-03-21fix compiler warning: implicit declaration of oldLibrary_Init()Stephen Swaney
2007-03-21Python APIKen Hughes
2007-03-20Geometry.c - rewrote my python box-packer algo in C,Campbell Barton
2007-03-19[ #4227 ] Determine the "real" current filename via PythonCampbell Barton
2007-03-13added back videoscape for pythonCampbell Barton
2007-03-13removed videoscape support, a format from 1988 that nobody uses anymore.Campbell Barton
2007-03-05Python APIKen Hughes
2007-03-02Interface:Willian Padovani Germano
2007-03-02various warnings fixes - mostly casting and initialization issuesJoseph Gilbert
2007-02-25Image.cCampbell Barton
2007-02-25made attributes (name, property, users, fakeUser, lib) into functions all pyt...Campbell Barton
2007-02-22renamed Base to MainCampbell Barton
2007-02-22Adding a new way of dealing with library data in blender, Blender.BaseCampbell Barton
2007-01-15=ID Property Script update and api bugfix= Joseph Eagar
2006-12-30* theme save script now saves iconThemes and supports string types.Campbell Barton
2006-12-26Python APIKen Hughes
2006-12-17=IDProperties Python update= Joseph Eagar
2006-11-17=ID Properties Small Python Update= Joseph Eagar
2006-10-13mesh/animation exporters didnt work when there were no 3d views open, because...Campbell Barton
2006-09-28-> Enter/Exit editmode wait cursor flagsGeoffrey Bantle
2006-09-21from looking at patch 4934 made all user preference paths settable with Blend...Campbell Barton
2006-08-28===Python API===Ken Hughes
2006-07-02finish adding Geometry module, removed polyfill from mathutils, updated epydo...Campbell Barton
2006-06-18Scripts:Willian Padovani Germano
2006-05-17Added Blender.Get('rt') so that the pythoner can access the valueChris Want
2006-05-07===Python API===Ken Hughes