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-24Step 3 for the initial commits for 2.5: removing src/ and python,Ton Roosendaal
2007-07-07Correct comments in example for Python Ipo module doc.Ken Hughes
2007-07-05Ipo doc correction thanks to kempollerCampbell Barton
2007-02-27added id_attributes.py, this containes ID doc strings, all datablocks that ha...Campbell Barton
2006-12-26Python APIKen Hughes
2006-06-28===Python API===Ken Hughes
2006-04-22===Python API===Ken Hughes
2006-03-11===Python API===Ken Hughes
2006-01-15Bugfix #3731: User reported that cyclic IPO curves reported the wrong valueKen Hughes
2006-01-01Bug fix #3671: Blender.Beztriple.New() did not accept sequences as parameters,Ken Hughes
2005-12-17-- Bugfix #3617; addBezier() was not initializing all the attributes forKen Hughes
2005-12-06More corrections and additions to Ipo and IpoCurve documentation.Ken Hughes
2005-12-05Fix unchecked parameter in M_Ipo_Recalc, and some documentation fixes.Ken Hughes
2005-11-17-- fix small problem with Ipocurve.recalc(); recomputed handles but did notKen Hughes
2005-11-17-- fix documentation error (replace removeCurve() with delCurve())Ken Hughes
2005-10-26Python API AdditionsJohnny Matthews
2005-10-25-Bugfix #3254: Ipo.addCurve() didn't check if curve already existed beforeKen Hughes
2005-06-15Changes to Documentation Format ONLY.v2.37aStephen Swaney
2005-05-24updates to doc strings in code and doc from Ken Hughes.Stephen Swaney
2005-05-21Ipo doc update. Contributed by Ken Hughes.Stephen Swaney
2005-04-24New IPO methods.Stephen Swaney
2004-12-17bugfix: #2025 getCurveBP (and others) segfaultStephen Swaney
2004-08-07Fix typo in documentationNathan Letwory
2004-07-28Scripts:Willian Padovani Germano
2004-07-27fix epydoc formatting errors.Stephen Swaney
2004-07-27Nathan's huge ipo patch.Ton Roosendaal
2004-06-08BPython docs: small formatting fixes, basically, so that epydoc can generate ...Willian Padovani Germano
2004-05-25Changed parameters names in addCurve function (suggested by Paolo)Jacques Guignot
2004-04-08fix for bug #1115Stephen Swaney
2004-04-07fix for bug 1110.Stephen Swaney
2004-04-03Bug fix provided by Anders Nilssen.Michel Selten
2004-04-02Anders Nilsson has promissed me to provide some updated Python API docs :)Michel Selten
2004-03-25add info about units for rotation IPOs and Object Euler angles.Stephen Swaney
2004-03-05Fix for Bug 1039Stephen Swaney
2004-03-05Fix for Bug 1045.Stephen Swaney
2003-12-17Modification of the function getCurvecurval suggested by Jiba. This function ...Jacques Guignot
2003-10-28Updated documentation for the getCurves function.Jacques Guignot
2003-10-27Update of the documentation files for the new IPO functionsJacques Guignot
2003-08-05removed unuseful function calls in BezTriple.[ch]Jacques Guignot
2003-08-01Added a new function (member of the Ipo object) EvaluateCurveOn(int pos, floa...Jacques Guignot
2003-07-22Exppython docs:Willian Padovani Germano
2003-07-10removed a wrong parameter nameJacques Guignot
2003-07-10Documentation fot the Ipo moduleJacques Guignot