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-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
2006-05-06Applied pack unpack from Pablo Martin (caedes),Campbell Barton
2006-04-23===Python API===Ken Hughes
2006-04-16a little spring cleaning to remove some compiler warnings forStephen Swaney
2006-03-30==Nothing to see here, move along==Chris Want
2006-03-24blender -P xxx -b crashed sometimes, still will crash in some cases if the py...Campbell Barton
2006-03-24Made blender python work in background mode without a blend file loading.Campbell Barton
2006-03-22Fix for a bug where python could save a sceneless blend file.Campbell Barton
2006-03-18Added Blender.Group moduleCampbell Barton
2006-02-08More things for easying the job of replacing proxy/working armatures in the s...Toni Alatalo
2005-12-05-- remove unused variable "dict" which was giving compiler warnings.Ken Hughes
2005-11-30-- Bugfix #3186: Fix memory leaks caused by multiple calls toKen Hughes
2005-10-28Error in creating Python dict for new Mesh API.Ton Roosendaal
2005-10-03Added new BPython thin mesh moduleKen Hughes
2005-10-03BPython bug fixes:Willian Padovani Germano