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-09-19Cleanup: spellingCampbell Barton
2022-05-09Fix T97927: bpy.utils.units.to_string uses wrong units for velocity, accelera...Bastien Montagne
2022-05-09Cleanup: typo in variable name.Bastien Montagne
2022-04-08Cleanup: separate format-units for Python argument parsingCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-06-08PyAPI: use keyword only argumentsCampbell Barton
2020-11-06Cleanup: clang-formatCampbell Barton
2020-11-05Spelling: Predefined, Look Up, No OneHarley Acheson
2020-09-09Cleanup: Rename public "bUnit" functionsHans Goudey
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-12-20Cleanup: remove redundant 'char *' castsCampbell Barton
2019-04-29Cleanup: comments (long lines) in pythonCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17Units: add support for light power units in Watt. Use for Eevee lights.Brecht Van Lommel
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-19Cleanup: add trailing commasCampbell Barton
2018-10-09Fix misuse of Py_INCREF in module creation.mano-wii
2018-09-03PyAPI: add optional imports to expression eval APICampbell Barton
2017-10-05PyAPI: fast keyword parsing for bpy modulesCampbell Barton
2017-03-18Missing from recent commitCampbell Barton
2015-12-31Cleanup: Py API namingCampbell Barton
2015-08-04Use PyC_ParseBool to parse boolsCampbell Barton
2015-05-12Doc: correct rst syntaxCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-06-17New python API for units handling.Bastien Montagne