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
2017-03-29PyAPI: minor path init simplificationCampbell Barton
2016-07-30Cleanup: pep8Campbell Barton
2015-11-16Cleanup: remove unused profiling from bpyCampbell Barton
2014-12-18PyAPI: disallow assigning members to 'bpy.ops'Campbell Barton
2013-02-10use import rather then assignment for loading '_' into scripts.Campbell Barton
2012-06-20style cleanupCampbell Barton
2012-03-29fix [#30402] modules dir missing from sys.pathCampbell Barton
2011-11-03modify previous api feature to tag functions as permanent, use nicer decorato...Campbell Barton
2011-10-17correct spelling errors in commentsCampbell Barton
2011-08-12add bpy.types as a module for convenient imports, eg:Campbell Barton
2011-07-31py api: sphinx doc corrections, pep8 cleanup and style edits, also added __al...Campbell Barton
2011-07-29pep8 cleanup, also print message when attempting to run in animation player m...Campbell Barton
2011-07-01minor pep8 editsCampbell Barton
2011-06-29console autocomp import now excludes '_' prefixed variables and the results a...Campbell Barton
2011-04-04fix [#26757] Python console: help() doesn't work anymoreCampbell Barton
2011-03-23missed committing this beforeCampbell Barton
2011-03-21move script directories for internal blender scripts.Campbell Barton
2011-02-27lazy load pydoc module. move help() replacement into console code rather then...Campbell Barton
2011-01-01pep8 cleanupCampbell Barton
2010-12-11allow addons/modules path so extension authors can develop their own shared m...Campbell Barton
2010-11-20- use relative imports for packagesCampbell Barton
2010-09-07ran through pep8 checkerCampbell Barton
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-06bugfix [#23194] export UVs miss the extension fileCampbell Barton
2010-05-30- Python console argument '--python-console', option so you can start blender...Campbell Barton
2010-03-21[#21682] help() doesn't work in the consoleCampbell Barton
2010-03-15pep8 warningsCampbell Barton
2010-03-08workaround for [#21486] Python debuger pdb don't workCampbell Barton
2010-02-28remove so-called security patch,Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-01Mathutils doc improvements + other small thingsCampbell Barton
2010-01-31pep8 changesCampbell 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-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-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-28new python module constantsCampbell Barton
2009-12-26pep8 edits, removed MakeCursor.py and rna_array.py, not important to make pep8Campbell Barton
2009-12-13script for automating pep8 checks.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-01User Script support added back.Campbell 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