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
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
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-10-13fix for over-alloc in dyntopo, was allocating the vertex size, not pointer si...Campbell Barton
2013-10-10style cleanupCampbell Barton
2013-10-04Fix #36930: dynamic topology sculpting with masks gave bad results:Brecht Van Lommel
2013-10-03Fix an own regression introduced in the dyntopo cleanup commits. Do notAntony Riakiotakis
2013-09-12code cleanup: headers - doxy comments.Campbell Barton
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-21rename recently added BLI_ghash_assign() -> BLI_ghash_reinsert()Campbell Barton
2013-08-21Scultping: Growing the pbvh node container should use malloc instead ofAntony Riakiotakis
2013-08-21bmesh api cleanup, face creation args now accept an example face (as with ver...Campbell Barton
2013-08-21use BM_CREATE_NOP arg rather then zero, with pointer and bool args in either ...Campbell Barton
2013-08-21style cleanup: also use ARRAY_HAS_ITEM macro for mempool checkCampbell Barton
2013-08-19Dyntopo:Antony Riakiotakis
2013-08-19Dyntopo:Antony Riakiotakis
2013-08-18Fix #34413 Dyntopo, smooth shading normals not getting uploaded to GPUAntony Riakiotakis
2013-08-18add hash function BLI_ghash_assign, BLI_edgehash_assignCampbell Barton
2013-08-17style cleanupCampbell Barton
2013-07-24dyn-topo: maintain materials for new faces.Campbell Barton
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