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...
2011-10-08fix for align objects with non mesh objects.Campbell Barton
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-29pep8 cleanup, also print message when attempting to run in animation player ↵Campbell Barton
mode.
2011-07-25more vector order switching.Campbell Barton
2011-07-25style changes for operator scripts & some pep8 edits.Campbell Barton
2011-07-22Let's try default High Quality for object align, it's slow but it's simply ↵Daniel Salazar
the correct way, users can disable while tweaking the align modes and then enable again for final result IF they are working on *dense* meshes
2011-07-19Speedup, do only one global matrix grab per objDaniel Salazar
2011-07-19Object Align operator: coudn't resist and added a high quality (slower) ↵Daniel Salazar
option to get perfect alighment on complex shapes with rotation/scaling :D sexy example: http://www.pasteall.org/pic/show.php?id=15171
2011-07-19Object Align operator now correctly computes a *global* bounding box for all ↵Daniel Salazar
objects. This makes rotated or scaled objects work like they should. Now it's still derived from object's bounding box so it will not be completly acurate on complex objects.. to solve this Id need to cycle over all verts. Don't think that's a good idea to do in py
2011-07-10cleanup for python scripts - unused vars and importsCampbell Barton
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.