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
2008-04-22bpy sequencer api can add color strips, changing strip length wasnt re-alloca...Campbell Barton
2008-04-18Used GET_INT_FROM_POINTER to get rid of many warnings that only occurred with...Campbell Barton
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-04-15Ipo View Option - Loc View Area - stops using each ipo's view area when chang...Campbell Barton
2008-04-13* Made Armature auto name L/R, Top/Bot, Fr/Bk remove existing, known extensions.Campbell Barton
2008-04-10Fix for render scemode in the python api, forgot to commit this fileBrecht Van Lommel
2008-04-09Made aspx/y into floats so we can render precise regions (for apricot terrain...Campbell Barton
2008-04-09API Doc for new Object attributes trackAxis and upAxis.Stephen Swaney
2008-04-07Doh! Typo - replace [Y] with [Z].Stephen Swaney
2008-04-07added an optional arg for object.getBoundBox(worldspace) - so you can get loc...Campbell Barton
2008-04-07annoyance with python api, Blender.Library.Datablocks should always return an...Campbell Barton
2008-04-07fix for [#6342] Collada 1.4 import (of perhaps corrupt collada files) leads t...Campbell Barton
2008-04-06Python API - read access to Track and Up axis attributes for Object.Stephen Swaney
2008-04-05fix compiler warning: comparison between signed and unsignedStephen Swaney
2008-04-05PyAPI - setting a buttons string value crashed. suspect this is a 64bit probl...Campbell Barton
2008-04-01Fix for bug #8629: python object.boundingBox was not in worldspaceBrecht Van Lommel
2008-03-31TimeLine PyType was not getting initialized, causing auto-completion in the i...Campbell Barton
2008-03-30== bugfix ==Andrea Weikert
2008-03-29own typo in py apiCampbell Barton
2008-03-29some fixes for python baking functionCampbell Barton
2008-03-27made editmode only force smooth shading when vcols are present (as joe sugges...Campbell Barton
2008-03-26Python APIKen Hughes
2008-03-25fix for [bf-blender-Bug Tracker][8739] image selector never exits.Campbell Barton
2008-03-22Removing some compiler warnings. Joshua Leung
2008-03-20Python APIKen Hughes
2008-03-19saveRenderedImage dosnt work in backgrond mode, so added a warning in the doc...Campbell Barton
2008-03-19added a warning in python api abot ipo curves. minor change to curve.c Campbell Barton
2008-03-18patch from Paul Rotering (pryon)Campbell Barton
2008-03-17Running scripts with Blender.Run() would crash when reloading.Campbell Barton
2008-03-17- [#8589] Scripts which use file selector not working correctlyCampbell Barton
2008-03-17missing headerCampbell Barton
2008-03-16== PyNodes ==Willian Padovani Germano
2008-03-16[8559] Python script that uses FIleSelector and has an error in it segfaults ...Campbell Barton
2008-03-16Constraints PyAPI:Joshua Leung
2008-03-16Constraints Py-Api:Joshua Leung
2008-03-15fix for [#8559] Python script that uses FIleSelector and has an error in it s...Campbell Barton
2008-03-15forgot to free memory for python api mesh.getTangents()Campbell Barton
2008-03-14added mesh.getTangents() to the python apiCampbell Barton
2008-03-12Moved recent addition of get/setPixelF to get/setPixelHDR and kept get/setPix...Campbell Barton
2008-03-12Added python access to TEXFACE_ALPHACampbell Barton
2008-03-11Bugfixes:Joshua Leung
2008-03-11fix for cam.setScale(), cam.setClipStart(), cam.setClipEnd() andCampbell Barton
2008-03-10Applied [#7076] Updated Python Image API to use float buffers in getPixelF/se...Campbell Barton
2008-03-09fix for uninitialized variables in uv stretch drawing,Campbell Barton
2008-03-08Bugfix #8478: Constraints PyApi for setting targetspace non-functionalJoshua Leung
2008-03-07snap menu order change, as suggested by Theeth, fix for own error with Window...Campbell Barton
2008-03-07PyAPI - Window.TestBreak() - True if the user pressed escape.Campbell Barton
2008-03-07Python APIKen Hughes
2008-03-07Made python scripts save and load in the blend file so you can have the same ...Campbell Barton
2008-03-04PyAPI: create scene sequence data if its not there when getting scene.sequenceCampbell Barton