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
2016-06-02Fix T47637: Multiple multires objects in Sculpt mode make blender crash.Bastien Montagne
2016-05-09Cleanup and refactor our atomic library.Bastien Montagne
2016-02-29Minor optimization: avoid 2x hash, adding to setCampbell Barton
2016-02-13Sculpt: avoid double-hash for pbvh buildingCampbell Barton
2016-02-13Optimize sculpt undo, avoid redundant updatesCampbell Barton
2016-01-28Cleanup: warnings & styleCampbell Barton
2016-01-27OMP -> BLI_task: BKE's pbvh.cBastien Montagne
2016-01-27Cleanup: remove OMP's 'critical' sections in BKE_pbvh_node_add_proxy/free_pro...Bastien Montagne
2016-01-20Cleanup: naming conventionCampbell Barton
2016-01-04Fix (unreported) memleak related to PBVH and looptri.Bastien Montagne
2015-12-06OpenGL: rename simple shader to basic shader.Brecht Van Lommel
2015-12-06OpenGL: isolate fixed function lighting in simple shader code.Brecht Van Lommel
2015-11-26Fix recent c99 cleanup w/ openmpCampbell Barton
2015-11-26Partial revert of last commitCampbell Barton
2015-11-26cleanup: C99 and vertex array commentsMike Erwin
2015-07-31Complete fix for T45618Antony Riakiotakis
2015-07-24Fix T45541 crash when mixing flat and smooth shaded faces in sculptAntony Riakiotakis
2015-07-16Split ray_face_intersection into quad/tri versionsCampbell Barton
2015-07-16Add tessellation data to DerivedMesh (LoopTri)Campbell Barton
2015-07-16Sculpt draw code:Antony Riakiotakis
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-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-04-14PBVH: use realloc/recallocCampbell Barton
2015-02-06GHash: no need to malloc iteratorsCampbell Barton
2014-12-01Cleanup: more int->bool.Bastien Montagne
2014-10-10Cleanup: use bool and const argsCampbell Barton
2014-10-08Ghost Context RefactorJason Wilkins
2014-07-28WarningsCampbell Barton
2014-07-28Fix T41193: 2.71 use 100% of CPU at sculptSergey Sharybin
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-06-13Code cleanup: spellingCampbell Barton
2014-05-29Fix T40381 and revert previous commit.Antony Riakiotakis
2014-05-29Related to T40381,Antony Riakiotakis
2014-05-07Style cleanupCampbell Barton
2014-05-05Hidden PBVH nodes:Antony Riakiotakis
2014-05-05Attempt to solve T39950,Antony Riakiotakis
2014-05-01Add PBVH debug display, where we can see the PBVH node bounding boxes.Antony Riakiotakis
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-21PBVH: replace ghash with gset for storing unique facesCampbell Barton
2014-04-16Dyntopo:Antony Riakiotakis
2014-04-08Dyntopo: replace GHash with GSet, saves some memoryCampbell Barton
2014-04-03Fix T39517,Antony Riakiotakis
2014-04-02Fix T39520, show diffuse not working in dyntopo.Antony Riakiotakis
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