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-03-21update to trunk r14199ndofJean-Luc Peurière
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-14resolved conflict state with HEAD r14096Jean-Luc Peurière
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
2008-03-03* Bugfix #8426: certain hooks options segfaulted Joshua Leung
2008-03-02Py API - rename UndoPush to SaveUndoStateCampbell Barton
2008-03-02* temproary -> temporary topy fxiNathan Letwory
2008-03-01Fix for bug [#8405] makeParentDeform segfaults BlenderCampbell Barton
2008-03-01Removed warning from py-api codeJoshua Leung
2008-02-29Wrap UndoPush with python, needed for apricot, so changes made be scripts can...Campbell Barton
2008-02-27Fix for bug: cross platform strand render differences with kink/branch.Brecht Van Lommel
2008-02-25Fix for bug #8081: python script crash writing MFace.uv.Brecht Van Lommel
2008-02-25Purge of compiler warnings (number 2):Joshua Leung
2008-02-25== BPython ==Willian Padovani Germano
2008-02-24Patch #8344:Joshua Leung
2008-02-23=== PyNodes ===Nathan Letwory
2008-02-23=ID Property Bugfix=Joseph Eagar
2008-02-22* Displacement baking wasnt working with negative distances.Campbell Barton
2008-02-22adding access to missing bake variables from pythonCampbell Barton
2008-02-21made auto threads default (noob's get faster renders in their dual core CPU's)Campbell Barton
2008-02-20Python BugfixCampbell Barton
2008-02-19python API: added support for screen font 12(fix-width) as "normalfix"Remigiusz Fiedler
2008-02-18Bugfix: yafray number of processors was not properly initialized, andBrecht Van Lommel
2008-02-16fix for [#8257] double-freeing pointers from sculpt codeCampbell Barton
2008-02-15Python api addition PupTreeMenu() - for apricotCampbell Barton
2008-02-13== BPython API ==Willian Padovani Germano