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-07-26== PyNodes ==Willian Padovani Germano
2008-07-03== Python, GE & Threads ==Willian Padovani Germano
2008-06-11bugfixCampbell Barton
2008-06-05numbutton python expression evaluation used driver dictionary, when EnableScr...Campbell Barton
2008-06-02Added missing newline for error print in Py-button expressionsJoshua Leung
2008-06-01functionality fixCampbell Barton
2008-05-09fix for [#6104] CR generates space at String CreationCampbell Barton
2008-05-09fix for [#10330] Can't import packages or modules from a user defined script ...Campbell Barton
2008-05-04Changed frame numbering to only alter hashes if they are in the filename (not...Campbell Barton
2008-04-29running scripts in background mode would crash blender when checking a script...Campbell Barton
2008-04-26BLI_split_dirfile was being used in cases it should not have been,Campbell Barton
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-30== bugfix ==Andrea Weikert
2008-03-18fix for [#7962] anomalous mem usage with pydrivers.py scriptsCampbell Barton
2008-03-17Running scripts with Blender.Run() would crash when reloading.Campbell Barton
2008-03-15fix for [#8559] Python script that uses FIleSelector and has an error in it s...Campbell Barton
2008-03-15fix bug in walking through script linked list (thanks VS)Benoit Bolsee
2008-03-07Another big purge of warnings. (Main culprits this time were Campbell and Geo...Joshua Leung
2008-03-07Made python scripts save and load in the blend file so you can have the same ...Campbell Barton
2008-02-26== BPython ==Willian Padovani Germano
2008-02-25Added PyGILState_Ensure and PyGILState_Release funcs around module reloading.Campbell Barton
2008-02-24== PyNodes ==Willian Padovani Germano
2008-02-24Purge of warnings from BPY_interface.cJoshua Leung
2008-02-24Patch #8344:Joshua Leung
2008-02-23=== PyNodes ===Nathan Letwory
2008-02-20Python BugfixCampbell Barton
2008-02-20Python Bugfix,Campbell Barton
2008-01-30PyConstraint Bugfix:Joshua Leung
2007-12-07miscellaneous edits from python development branch merged back into trunkCampbell Barton
2007-12-03import all math funcs (sin/cos/tan/e... etc) by default into buttons and driversCampbell Barton
2007-11-06==Python API==Campbell Barton
2007-10-23== PyConstraints - Now working again ==Joshua Leung
2007-10-22== Constraints System - Recode 2 ==Joshua Leung
2007-10-15updated pyconstraint template from nathan (cessen) which exposed some Campbell Barton
2007-10-15pyconstraints USE_TARGET wasnt being checked for true/false, was assumed True...Campbell Barton
2007-09-24bugfix - running scriptlinks did not initialize the armature weakref dict, th...Campbell Barton
2007-09-17when importing sys failed blender could crash on startup. Blender will now ex...Campbell Barton
2007-08-19Undefined reference to subtarget in last PyConstraint commit:Ken Hughes
2007-08-18== PyConstraints ==Joshua Leung
2007-07-25removing unneeded checksCampbell Barton
2007-07-15== Constraints System ==Joshua Leung
2007-06-20== PyConstraints - 2 Fixes ==Joshua Leung
2007-06-18== PyConstraints ==Joshua Leung
2007-06-16Fix a Python memory leak with the armature weakref code. setup_armature_weak...Ken Hughes
2007-05-25Many long standing memory leaks fixed in the BPY api.Campbell Barton
2007-04-18PyAPI.Campbell Barton
2007-03-30re-remove removed comment.Stephen Swaney
2007-03-30BPython: pydriversWillian Padovani Germano
2007-03-28Make a nice version number for printing Python version.Stephen Swaney