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-18Fix T44553: Dyntopo ignores front-face optionCampbell Barton
2015-05-15Cleanup: style, spellingCampbell Barton
2015-05-12Dyntopo PBVH build optimization:Antony Riakiotakis
2015-04-26Correct own error in recent sculpt changesCampbell Barton
2015-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2015-04-19disable verify from last commit (too slow)Campbell Barton
2015-04-19Dyntopo: USE_EDGEQUEUE_TAG broke even subdivCampbell Barton
2015-04-16Dyntopo: avoid redundant loop collapsing edgesCampbell Barton
2015-04-16Dyntopo: blend vertex normals when collapsingCampbell Barton
2015-04-15BMesh: dyntopo used lopsided normalsCampbell Barton
2015-04-15BMesh: avoid ghash lookups splitting the pbvhCampbell Barton
2015-04-14Dyntopo queue added the same edges multiple timesCampbell Barton
2015-04-14BMesh: avoid customdata copy for new dyntopo vertsCampbell Barton
2015-04-14BMesh: avoid redundant face-exists check (dyntopo)Campbell Barton
2015-04-13BMesh: resolve skinny face artifacts /w dyntopoCampbell Barton
2015-04-13error in last commitCampbell Barton
2015-04-13BMesh: diagram for dyntopo edge subdivCampbell Barton
2015-04-12Dyntopo: redundant length check subdividing edgesCampbell Barton
2015-04-12BMesh: minor optimization counting adjacent dataCampbell Barton
2014-10-11Sculpt: update dystopia debug verifyCampbell Barton
2014-10-10Sculpt: remove offset args from internal funcsCampbell Barton
2014-10-10BLI_buffer: empty macroCampbell Barton
2014-10-07Sculpt: dyntopo, avoid redundant gset remove callsCampbell Barton
2014-10-06Dyntopo: minor speedup collapsing edgesCampbell Barton
2014-10-03Comments: note on bmesh_region_matchCampbell Barton
2014-09-14Sculpt: check mask is present before readingCampbell Barton
2014-06-13GSet, GHash: Add BLI_gset_add, since its common to add members to a setCampbell Barton
2014-05-05Hidden PBVH nodes:Antony Riakiotakis
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-17Make sure we invalidate the node ID layer each time the PBVH is reset.Antony Riakiotakis
2014-04-17Refactor to Dyntopo node customdata commit.Antony Riakiotakis
2014-04-16Dyntopo:Antony Riakiotakis
2014-04-16Dyntopo: slightly change node invalidation, only vertices can change BBAntony Riakiotakis
2014-04-13Code cleanup: quiet warnings & styleCampbell Barton
2014-04-11Fix redraw and undo issues with hidden parts in dyntopo after recentAntony Riakiotakis
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-11Dyntopo: use hidden face flags in more placesCampbell Barton
2014-04-10Dyntopo: Minor display optimization.Antony Riakiotakis
2014-04-08Dyntopo: replace GHash with GSet, saves some memoryCampbell Barton
2014-04-08Mempool: delay allocating an initial chunk, its not always usedCampbell Barton
2014-04-07Code cleanup: remove unused functions and convert int -> boolCampbell Barton
2014-04-07Dyntopo: minor speedups with bmesh use.Campbell Barton
2014-04-07Dyntopo: avoid mask layer lookups while adding/removing vertsCampbell Barton
2014-04-05Dyntopo: minor optimizations for edge queueCampbell Barton
2014-04-05Remove redundant call to CustomData_get_offsetCampbell Barton
2014-04-05Mempool: remove BLI_MEMPOOL_SYSMALLOC, MEM_* allocs are more efficient nowCampbell Barton
2014-04-05Solve issue with dyntopo collapse.Antony Riakiotakis
2014-04-04Code cleanup: no need to use calloc when memory is initialized afterCampbell Barton
2014-04-02Fix some redrawing and possibly other issues in dyntopo:Antony Riakiotakis
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton