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-03-16Cleanup: rename cnt to countCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-10-24Cleanup: spelling in commentsCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2020-07-21Drivers: add lerp and clamp functions to namespace.Alexander Gavrilov
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-01-24Depsgraph: fix false positive time dependencies for simple drivers.Alexander Gavrilov
2019-11-08Windows: Switch to the dynamic C runtimeRay Molenkamp
2019-10-10Cleanup: clang-format, spellingCampbell Barton
2019-10-08CTest: Fix failing test BLI_expr_pylike_eval_test on clang/windowsRay Molenkamp
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-05-03Cleanup: warningsCampbell Barton
2019-04-18Cleanup: add trailing commas to avoid right shiftCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-27Cleanup: style, use braces for blenlibCampbell Barton
2019-03-26Fix T62946: function abs() not working in driver expressions.Brecht Van Lommel
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-02Cleanup: remove author/date info from doxy headersCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: comment line length (blenlib)Campbell Barton
2018-09-26Fix misleading field naming.Alexander Gavrilov
2018-09-19Cleanup: missed when using doxy groupsCampbell Barton
2018-09-19Cleanup: replace comment headings w/ doxy groupsCampbell Barton
2018-09-19Cleanup: BLI_expr_pylike argument orderingCampbell Barton
2018-09-19Cleanup: rename BLI_simple_expr -> BLI_expr_pylike_evalCampbell Barton