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
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
Should also fix the broken py ops tips...
2012-04-06some pedantic load time speedup by not loading modules (math and subprocess ↵Campbell Barton
in this case)
2012-01-01pep8 editsCampbell Barton
2011-12-09global is python keyword so cant use as operator argument,Campbell Barton
also ran operator cheat sheet and made sure no syntax errors. + minor pep8 edits.
2011-12-09[#29509] Randomize rotations fails with Axis/AngleDaniel Salazar
Fix based on Brecht's idea: use Blender's conversion from quat or axis angle to euler and back. Euler rotations are left alone so their rotation order is respected
2011-12-08randomize transform operators 'rotation' property subtype changedM.G. Kishalmi
from TRANSLATION to EULER and tweaks needed along with that.
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 ↵Campbell Barton
mesh_utils.mesh_linked_faces()
2011-03-21move script directories for internal blender scripts.Campbell Barton
ui/ --> startup/bl_ui op/ --> startup/bl_operators scripts/startup/ is now the only auto-loading script dir which gives some speedup for blender loading too. ~/.blender/2.56/scripts/startup works for auto-loading scripts too.