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
2022-08-30Fix Dirty Vertex Colors failure when no vertex colors existedCampbell Barton
2022-06-23Cleanup: make formatBrecht Van Lommel
2022-06-23Fix T98975: Broken vertex paint mode operatorsHans Goudey
2022-06-02Cleanup: remove "<pep8 compliant>" from headersCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Cleanup: make file headers more consistentCampbell Barton
2020-10-02Cleanup: pep8 (indentation, spacing, long lines)Campbell Barton
2020-06-17Fix T76041: Low contrast dirty vertex colors with loose geometryPhilipp Oeser
2020-03-22Fix T75018: Dirty vertex colours missing tooltipWilliam Reynish
2020-01-21Docs: describe vertex dirt methodKeith Boshoff
2019-12-16Cleanup: pep8, unused vars, line lengthCampbell Barton
2019-05-09Cleanup: unused args/vars/imports in bl_operatorsCampbell Barton
2019-02-05Cleanup: remove contributors for Python filesCampbell Barton
2018-09-03Cleanup: use single quotes for enum'sCampbell Barton
2018-07-11PyAPI: Use annotations for RNA definitionsCampbell Barton
2018-06-26Cleanup: pep8 function indentationCampbell Barton
2018-02-09Paint Dirt: remove operator call from PythonSybren A. Stüvel
2018-02-09Paint Dirt: some small fixesSybren A. Stüvel
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