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
2020-11-04UI: avoid using "loc/rot", use full words instead.Pablo Vazquez
2019-05-09Cleanup: unused args/vars/imports in bl_operatorsCampbell Barton
2019-03-07Fix T61761: Randomize Transform is an object mode operatorJacques Lucke
2019-02-20Units: Use correct units for transform operatorsWilliam Reynish
2018-09-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-07-11PyAPI: Use annotations for RNA definitionsCampbell Barton
2018-06-26Cleanup: pep8 function indentationCampbell Barton
2017-11-29Cleanup: Python importsCampbell Barton
2017-03-18PyAPI: remove bpy.utils.register_module()Campbell Barton
2013-01-23code cleanup: dont use 'bpy.context' when 'context' is availableCampbell Barton
2012-07-04Last spell checking (for now).Bastien Montagne
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-04-06some pedantic load time speedup by not loading modules (math and subprocess i...Campbell Barton
2012-01-01pep8 editsCampbell Barton
2011-12-09global is python keyword so cant use as operator argument,Campbell Barton
2011-12-09[#29509] Randomize rotations fails with Axis/AngleDaniel Salazar
2011-12-08randomize transform operators 'rotation' property subtype changedM.G. Kishalmi
2011-12-06more minor py editsCampbell Barton
2011-12-06remove invalid NULL checks from own recent commit and minor pep8 edits.Campbell Barton
2011-12-05(no commit message)Daniel Salazar
2011-08-19py style change only - make property definitions consistentCampbell Barton
2011-08-12import common classes from bpy.types, saves ~1000 python getattrs on startup.Campbell Barton
2011-07-25style changes for operator scripts & some pep8 edits.Campbell Barton
2011-04-01pep8 checker, mostly pedantic style changes but also found an error in mesh_u...Campbell Barton
2011-03-21move script directories for internal blender scripts.Campbell Barton