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-03-18PyAPI: remove bpy.utils.register_module()Campbell Barton
2015-01-29cleanup: pep8Campbell Barton
2015-01-26Fix T43345: Dirty Vertex Colors - odd behaviorCampbell Barton
2014-08-15Fix T41454: Command "Dirty Vertex Colors" prompts Python error.Bastien Montagne
2014-04-24Code cleanup: unused python vars & importsCampbell Barton
2014-02-18Python: remove redundant len() useCampbell Barton
2013-06-27pep8 cleanupCampbell Barton
2013-04-20code cleanup: minor improvements to scripts.Campbell Barton
2013-04-15add back attribution field from script.Campbell Barton
2013-01-03fix [#33715] Dirty Vertex Colors display problem since 2.65aCampbell Barton
2012-04-13bmesh todo: vertex dirtmap now working again.Campbell Barton
2012-03-17Minor UI messages fixes, and enabling i18n for all modifier_setError() error ...Bastien Montagne
2012-02-08Correct mathutils documentation, also correct some python spelling errors and...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20A big set of UI messages fixes and tweaks! No functional changes.Bastien Montagne
2011-10-17correct spelling errors in commentsCampbell 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-03-22properties were being used with wrong type functions, this resulted in bad me...Campbell Barton
2011-03-21move script directories for internal blender scripts.Campbell Barton