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
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
2014-03-07Fix crash when changing and using between layer and other brushes inAntony Riakiotakis
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-09Fix remaining sculpt mode crash using multires modifier, similar causeAntony Riakiotakis
2014-01-05Fix T38024 crash when rebuilding sculpt mode buffers.Antony Riakiotakis
2014-01-03Code clean-up change naming of gpu buffers used by pbvh to betterAntony Riakiotakis
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
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-08-24ghash: reserve size when its known or can be guessed close enough.Campbell Barton
2013-08-24avoid double ghash lookup in sculpt map_insert_vertCampbell Barton
2013-08-21Scultping: Growing the pbvh node container should use malloc instead ofAntony Riakiotakis
2013-08-07code cleanup: more confusion with 0/NULL/falseCampbell Barton
2013-08-03fix for over-allocation in BKE_pbvh_search_gather, BKE_pbvh_gather_proxies,Campbell Barton
2013-07-23remove the pointer from BLI_bitmap's typedef, Campbell Barton
2013-06-01style cleanupCampbell 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-03-02now dragging an image onto an empty can be done without holding Ctrl.Campbell Barton
2013-01-21code cleanup: style & warnings.Campbell Barton