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
2007-12-24Step 3 for the initial commits for 2.5: removing src/ and python,Ton Roosendaal
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
2006-05-22=== Python API ===Martin Poirier
2006-05-20=== Python API ===Martin Poirier
2006-05-19Image and Draw wernt converting the paths of an image properly.Campbell Barton
2006-04-16a little spring cleaning to remove some compiler warnings forStephen Swaney
2006-01-08BPy:Martin Poirier
2005-11-30-- Bugfix #3186: Fix memory leaks caused by multiple calls toKen Hughes
2005-07-18Header file clean up and warning fixesJoseph Gilbert
2005-07-063D view orbit option: Around ActiveMartin Poirier
2005-06-12Scripts:Willian Padovani Germano
2005-06-11BPython bug fixes:Willian Padovani Germano
2005-05-25BPython bug fixes:Willian Padovani Germano
2005-05-20BPython: bug fixes / patches from trackersWillian Padovani Germano
2005-05-09BPython:Willian Padovani Germano
2005-03-20 - remove all obsolete inclusions of BLI_winstuff.h (due to recent changes)Daniel Dunbar
2005-02-16BPython bug fixes:Willian Padovani Germano
2005-01-13BPython:Willian Padovani Germano
2004-11-09BPython:Willian Padovani Germano
2004-09-26Another round in the Great BPy Cleanup:Stephen Swaney