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
2004-04-23BPython:Willian Padovani Germano
2004-04-19-NLA module addedJoseph Gilbert
2004-04-04- added support for adding/parenting bones to armaturesJoseph Gilbert
2004-04-04Python API update. Again by Anders Nilsson.Michel Selten
2004-04-02Python API fixes. Provided by Anders Nilsson (breakin)Michel Selten
2004-03-11- fixed a few setattr calls to use tuple parsingJoseph Gilbert
2004-03-03- set/get Euler works with the real thing nowJoseph Gilbert
2004-02-29Mathutils library for the python APIJoseph Gilbert
2004-01-25Python bug fix for #724Michel Selten
2004-01-25Python bug fix for #875Michel Selten
2004-01-23BPython:Willian Padovani Germano
2004-01-17Scripts menus:Willian Padovani Germano
2004-01-16-reimplement OB_Surf support for curvesJoseph Gilbert
2004-01-15-bug fixes for materials updating - BalaGi found these bugsJoseph Gilbert
2004-01-13Converted the Userpreference buttons to zr's new ButBit calls.Rob Haarsma
2003-12-13support for curve objects.(the code was ready, but commented out)Jacques Guignot
2003-11-13BPython: fixing a few warningsWillian Padovani Germano
2003-11-13The new Lattice module for pythonJoseph Gilbert
2003-11-11Fixed some problems with makeParent()Joseph Gilbert
2003-11-08BPython:Willian Padovani Germano
2003-10-29Exppython:Willian Padovani Germano
2003-10-29added getIpo() function.Jacques Guignot
2003-10-26Exppython:Willian Padovani Germano
2003-10-24Exppython: fixed crash caused by linking to a scene objects with NULL obdata,...Willian Padovani Germano
2003-10-05Referenced a wrong variable. Stupid typo.Michel Selten
2003-10-05* Made internals of the Python Object module more consistent with otherMichel Selten
2003-09-23Exppython:Willian Padovani Germano
2003-09-20Exppython:Willian Padovani Germano
2003-09-18Exppython:Willian Padovani Germano
2003-09-17* Fix bug in Object.getEuler() and Object.setEuler() methodsMichel Selten
2003-09-03function PyArgsParse changed for PyArgsParseTuple by Stephen ( not so that su...Jacques Guignot
2003-08-27* Fix crash when linking something illegal to an Object.Michel Selten
2003-08-10* Fix crash in the getParent() and getTracked() methods of the Python API.Michel Selten
2003-07-31* Linking a Mesh object to the base object was not possible. Fixed.Michel Selten
2003-07-30* Fixed crash in Object.getTracked() methodMichel Selten
2003-07-27* Fixed problems in with script linking.Michel Selten
2003-07-25bug fixes in functions getLocation and similar.Jacques Guignot
2003-07-22* Fix an ugly crash when retrieving an object and trying to get the ipo fromMichel Selten
2003-07-22removed the patch for ipo attr, which had side effectsJacques Guignot
2003-07-22modified the function getattr, which crashed blender when someone tried to ac...Jacques Guignot
2003-07-11* Object_getInverseMatrix now returns a correct matrix.Michel Selten
2003-07-10anged CurveCreatePyObject to Curce_CreatePyObjectJacques Guignot
2003-07-09added what needed to link a curve to an object (modification of Object_linkJacques Guignot
2003-07-09* Forgot to update the Object.name variable functionality. Had a bug in it toMichel Selten
2003-07-07* removed some debugging prints. Accidentally committed them last time.Michel Selten
2003-07-06* Fixed:Michel Selten
2003-06-29* The Object.get and Object.getSelected will become obsolete in the future.Michel Selten
2003-06-29* Added some internal functions to the Material moduleMichel Selten
2003-06-28* Added functionality to the Object module for getting and setting the name ofMichel Selten
2003-06-28- More renaming all around to follow our conventionsWillian Padovani Germano