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-02-10Rebase on mastertemp-license-header-spdxCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2020-11-03Materials: add custom object properties as uniform attributes.Alexander Gavrilov
2020-09-19Cleanup: use parenthesis for if statements in macrosCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-03-06Cleanup: Fix forward declaration of headersDalai Felinto
2020-03-02Cleanup: make remaining blenlib headers work in C++Jacques Lucke
2019-04-17ClangFormat: apply to source, most of internCampbell 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
2018-12-19BLI_bitmap: add functions operating on the whole bitmask.Alexander Gavrilov
2018-09-02Cleanup: comment blocksCampbell Barton
2018-08-01Fix mistake in atomic bitmapSergey Sharybin
2018-07-31Subsurf: Rework in a way that patches boundaries are merged togetherSergey Sharybin
2016-02-13BLI_bitmap: add flip macroCampbell Barton
2015-01-13Cleanup: fixes for building with recent clangCampbell Barton
2014-11-25BLI_bitmap: add allocation from a MemArena.Bastien Montagne
2014-11-23Fix BLI_Bitmap - was not usable in BKE area (strict compile flags).Bastien Montagne
2014-10-14BLI_bitmap: add a macro to set/clear the whole bitmap at once.Bastien Montagne
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-06-13BLI_bitmap: typecheck macoCampbell Barton
2014-06-05Fix T40423: UV Editing 'Draw Other Objects' fails with CyclesCampbell Barton
2013-10-11use BLI_bitmap for editmesh selection buffer to save some memory.Campbell Barton
2013-09-12code cleanup: headers - doxy comments.Campbell Barton
2013-09-09enable strict flags for mesh_evaluate.cCampbell Barton
2013-07-23remove the pointer from BLI_bitmap's typedef, Campbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-05-05code cleanup: function naming for BLI functions.Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-02-23Move PBVH bitmap to separate header in blenlib.Nicholas Bishop