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-12-26fixes for errors/warnings found with cppcheckCampbell Barton
2009-12-08compile python driver expressions for faster re-evaluation.Campbell Barton
2009-11-20option to have scripts run on startup for per blendfile UI'sCampbell Barton
2009-11-13changes python initializationCampbell Barton
2009-11-10Function declaration for BPY_context_getMartin Poirier
2009-08-10adding back button evaluation so you can do 1/60, 90*0.1 etc as well as dimen...Campbell Barton
2009-07-22remove scriptlinks,Campbell Barton
2009-07-092.5Ton Roosendaal
2009-06-23SVN maintenance.Guillermo S. Romero
2009-06-222.5: warning fixesBrecht Van Lommel
2009-06-14Blender/Python APICampbell Barton
2009-04-23F8Key reloads all python scripts and redraws for quick testingCampbell Barton
2009-04-20Drivers: "Scripted Expression" drivers (i.e. PyDrivers) work againJoshua Leung
2009-04-11Added back importing UI scripts rather then running,Campbell Barton
2009-04-11undo previous commit, changing running the script to importing it somehow mad...Campbell Barton
2009-04-11Changed the script UI registration to import rather then run each python script,Campbell Barton
2009-04-11UI:Brecht Van Lommel
2009-04-01Python Panels WIPCampbell Barton
2009-03-04run script in the text editor is back. UI scripts dont work yet.Campbell Barton
2009-02-28Python experimental UI APICampbell Barton
2009-02-162.5Joshua Leung
2008-12-212.5 - Compiling 'hacks' for pyJoshua Leung
2008-12-21wip operator py-apiCampbell Barton
2008-11-13Merge of trunk into blender 2.5:Brecht Van Lommel
2008-09-19== Python Space Handlers ==Willian Padovani Germano
2008-09-19== Python Script Links ==Willian Padovani Germano
2008-09-15added BLI_convertstringcwd, used so command line blendfiles and python script...Campbell Barton
2008-08-12Rolled back on rev. 16039. Had problems with display, messages being blank an...Ian Thompson
2008-08-09Python errors originating in the active text are now displayed at the top of ...Ian Thompson
2008-07-15Created a BPy module BPyTextPlugin to centralize functions used across the te...Ian Thompson
2008-07-15Any script can now register a unique key combination as part of its bpy heade...Ian Thompson
2008-04-23added ipo script template from blenderartists forTe, made scripts refresh on ...Campbell Barton
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
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-24Patch #8344:Joshua Leung
2008-02-20Python Bugfix,Campbell Barton
2008-02-13Added a global string to be used for the tempdir. since the user preference i...Campbell Barton
2008-01-07Patch to change license to GPL only, from GSR.Chris Want
2008-01-07Whole lot of changes.... here a shortlist:Ton Roosendaal
2007-12-24Part 4 of the event refactor branch: all changes in existing files,Ton Roosendaal
2007-12-24Step 3 for the initial commits for 2.5: removing src/ and python,Ton Roosendaal
2007-10-22== Constraints System - Recode 2 ==Joshua Leung
2007-08-18== PyConstraints ==Joshua Leung
2007-07-27=Draw Module Fixed=Joseph Eagar
2007-07-15== Constraints System ==Joshua Leung
2007-06-18== PyConstraints ==Joshua Leung
2006-06-12== Python Button Evaluation ==Martin Poirier
2006-05-01Small update for pydrivers: force reloading the pydrivers.py BlenderWillian Padovani Germano
2006-04-30Pydrivers: Ipo Drivers controlled by Python expressionsWillian Padovani Germano