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-07-21allow to write to libraries that are indirectly linkedCampbell Barton
2008-06-06bugfix - Blender.GetPaths() was returning relative paths from libraries, but ...Campbell Barton
2008-06-05* python sys.cleanpath() used strstr incorrectly, resulting in paths containi...Campbell Barton
2008-05-11Initial commit for BPy Particle patch #8557 from Cedric PailleStephen Swaney
2008-05-07Setting frame in python allowed negative numbers (was casting to a short with...Campbell Barton
2008-05-06made python add mesh module respect blenders user settings for editmode and v...Campbell Barton
2008-05-04Changed frame numbering to only alter hashes if they are in the filename (not...Campbell Barton
2008-04-25added sequencer paths to bpath iterator, This needed to use get/set filename ...Campbell Barton
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