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
2010-02-12correct fsf addressCampbell Barton
2010-02-11bpy.utils.home_paths, use this to get script paths for the user/local/system ...Campbell Barton
2010-02-10fix for python not being able to call operators with a executuon context.Campbell Barton
2010-02-01Fix loading python modules (like netrender)Martin Poirier
2010-02-01Mathutils doc improvements + other small thingsCampbell Barton
2010-01-31pep8 changesCampbell Barton
2010-01-30bugfix [#20638] not loading script in user script directory when startupCampbell Barton
2010-01-30utility functions is_negative_m3 & is_negative_m4, added python Mathutils acc...Campbell Barton
2010-01-29Add cfg folder for keyconfigs (and possibly others later) to be imported afte...Martin Poirier
2010-01-28missed some files last commit.Campbell Barton
2010-01-28move bpy.load_scripts --> bpy.utils.load_scriptsCampbell Barton
2010-01-28* Mathutils attributes documented - http://www.blender.org/documentation/250P...Campbell Barton
2010-01-26update tagged objects in the scene after calling each operator, this makes ru...Campbell Barton
2010-01-25make exception a bit nicer (since wiki docs dont make much sense how it was b...Campbell Barton
2010-01-23- panel python templateCampbell Barton
2010-01-22- bugfix (user supplied fix) [#20745] makesrna with rename error.Campbell Barton
2010-01-22continue when there are errors on reloading scriptsCampbell Barton
2010-01-22initial sphinx doc generation support for python and C modules.Campbell Barton
2010-01-20Patch from Jochen Schmitt, (various distro's had patched this)Campbell Barton
2010-01-18python script reloading (f8)Campbell Barton
2010-01-12[#20646] 2.5 does not load python scripts with multiple dots in the filenameCampbell Barton
2010-01-03new python submodule. eg.Campbell Barton
2009-12-31remove python api cruft from custom operator registrationCampbell Barton
2009-12-31Macro registration using the normal rna registration methods (like operators).Martin Poirier
2009-12-28new python module constantsCampbell Barton
2009-12-26pep8 edits, removed MakeCursor.py and rna_array.py, not important to make pep8Campbell Barton
2009-12-24* register operators like other classesCampbell Barton
2009-12-13script for automating pep8 checks.Campbell Barton
2009-12-11* added an armature submenu where python defined armatures can go.Campbell Barton
2009-12-06pep8 edits and fix some warningsCampbell Barton
2009-12-05fixes for automatic tests and some errors in last commitCampbell Barton
2009-12-05Support for the C Macro system in Python.Martin Poirier
2009-12-02multiple script paths broke text template menuCampbell Barton
2009-12-01User Script support added back.Campbell Barton
2009-11-28simple fixesCampbell Barton
2009-11-23- made properties in the view3d panel only show when there are some propertie...Campbell Barton
2009-11-22- hide members of bpy from dir() and autocomp.Campbell Barton
2009-11-22- aspectx wasnt saved in the render presetCampbell Barton
2009-11-19operator properties were not the correct typeCampbell Barton
2009-11-15skip rna property & function lookups for members starting with "_" (since mak...Campbell Barton
2009-11-13F8 reload works again, script errors are printed but dont stop loading every ...Campbell Barton
2009-11-13changes python initializationCampbell Barton