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
2007-12-17Reverting to 2_2x BPYMartin Poirier
2007-12-13misc warning fixes and one fix for a big in curve allocationCampbell Barton
2007-11-09mistake in last commit Campbell Barton
2007-11-09PyTuple_Pack dosnt work with python 2.3 - removedCampbell Barton
2007-11-06==Python API==Campbell Barton
2007-06-16Python PyMethodDef supports single argument methods (METH_O) but was using ME...Campbell Barton
2007-04-28Adding Blender.Geometry function PointInTriangle2DCampbell Barton
2007-03-21moved the boxpacker from PyAPI's Geometry to BLI_boxpack2dCampbell Barton
2007-03-20BoxPack2D example in epydocs, small cleanup on Geometry.cCampbell Barton
2007-03-20Geometry.c - rewrote my python box-packer algo in C,Campbell Barton
2007-03-02various warnings fixes - mostly casting and initialization issuesJoseph Gilbert
2006-12-01clean up some warnings. no executable changes.Stephen Swaney
2006-10-08removed unusued vars from Geometry.cCampbell Barton
2006-10-07Added python func Blender.Geometry.LineIntersect2D(v1,v2,v3,v4)Campbell Barton
2006-07-03fixed an error in DECREF'ing a variable that could have been null, also gave ...Campbell Barton
2006-07-03Made geometrys polyfill work with all iterators (not just lists) and updated ...Campbell Barton
2006-07-02=== warnings cleanup ===Andrea Weikert
2006-07-02Adding new geometry module, at the moment it only contains polyfill.. more co...Campbell Barton