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-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
2007-03-26py apiCampbell Barton
2007-03-21Python APIKen Hughes
2007-03-21Python APIKen Hughes
2007-03-20Python APIKen Hughes
2007-03-19added mesh skin to the face key menu and added a python slot here.Campbell Barton
2007-03-11moved python functions that deal with blender libdata into gen_library.c from...Campbell Barton
2007-03-10added "bpy" as a module imported by default to replace Blender.Main as a new ...Campbell Barton
2007-03-02made libdata iterator types use existing function from BPY_interface - ID_asP...Campbell Barton
2007-02-25print out the subversion of the Python version string. ex 2.4.2Stephen Swaney
2007-02-21text.makeCurrent() works now, it depends on the script menu type, so will onl...Campbell Barton
2007-02-09==== bugfix ====Andrea Weikert
2007-01-31Bugfix for #5000Stephen Swaney