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-06-25added r/w access to nurb curves orderU for migiusCampbell Barton
2008-04-18Used GET_INT_FROM_POINTER to get rid of many warnings that only occurred with...Campbell Barton
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-07miscellaneous edits from python development branch merged back into trunkCampbell Barton
2007-11-10==Python API==Campbell Barton
2007-06-29remove unneeded checks from the python APICampbell Barton
2007-06-16Python PyMethodDef supports single argument methods (METH_O) but was using ME...Campbell Barton
2007-05-25Many long standing memory leaks fixed in the BPY api.Campbell Barton
2007-03-15removed unneeded dealloc functionsCampbell Barton
2007-03-15removed duplicate functionality, macro's and functions existed to check a PyO...Campbell Barton
2007-03-06Python APIKen Hughes
2007-01-13Python APIKen Hughes
2007-01-04removed blender2cal3d.py, this is the second time where nobody has been able ...Campbell Barton
2006-04-16a little spring cleaning to remove some compiler warnings forStephen Swaney
2005-12-01Make curnurb.flagU and curnurb.flagV range check their inputs, plus makeKen Hughes
2005-10-16- Bugfix #3194: calling curve.appendNurb() with any number of float paramKen Hughes
2005-09-14Memory management flag to behave better, as hinted by Ken Hughes.Toni Alatalo
2005-08-09Big commit, had to rework lots of selection stuff so that thingsDaniel Dunbar
2005-07-18Header file clean up and warning fixesJoseph Gilbert
2005-06-17My patch to BPy's curve module (applied by stivs) had a small mem leak. Fixin...Martin Poirier
2005-06-13Patch from Martin Poirier.Stephen Swaney
2005-05-12bugfix: #2254 Curve.appendPoint() gives segfault in PySequence_Check().Stephen Swaney
2005-04-22Fix previous fix by moving some code around to try to please everyone.Stephen Swaney
2005-04-22fix compiler error with gcc 4.0. mismatched declarations.Stephen Swaney
2005-04-17More Curve Module features: access to the attributes flagU and flagVStephen Swaney
2005-02-09BPython:Willian Padovani Germano
2005-01-13New methods: Curve.isCyclic(), CurNurb.isCyclic() for checking if curve is c...Stephen Swaney
2004-10-07Another step in the Big Bpy Cleanup.Stephen Swaney
2004-09-26Another round in the Great BPy Cleanup:Stephen Swaney
2004-07-29some code cleanup. minor bug fixage: don't try to free null ptrs.Stephen Swaney
2004-07-22New Curve method Curve.appendPoint( numcurve, newpoint ) to addStephen Swaney