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 (Collapse)Author
2018-12-21RNA: naming, user-preferences -> preferencesCampbell Barton
2016-07-30Cleanup: pep8Campbell Barton
2015-01-29cleanup: pep8Campbell Barton
also remove empty class parenthesis
2013-01-16style cleanupCampbell Barton
2013-01-15add user_preference access to _RestrictContext() so addons can access their ↵Campbell Barton
own preferences on load.
2012-12-20py api: add restrict state context manager (thats python's context not ↵Campbell Barton
blenders context), which restricts bpy.context and bpy.data. enable this for loading scripts in 'startup' too.