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
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-10-06Cleanup: clang-format, correct doxy groupsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-04-30Cleanup: Mismatched array bounds in function declarationHans Goudey
2021-04-28Cleanup: Fix inconcistent array lengths in function declarationsHans Goudey
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-06-23Sculpt Vertex Colors: Initial implementationPablo Dobarro
2020-05-19Fix T76865: Vertex paint draws hidden but cannot be painted ontoCampbell Barton
2020-04-02Sculpt: Delay Viewport UpdatesPablo Dobarro
2020-04-01Multires: Initial Face Sets supportPablo Dobarro
2020-03-09Face Sets: Use white color for a default Face Set to enable the overlayPablo Dobarro
2020-03-05Sculpt Face SetsPablo Dobarro
2019-10-09Sculpt: Fix wireframe drawingPablo Dobarro
2019-08-30Sculpt: New brush cursor, active vertex and normal radiusPablo Dobarro
2019-08-04Sculpting: Remove Show Diffuse Color OptionYour Name
2019-06-17Fix T65620: Sculpting brush size jumping.mano-wii
2019-04-23Workbench: Support Active Vertex ColorJeroen Bakker
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
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2018-09-11Followup for previous PBVH commitSergey Sharybin
2018-08-31Remove CCGDM from PBVHSergey Sharybin
2018-01-15Sculpting: Sdd an option to hide mask in viewportSergey Sharybin
2017-10-05Vertex Paint: apply when cursor isn't over facesCampbell Barton
2017-10-05Cleanup: rename dist -> depthCampbell Barton
2017-09-27Vertex/Weight Paint: Use PBVH for paintingCampbell Barton
2016-07-06Cleanup: redundant 4th index in sculpt PBVHCampbell Barton
2016-06-02Fix T47637: Multiple multires objects in Sculpt mode make blender crash.Bastien Montagne
2015-07-16Split ray_face_intersection into quad/tri versionsCampbell Barton
2015-07-16Add tessellation data to DerivedMesh (LoopTri)Campbell Barton
2015-07-11Use const for sculpt varsCampbell Barton
2015-07-10Cleanup: use const for mesh functionsCampbell Barton
2015-05-27Fix T44745 non manifold edges of mesh do not work when smoothing inAntony Riakiotakis
2015-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2014-04-17Refactor to Dyntopo node customdata commit.Antony Riakiotakis
2014-04-16Dyntopo:Antony Riakiotakis
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-08Dyntopo: replace GHash with GSet, saves some memoryCampbell Barton
2014-03-24Code cleanup: styleCampbell Barton
2014-03-23Detail sampling operatorAntony Riakiotakis
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-03Code clean-up change naming of gpu buffers used by pbvh to betterAntony Riakiotakis
2013-09-18style cleanupCampbell Barton
2013-09-12code cleanup: headers - doxy comments.Campbell Barton
2013-08-26replace hashes with sets where possible.Campbell Barton
2013-07-23remove the pointer from BLI_bitmap's typedef, Campbell Barton
2012-12-31add ".hh" as an extension for source scripts.Campbell Barton
2012-12-30Add dynamic topology support to the PBVHNicholas Bishop