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-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-06-08Add check in BKE_pbvh_apply_vertCos that number of deforming cos matches numb...Bastien Montagne
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-01-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-15Sculpting: Sdd an option to hide mask in viewportSergey Sharybin
2017-10-06Merge branch 'master' into blender28Campbell Barton
2017-10-05Sculpt Mode: 2D falloff optionCampbell Barton
2017-10-05Vertex Paint: apply when cursor isn't over facesCampbell Barton
2017-10-05Cleanup: rename dist -> depthCampbell Barton
2017-09-27Merge branch 'master' into blender2.8Campbell Barton
2017-09-27Vertex/Weight Paint: Use PBVH for paintingCampbell Barton
2017-06-19Gawain API naming refactorCampbell Barton
2017-05-12Sculpt: Move sculpt drawing to engines.Clément Foucault
2017-05-11DWM: Use draw manager for sculpt PBVH drawingCampbell Barton
2016-02-13Optimize sculpt undo, avoid redundant updatesCampbell Barton
2015-11-26cleanup: C99 and vertex array commentsMike Erwin
2015-07-16Split ray_face_intersection into quad/tri versionsCampbell Barton
2015-07-16Add tessellation data to DerivedMesh (LoopTri)Campbell Barton
2015-07-14Display optimizations part 1.Antony Riakiotakis
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-05-18Fix T44553: Dyntopo ignores front-face optionCampbell Barton
2015-04-30Cleanup: styleCampbell Barton
2015-04-17Fix T44390: Clay brush weirdness part-1Campbell Barton
2015-04-15dyntopo: don't allocate tessfaces while sculptingCampbell Barton
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2014-10-10Cleanup: use bool and const argsCampbell Barton
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-05-29Fix T40381 and revert previous commit.Antony Riakiotakis
2014-05-07Style cleanupCampbell Barton
2014-05-05Hidden PBVH nodes:Antony Riakiotakis
2014-04-21PBVH: replace ghash with gset for storing unique facesCampbell Barton
2014-04-17Refactor to Dyntopo node customdata commit.Antony Riakiotakis
2014-04-17Code cleanup: use bools for DMCampbell Barton
2014-04-10Dyntopo: Minor display optimization.Antony Riakiotakis
2014-04-07Code cleanup: remove unused functions and convert int -> boolCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-24Code Cleanup: PBVH, avoid sqrt and use bool for raycast functionsCampbell Barton
2014-03-23Detail sampling operatorAntony Riakiotakis
2014-03-22Flood fill for dyntopo constant detail mode.Antony Riakiotakis
2014-03-07Fix crash when changing and using between layer and other brushes inAntony Riakiotakis
2014-02-19MSVC: improve warnings for scons and cmakeCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-12-18Comment fix to previous commitAntony Riakiotakis
2013-12-18Fix T37177, sculpting can act on opposite side of mesh in orthographic camera.Antony Riakiotakis
2013-11-16Code cleanup: Use different redraw options for sculpt mask operators.Antony Riakiotakis
2013-08-28avoid calling CustomData_bmesh_get to get CD_PAINT_MASK per vertex while scul...Campbell Barton
2013-08-26replace hashes with sets where possible.Campbell Barton
2013-07-23remove the pointer from BLI_bitmap's typedef, Campbell Barton