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-07-16Demo mode and BPython:Willian Padovani Germano
2004-07-04- py docs updateJoseph Gilbert
2004-07-03Interface:Willian Padovani Germano
2004-07-03New scripts:Willian Padovani Germano
2004-06-26- added support for getting worlspace and localspace matrices from objects th...Joseph Gilbert
2004-06-24Scripts:Willian Padovani Germano
2004-06-24BPython:Willian Padovani Germano
2004-06-22added a new function to the World module : GetActive(), which returns the wor...Jacques Guignot
2004-06-21- Scripts:Willian Padovani Germano
2004-06-16- New Blender.Draw method by Campbell Barton (Cam / ideasman):Willian Padovani Germano
2004-06-15updated documentationJacques Guignot
2004-06-15- New script:Willian Padovani Germano
2004-06-14added a [get/set]Range function.Jacques Guignot
2004-06-14updated Metaball docJacques Guignot
2004-06-14added a new function to the Metaball module, (tks Jiri!) : getMetaElemListJacques Guignot
2004-06-11- new internal Property moduleJoseph Gilbert
2004-06-10- small updates to scripts and bpython docs, also fixed two warnings;Willian Padovani Germano
2004-06-08new function for the Metaball objects : addMetaelem, which allows users to cr...Jacques Guignot
2004-06-08BPython docs: small formatting fixes, basically, so that epydoc can generate ...Willian Padovani Germano
2004-06-07Replace deprecated methods from old api:Stephen Swaney
2004-06-06patch for bug #1347. IpoCurve.evaluate() missing/disappeared.Stephen Swaney
2004-06-04In Object.select() make the selected object the active object.Stephen Swaney
2004-06-03bugfix #1345. Curve.isNurb() segfault fixed.Stephen Swaney
2004-06-02new Object.select() and Object.isSelected() methods to manipulate theStephen Swaney
2004-05-25bugfix: #1322 minor tweaks to the documentation for Draw module.Stephen Swaney
2004-05-25Changed parameters names in addCurve function (suggested by Paolo)Jacques Guignot
2004-05-25BPython:Willian Padovani Germano
2004-05-25- documentation update for new functionsJoseph Gilbert
2004-05-25- added Boneclass supportJoseph Gilbert
2004-05-23BPython:Willian Padovani Germano
2004-05-20add some explanation about Object.Layer being a bitmask.Stephen Swaney
2004-05-20removed unused var in Object.getBoundBox()Stephen Swaney
2004-05-19BPython:Willian Padovani Germano
2004-05-18BPython:Willian Padovani Germano
2004-05-16bugfix: #1206 Object.getBoundBox() was returning obdata coordinates.Stephen Swaney
2004-05-15- added setBorder() to renderingContext to set border render rects from python.Joseph Gilbert
2004-05-15- bugfix #998 Object matrix incorrectJoseph Gilbert
2004-05-15- spelling error and example fixJoseph Gilbert
2004-05-12bugfix from bpy mail list:Stephen Swaney
2004-05-11- bugfix #1197 (New Bone.parent/child Access Destructive)Joseph Gilbert
2004-05-09BPython:Willian Padovani Germano
2004-05-05 - PyInt_AsLong() was called on a possibly NULL object, this may beDaniel Dunbar
2004-05-04 - fix silly scriptlink running code, pulled out convenientDaniel Dunbar
2004-05-02- Documentation for the new python APIJoseph Gilbert
2004-04-29fix for #1123 by Roland Hess (harkyman)Stephen Swaney
2004-04-29bump version numberStephen Swaney
2004-04-26bugfix: Ipo.addCurve() was creating a new Ipo block and adding curve thereStephen Swaney
2004-04-25BPython:Willian Padovani Germano
2004-04-25- finalize scene.render moduleJoseph Gilbert
2004-04-25BPython:Willian Padovani Germano