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
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-06-13Cleanup: remove more G.main from BKE area.Bastien Montagne
2018-01-18Fix buffer overflow vulnerabilities in mesh code.Brecht Van Lommel
2017-09-18Cleanup: use clamped rounding functionsCampbell Barton
2017-05-27CustomData: assert on bad arguments to freeCampbell Barton
2017-05-26Fix freeing all custom-data layersCampbell 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
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2016-06-07Cleanup - size_t is unsigned, so always >= 0!Bastien Montagne
2016-05-16Remove strict header, gives issues with gcc5xCampbell Barton
2016-05-16Cleanup: use const argsCampbell Barton
2016-05-16CustomData: Support for >2gig layersCampbell Barton
2016-04-26Support multiple tangents for BI render & viewportAlexander Romanov
2016-04-06Fix leak w/ missing external mesh customdataCampbell Barton
2016-02-28BKE_mesh: add polygon flipping tools.Bastien Montagne
2016-02-28Cleanup: rename `CustomData_swap` to `CustomData_swap_corners`.Bastien Montagne
2016-01-11Fix memory & file-handle leak w/ custom data writeCampbell Barton
2015-11-11Fix T46694: UVLoop incorrectly copied flagCampbell Barton
2015-11-03Fix related to T46567: Skin modifier: add a warning message when no valid roo...Bastien Montagne
2015-11-01Cleanup: old commentsCampbell Barton
2015-10-16Fix broken CD_NORMAL interpolation callback (would generate non-unit vectors).Bastien Montagne
2015-10-16Fix T46508: data_transfer of normals fails in case objects are transformed.Bastien Montagne
2015-10-15Fix T46483: vertex/edge slide with correct UVs sometimes pinning UVs.Brecht Van Lommel
2015-09-23Fix T46215: Explode modifier looses texturesCampbell Barton
2015-09-09Assert CustomData_from_bmeshpoly is used correctlyCampbell Barton
2015-08-25Fix T45729: Cycles Bake break when building a special meshSergey Sharybin
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-06Cleanup: whitespace, unused varCampbell Barton
2015-07-30Move tangents and baking to looptris:Antony Riakiotakis
2015-07-30CustomData: quiet error on 0 element copyCampbell Barton
2015-07-27Don't allocate MFace's by defaultCampbell Barton
2015-07-22Fix crash with recent refactor of customdata writing.Bastien Montagne
2015-07-21Fix T45471: Blend file: Bad old_addr handling in mesh's customdata writing.Bastien Montagne
2015-07-20Minor optimization in CustomData_update_typemap().Bastien Montagne
2015-07-20Fix (unreported) potential serious bug in CustomData_merge().Bastien Montagne
2015-07-10CustomData: deprecate CD_ID_MCOLCampbell Barton
2015-05-05Math Lib: rename fill_*, to copy_*Campbell Barton
2015-04-19Cleanup: warningsCampbell Barton
2015-03-13Add argument to DM_to_mesh() function to take ownership over the DMSergey Sharybin
2015-03-12CustomData: don't calloc when duplicating layersCampbell Barton
2015-02-23CustomData: const correctnessCampbell Barton
2015-02-23Fix error in recent vert/edge-slide commitsCampbell Barton