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-11-08Cleanup: PyMethodDef formattingCampbell Barton
2022-11-01Cleanup: spelling in commentsCampbell Barton
2022-09-08Cleanup: correct PyModuleDef.m_slots referenceCampbell Barton
2022-03-28Cleanup: use "num" as a suffix in: source/blender/pythonCampbell Barton
2022-02-16License headers: use SPDX identifiersCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-10-23Docs: Fixes and improvements in API documentationXavier Cho
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-11-06Cleanup: use bool argument in BLI_noiseCampbell Barton
2020-11-06Cleanup: BLI_noiseCampbell Barton
2020-11-04Cleanup: Add BLI prefix to some BLI_noise functionsAaron Carlisle
2020-10-22Fix out of bounds array access in mathutils.noiseCampbell Barton
2020-06-22Cleanup: compiler warningBrecht Van Lommel
2020-02-20Cleanup: use named unsigned types in the Python APICampbell Barton
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-29Cleanup: style, use braces for the Python APICampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-19Cleanup: add trailing commasCampbell Barton
2018-11-30Fix T58240: mathutils.noise.voronoi crashCampbell Barton
2018-08-24Cleanup: indentation, styleCampbell Barton
2018-08-22Python: Cleanup Noise ModuleAndrew Hale
2018-06-04Cleanup: strip trailing space in Python moduleCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-07Fix T54966: mathutils.noise.voronoi Memory leakBastien Montagne
2016-03-30Fix T47993: noise_vector ignores random seedCampbell Barton
2015-01-04mathutils: refactor instantiationCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-01-30PyAPI: noise.seed_set(), note that zero is a special case.Campbell Barton
2014-01-09Fix T38104: mathutils.cell_vector() always returns (0,0,0)Denis Declara
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-03-17code cleanup: add 'const' to headers to quiet msvc warnings, also remove (cha...Campbell Barton
2012-10-12remove BLI_noise from BLI_blenlib.h, not that many files need this.Campbell Barton
2012-07-17Spellcheck: minkovsky -> minkowski! (Only in comments/UI messages :/ ).Bastien Montagne
2012-03-26style cleanup: python apiCampbell Barton
2012-03-17style cleanup: py/capiCampbell Barton
2012-03-04style cleanup - comment formattingCampbell Barton
2012-02-25code cleanup: white space, spelling & ';;' end of lines.Campbell Barton
2012-02-08correct 2 sphinx warnings.Campbell Barton
2012-01-31apply back changes made since moving this file.Campbell Barton
2012-01-31svn cp \Campbell Barton
2012-01-31previous move lost history on this file, restoring next commit.Campbell Barton
2011-12-24picky formatting of mathutilsCampbell Barton
2011-12-18formatting edits in py api, no functional changesCampbell Barton