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
2006-03-31Added matt's empty drawsize property to python.Campbell Barton
2006-03-30==Nothing to see here, move along==Chris Want
2006-03-27removed 2 warnings from Image.py epydocsCampbell Barton
2006-03-26Added python image pack/unpack per image.Campbell Barton
2006-03-25Bugfix #3818: nmesh.insertKey() was not letting Ipo space know toKen Hughes
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-24Attempted to unify and document Dupli* stuff.Campbell Barton
2006-03-24Fix problem with possibly random calls to MEM_freeN() due to uninitializedKen Hughes
2006-03-22oops, typoCampbell Barton
2006-03-22===Python API===Ken Hughes
2006-03-22Fix for a bug where python could save a sceneless blend file.Campbell Barton
2006-03-22Fix for bug,Campbell Barton
2006-03-19Fix various gcc warnings.Ken Hughes
2006-03-19=== bugfix win32 - python ===Andrea Weikert
2006-03-19Added support for group objectsCampbell Barton
2006-03-18Added object.dupliGroup so objects can access the groups they instance.Campbell Barton
2006-03-18Moved declerations to the top of the skope so as to work with MSVC?Campbell Barton
2006-03-18Added Blender.Group moduleCampbell Barton
2006-03-13A small alteration for C syntax, code before vars (MSVC complained about this).Johnny Matthews
2006-03-13==BPy==Nathan Letwory
2006-03-13Scene unlinking didnt set the python objects scene to NULL,causing memory err...Campbell Barton
2006-03-11Bugfix #3995: NMesh.GetRawFromObject() would segfault sometimes if objectKen Hughes
2006-03-11===Python API===Ken Hughes
2006-03-11Bugfix: Object.link() was not correctly handling object/datablock materialKen Hughes
2006-03-11Bugfix #3898: Scene.unlink() was not decrementing the datablock user count.Ken Hughes
2006-03-11===Python API===Ken Hughes
2006-03-11Bugfix #3895: Call to PyString_FromString() wasn't being Py_DECREF()'ed,Ken Hughes
2006-03-06quick fix for Python armature CVS making bones with no layers, therefor being...Campbell Barton
2006-03-04===Python API===Ken Hughes
2006-03-03fix for bug 3903Joilnen Leite
2006-03-02Fixed mistake where BLI_countlist(&(lb)) should be BLI_countlist(lb)Campbell Barton
2006-02-27Recoded Panorama rendering.Ton Roosendaal
2006-02-27new emptys now have default settings for new emptys.Campbell Barton
2006-02-27Applied JMS's Patch. for better Python Dupli Access.Campbell Barton
2006-02-17===Python API===Ken Hughes
2006-02-16===Python API===Ken Hughes
2006-02-16==Python==Brecht Van Lommel
2006-02-13assignment typo: had == instead of =Kent Mein
2006-02-11Added ability to render Zbuffer to an image.Kent Mein
2006-02-10===Python API===Ken Hughes
2006-02-08More things for easying the job of replacing proxy/working armatures in the s...Toni Alatalo
2006-02-07Add the WITH_OPENEXR to sconscript. I needed this for toni's latest SceneRend...Matt Ebb
2006-02-07additions to make the orange rendering preparation script work, sorry undocum...Toni Alatalo
2006-02-05- Header changes to support hdaudio, memcache limitor and framecount boost.Peter Schlaile
2006-02-05==Python API==Ken Hughes
2006-02-05Previous commit broke faces.extend() and edges.extend() for single edgesKen Hughes
2006-02-05UV Editor Tweaks:Brecht Van Lommel
2006-02-05==Python API==Ken Hughes
2006-02-04== SCons ==Nathan Letwory