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-09-13Fix T52140: Align objects centers using origin for textSergey Sharybin
2017-03-25Cleanup: imports, indentation, long linesCampbell Barton
2017-03-18PyAPI: remove bpy.utils.register_module()Campbell Barton
2016-08-17Fix/add some tooltips to 'Object Align' operator options.Aaron Carlisle
2016-02-26Fix for object align not using local view cursorCampbell Barton
2015-06-03Fix object align crash (use-after-free)Campbell Barton
2015-05-17Cleanup: pep8Campbell Barton
2015-05-02Object Align Operator: Make it use modifiers in high quality bounding box cal...Daniel Salazar
2013-01-28use more conventional names in rigid body script.Campbell Barton
2013-01-23code cleanup: dont use 'bpy.context' when 'context' is availableCampbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
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 m...Campbell Barton
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 th...Daniel Salazar
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) optio...Daniel Salazar
2011-07-19Object Align operator now correctly computes a *global* bounding box for all ...Daniel Salazar
2011-07-10cleanup for python scripts - unused vars and importsCampbell Barton
2011-03-21move script directories for internal blender scripts.Campbell Barton