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
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-25Fix T62776: Face maps are initialized incorrectlyJacques Lucke
2019-03-15Cleanup: indentation, wrappingCampbell Barton
2019-03-08Followup to T62318: Fix on-the-fly that kind of .blend file cddata corruption.Bastien Montagne
2019-03-08Fix T62318: Blender crash whith 'corrupt' customdata (CD_BWEIGHT).Bastien Montagne
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-02-28CustomData: add function to clear layers' flags.Bastien Montagne
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-02-01Logging: Use CLOG for blenkernelCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-12-13Cleanup: styleCampbell Barton
2018-12-12Fix T58450: Skin modifier not working if applied after subsurfSergey Sharybin
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-03Fix T57858: Add validation callback to CustomData layers.Bastien Montagne
2018-11-24Fix T56374, T57066, T58037: crash on startup on macOS when using translation.Brecht Van Lommel
2018-11-07Cleanup: Remove 'BKE_library.h' include from 'BKE_main.h'Bastien Montagne
2018-10-17Cleanup: remove some #if 0 blocksJacques Lucke
2018-09-25CustomData: Allow copying content of a single layerSergey Sharybin
2018-09-24Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-06-13Merge branch 'master' into blender2.8Bastien Montagne
2018-06-13Cleanup: remove more G.main from BKE area.Bastien Montagne
2018-05-30Cleanup: use 'e' prefix for enum typesCampbell Barton
2018-05-30Cleanup: Use typed allocation type enum in custom data APISergey Sharybin
2018-01-18Merge branch 'master' into blender2.8Brecht Van Lommel
2018-01-18Fix buffer overflow vulnerabilities in mesh code.Brecht Van Lommel
2017-10-07Cleanup: style, duplicate includesCampbell Barton
2017-09-18Merge branch 'master' into blender2.8Campbell Barton
2017-09-18Cleanup: use clamped rounding functionsCampbell Barton
2017-05-30Somehow missed this in recent Face Maps commitCampbell Barton
2017-05-28Merge branch 'master' into blender2.8Bastien Montagne
2017-05-27CustomData: assert on bad arguments to freeCampbell Barton
2017-05-26Merge branch 'master' into blender2.8Campbell Barton
2017-05-26Fix freeing all custom-data layersCampbell Barton
2017-05-25TexFace removal part 3Campbell Barton
2017-05-24TexFace removal part 2Campbell Barton
2017-05-24Remove TexFace, per-face imagesCampbell Barton
2017-03-27Add back missing includeCampbell Barton
2017-03-26re-adds the include "BLI_math.h" to custondataGermano Cavalcante
2017-03-25Fix unreported: inaccuracy of interpolation of custom color layers due to flo...Germano Cavalcante
2017-03-24Fix for last fix of fix: (unsigned)char is limited to 255Germano Cavalcante
2017-03-24Fix of last commit. Clamp values that will be used!Germano Cavalcante
2017-03-24Fix T51038: `layerInterp_mloopcol` was casting instead of rounding the interp...Germano Cavalcante
2017-02-08Alembic: #undef'ed the correct macroSybren A. Stüvel