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
2009-02-28* blender doesn't need the -w anymore to start in a windowCampbell Barton
2008-11-08* typo fixNathan Letwory
2008-11-08=== BPy API ===Nathan Letwory
2008-10-22added an option for python Draw.UIBlock(func, mouse_exit) so moving the mouse...Campbell Barton
2008-09-29resolve some compiler warnings with intel c/c++ compilerCampbell Barton
2008-09-14running scripts in background mode would crash in some cases. (tested all scr...Campbell Barton
2008-08-17== BPython API ==Willian Padovani Germano
2008-05-31bugfix for own error, introduced when running scripts were saved with the ble...Campbell Barton
2008-05-25patch [#11491] Fix for bug 11362: Blender.Draw.Image() method does not clip ...Campbell Barton
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
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-03-15fix for [#8559] Python script that uses FIleSelector and has an error in it s...Campbell Barton
2008-03-07Made python scripts save and load in the blend file so you can have the same ...Campbell Barton
2008-02-25Purge of compiler warnings (number 2):Joshua Leung
2008-02-25== BPython ==Willian Padovani Germano
2008-02-23=== PyNodes ===Nathan Letwory
2008-02-19python API: added support for screen font 12(fix-width) as "normalfix"Remigiusz Fiedler
2008-02-15Python api addition PupTreeMenu() - for apricotCampbell Barton
2007-12-17Reverting to 2_2x BPYMartin Poirier
2007-12-12for button popups, dont close unless you click or press escape, this would of...Campbell Barton
2007-08-21obj export had the overwrite confirmation commented out from testing, UIBlock...Campbell Barton
2007-07-27=Draw Module Fixed=Joseph Eagar
2007-07-22fixed some bugs in Draw.cCampbell Barton
2007-07-13Revision: 11257 from 2.44 stableCampbell Barton
2007-06-21Silenced a few compiler warningsJoshua Leung
2007-06-19changed floating point values in python to display one more decimal place- BM...Campbell Barton
2007-06-16Python PyMethodDef supports single argument methods (METH_O) but was using ME...Campbell Barton
2007-06-04OBJ smooting groups exported enabled for by default for the first smooth grou...Campbell Barton
2007-05-25Many long standing memory leaks fixed in the BPY api.Campbell Barton
2007-04-28Python APIKen Hughes
2007-04-28Draw.c - error setting the callback button values when using UIBlock (was not...Campbell Barton
2007-04-24editface.c & buttons_logic.c & Draw.c & verse_session.c - added missing headerCampbell Barton
2007-04-22New UI popup block Blender.Draw.UIBlock(func) - similar to PupBlock but less ...Campbell Barton
2007-03-27PyAPICampbell Barton
2007-03-17More fix various gcc warning, mainly related to signed/unsigned parametersKen Hughes
2007-03-16type initialization updates, and refcount fix for lamp, reverted some changes...Campbell Barton
2007-03-15removed duplicate functionality, macro's and functions existed to check a PyO...Campbell Barton
2007-03-02various warnings fixes - mostly casting and initialization issuesJoseph Gilbert
2007-01-06made comparing buttons the same as comparing thir values.Campbell Barton
2006-12-27added Draw.Normal() for the normal rotating sphere button, mostly the same as...Campbell Barton
2006-12-23Added Draw.BeginAlign(), Draw.EndAlign()Campbell Barton
2006-12-20The Big Image refactor!Ton Roosendaal
2006-12-16Sys.c was getting the path seperator out of the python dict and converting it...Campbell Barton
2006-09-303rd attempt to commit, metaball fixes and small vector optimizationCampbell Barton
2006-06-27BPython:Willian Padovani Germano
2006-06-24Draw.c fixed error in exception I added with string max length.Campbell Barton
2006-06-20Enforced a limit of 399 (UI_MAX_DRAW_STR) for pythons button object. using la...Campbell Barton
2006-06-20scaled comparison adjustment only effects editmode select groupCampbell Barton
2006-06-05Clicking on the arrows of a python float button did not change the value :/ -...Campbell Barton