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-07-25removing unneeded checksCampbell Barton
2007-07-22fixed some bugs in Draw.cCampbell Barton
2007-07-21== Transformation Constraint ==Joshua Leung
2007-07-21fix for Curve appendNurbCampbell Barton
2007-07-20removing 2 getset duplicates Campbell Barton
2007-07-17== Constraints Work - PyAPI ==Joshua Leung
2007-07-15was missing colorband from the flags in the epy docsCampbell Barton
2007-07-15== Constraints System ==Joshua Leung
2007-07-13Python APIKen Hughes
2007-07-13Revision: 11257 from 2.44 stableCampbell Barton
2007-07-12Python APIKen Hughes
2007-07-12From stableCampbell Barton
2007-07-09Was a missing -DWITH_FFMPEG here so I added it.Kent Mein
2007-07-07Correct comments in example for Python Ipo module doc.Ken Hughes
2007-07-05Ipo doc correction thanks to kempollerCampbell Barton
2007-07-03was missing a decref and leaking ram when building the static particle listCampbell Barton
2007-07-01replace PyInt_CheckExact with PyInt_Check, same for floats and strings so sub...Campbell Barton
2007-06-30reversing unintentional changes.Campbell Barton
2007-06-30mixed decloration, own Lattice typo'sCampbell Barton
2007-06-29same as 2.44 stable - missing NULL checks.Campbell Barton
2007-06-29remove unneeded checks from the python APICampbell Barton
2007-06-29patch from harkyman to make it possible to extend images to span more frames ...Campbell Barton
2007-06-28Mesh.c - added missing error checking for vert ranges and that verts are valid.Campbell Barton
2007-06-23PyAPI - incorrect docstrings for colorbandsCampbell Barton
2007-06-22(Python Object API)Campbell Barton
2007-06-21Silenced a few compiler warningsJoshua Leung
2007-06-19changed floating point values in python to display one more decimal place- BM...Campbell Barton
2007-06-18== PyConstraints - BPy API Access ==Joshua Leung
2007-06-18== PyConstraints ==Joshua Leung
2007-06-16missing decref.. win Window.RedrawAll() pointed out by kenCampbell Barton
2007-06-16Python API, more METH_VARARGS to METH_OCampbell Barton
2007-06-16Python PyMethodDef supports single argument methods (METH_O) but was using ME...Campbell Barton
2007-06-12fix own error - EXPP_getScriptLinks, was returning an unset list.Campbell Barton
2007-06-08added an optional window ID arg to Window.ViewLayers so you can set the layer...Campbell Barton
2007-06-06yafray settings access from Py APICampbell Barton
2007-06-05Another bug found thanks to Coverity.Kent Mein
2007-06-04-> Custom Properties for Mesh entitiesGeoffrey Bantle
2007-06-04OBJ smooting groups exported enabled for by default for the first smooth grou...Campbell Barton
2007-06-02made change to NMesh decrefing suggested by theeth, and added 2 more missing ...Campbell Barton
2007-06-02pointInside wasnt working properly (did work with the examples I was using wi...Campbell Barton
2007-06-01when removing py_build value I removed this but shouldnt have, however theres...Campbell Barton
2007-06-01buttons editing didnt let lib-obdata to changed once set (thanks for the repo...Campbell Barton
2007-06-01When converting from TF_SELECT to use the mfaces selection flag only I missed...Campbell Barton
2007-05-31scene.camera was missing from docsCampbell Barton
2007-05-29== PY API ==Joshua Leung
2007-05-29== PY-API Docs ==Joshua Leung
2007-05-29passing None to Blender.Mathutils.Quaternion would segfaultCampbell Barton
2007-05-28Adding Text3d.JUSTIFY, thanks "Oliver Schneider" <oliffm@web.de>Joilnen Leite
2007-05-28fix for a crash in Blender.Mesh,Campbell Barton
2007-05-28adding object.matrixParentInverseCampbell Barton