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
2017-09-27Vertex/Weight Paint: Use PBVH for paintingCampbell 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
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-03-26style cleanup:Campbell Barton
2013-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis
2013-01-20Update object bounding box during sculptNicholas Bishop
2013-01-02style cleanupCampbell Barton
2012-12-31style cleanupCampbell Barton
2012-12-30Code cleanup: rename BLI_pbvh to BKE_pbvhNicholas Bishop
2012-12-30Use GPU_Buffers to draw wireframe when in dynamic-topology sculpt modeNicholas Bishop
2012-12-30Add dynamic topology support to the PBVHNicholas Bishop
2012-12-30Move layer displacements from SculptUndoNode to PBVHNodeNicholas Bishop
2012-12-15minor edits with recent commits, also avoid calling BKE_mesh_from_object() in...Campbell Barton
2012-12-15move pbvh into BKE, it used many BKE bad level includes.Campbell Barton