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
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
2005-03-19- patch submitted by guitargeekJoseph Gilbert
2005-03-06New Bpy type Text3d for accessing Blender's Font objects.Stephen 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
2004-06-07Replace deprecated methods from old api:Stephen Swaney
2004-06-03bugfix #1345. Curve.isNurb() segfault fixed.Stephen Swaney
2004-03-29General housekeeping and cleanup. Move static declarations andStephen Swaney
2003-11-11fixed the bug Joseph Gilbert found in numerous python files.Stephen Swaney
2003-09-03Modification of the GetControlPoint function by Stephen, who is now responsib...Jacques Guignot
2003-07-10change the values of the functions get/set size/loc/rot to lists.Jacques Guignot
2003-07-09added what needed to link a curve to an object (modification of Object_linkJacques Guignot
2003-07-04deleted print function, which caused crashes.Jacques Guignot
2003-06-28- More renaming all around to follow our conventionsWillian Padovani Germano
2003-06-27some cleanup; naming conventionsJacques Guignot
2003-06-22several bug fixesJacques Guignot
2003-06-12* Small changes in many files:Willian Padovani Germano
2003-06-09* Applied a small fix to a bug reported by Guignot:Willian Padovani Germano
2003-06-03* Fix compilation errors on Windows hopefully. Implemented the suggestion doneMichel Selten
2003-05-29* Module Curve updated:Willian Padovani Germano
2003-05-20Guignot implemented 3 functions needed by the Object ModuleWillian Padovani Germano
2003-05-17* Added Blender.Curve submodule, written by Jacques Guignot (guignot):Willian Padovani Germano