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-12-17Reverting to 2_2x BPYMartin Poirier
2007-12-02minor update, "Draw Handles" wasnt working when disabled everywhere and repla...Campbell Barton
2007-11-23==Python API==Campbell Barton
2007-09-03Update Python API to change to curve 'extrude' limit from 5 to 100.Ken Hughes
2007-08-01armature weakref fix from stable, Curve.c removed unneeded cruftCampbell Barton
2007-07-27missing include and added a warning to UIBlockCampbell Barton
2007-07-26fix from 2.44 for adding new curves.Campbell Barton
2007-07-21fix for Curve appendNurbCampbell Barton
2007-07-13Python APIKen Hughes
2007-06-29remove unneeded checks from the python APICampbell Barton
2007-05-28more memory leak fixes, though only a few are likely to happenCampbell Barton
2007-05-25Many long standing memory leaks fixed in the BPY api.Campbell Barton
2007-03-26Python APICampbell Barton
2007-03-17Fix various gcc warning, unused variables and incorrect type passed toKen Hughes
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-14made all python types that can do .__copy__(), also do .copy()Campbell Barton
2007-03-11made all data adding functions accept a name such as add_mesh or add_curve, p...Campbell Barton
2007-03-11moved python functions that deal with blender libdata into gen_library.c from...Campbell Barton
2007-03-08BPython APICampbell Barton
2007-03-06Python APIKen Hughes
2007-03-05Python APIKen Hughes
2007-03-01own error, missing braces.Campbell Barton
2007-02-23BPython APICampbell Barton
2007-01-16bugfix: #5581 Joining python created curves crashes BlenderStephen Swaney
2006-12-27Python APIKen Hughes
2006-12-27renameing datablocks was imposing a name limit on the python side.Campbell Barton
2006-12-26Python APIKen Hughes
2006-12-23Python APIKen Hughes
2006-12-17Python APIKen Hughes
2006-11-14Python API:Ken Hughes
2006-10-07removed some unused vars from Curve and matrixCampbell Barton
2006-10-06added comparison function to many python types so you can do == and =!Campbell Barton
2006-08-28===Python API===Ken Hughes
2006-08-15Added __copy__ to armature, material, curve, groupCampbell Barton
2006-04-16a little spring cleaning to remove some compiler warnings forStephen Swaney
2005-11-29-- Partial bugfix for #3186. curve.getControlPoint() wasn't DECREF-ingKen Hughes
2005-10-11- force setResolu() to update all NURBS belonging to a curveKen Hughes
2005-09-29fix Curve.update() method to use new DAG features.Stephen Swaney
2005-09-12patch #3011 ] update to curnurb.setFlagU doc, added set and get for TaperStephen Swaney
2005-09-09BPython:Willian Padovani Germano
2005-08-12 - remove some silly array copying code for nurb displist generationDaniel Dunbar
2005-07-18Header file clean up and warning fixesJoseph Gilbert
2005-07-14 - switch several instances of makeDispList to use more specific versionDaniel Dunbar
2005-07-14 - split makeDispList into makeDispList{Mesh,MBall,CurveTypes}, there isDaniel Dunbar
2005-06-17Some of the setattr functions created a tuple to pass to the set* functions a...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-17New methods for Curve module: getBevOb() and setBevOb()Stephen Swaney