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
2013-05-21remove return value from MEM_freeN, it wasn't used anywhere and was cast to a...Campbell Barton
2013-05-19fix for mistake in r56903Campbell Barton
2013-05-18Optimizations for dyntopoCampbell Barton
2013-03-18style cleanupCampbell Barton
2013-03-17code cleanup: incorrect sized array args, remove some redundant code.Campbell Barton
2013-03-16Stop dyntopo updates from happening in masked areasNicholas Bishop
2013-03-10style cleanup: whitespaceCampbell Barton
2013-03-08style cleanupCampbell Barton
2013-03-04patch [#34103] use boolean in path functions and add comments.Campbell Barton
2013-03-01style cleanup: braces with multi-line statements, also add some comments.Campbell Barton
2013-02-25Fix for collapse-edges crash in dyntopoNicholas Bishop
2013-02-02style cleanupCampbell Barton
2013-01-26Check for deletion before moving vert in dyntopo collapse edgeNicholas Bishop
2013-01-20Delete loose edges left behind by sculpting with collapse-short-edgesNicholas Bishop
2013-01-19Skip hidden faces in PBVH BMesh ray intersection testNicholas Bishop
2013-01-19dyntopo optimization - fast path for edges with 2 faces using it, was countin...Campbell Barton
2013-01-17minor speedup for dyntopo edge queue - replace iterator with while loop.Campbell Barton
2013-01-17fix bug in dyntopo - check to remove pbvh vert was always false.Campbell Barton
2013-01-17code cleanup: rename BMVert *v[3]; --> 'v_tri', since 'v' is normally for sin...Campbell Barton
2013-01-17speed-up dyn-topo by storing the edge-loops rather then edge-faces.Campbell Barton
2013-01-17optimize bmesh operations that use triangle BMFace's (dyn-topo and mesh conve...Campbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2013-01-02extend BLI_bufferCampbell Barton
2012-12-31add ".hh" as an extension for source scripts.Campbell Barton
2012-12-31rename BM_edge_calc_squared_length -> BM_edge_calc_length_squared, matching l...Campbell Barton
2012-12-31style cleanupCampbell Barton
2012-12-30Code cleanup: rename BLI_pbvh to BKE_pbvhNicholas Bishop
2012-12-30Add dynamic topology support to the PBVHNicholas Bishop