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-05-13Fix T39196, Dynamic Topology Undo Applied to Wrong MeshAntony Riakiotakis
2014-04-17Recreating a bmesh log did not account for modified faces.Antony Riakiotakis
2014-04-11Fix redraw and undo issues with hidden parts in dyntopo after recentAntony Riakiotakis
2014-04-11Support logging of modified faces in dyntopo.Antony Riakiotakis
2014-04-08Mempool: delay allocating an initial chunk, its not always usedCampbell Barton
2014-04-07Dyntopo: avoid mask layer lookups while adding/removing vertsCampbell Barton
2014-04-05Mempool: remove BLI_MEMPOOL_SYSMALLOC, MEM_* allocs are more efficient nowCampbell Barton
2014-04-04Code cleanup: no need to use calloc when memory is initialized afterCampbell Barton
2014-04-03Code cleanup: strict flags for bmesh_logCampbell Barton
2013-09-12code cleanup: headers - doxy comments.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-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-19Dyntopo:Antony Riakiotakis
2013-08-18add hash function BLI_ghash_assign, BLI_edgehash_assignCampbell Barton
2013-03-04patch [#34103] use boolean in path functions and add comments.Campbell Barton
2013-02-03style cleanup & some spellingCampbell Barton
2013-02-03improve BMesh api use from r54265, no need to do edge lookups from the faces ...Campbell Barton
2013-02-02Remove loose edges created during undo in dynamic-topology sculpt modeNicholas Bishop
2013-01-28minor optimization - don't do double lookups on vertex mask layer for vert_ma...Campbell Barton
2013-01-28style cleanup: also remove unneeded NULL check.Campbell Barton
2013-01-21code cleanup: style & warnings.Campbell Barton
2013-01-19minor dyntopo speedup: was doing 2x ghash lookups for BM_log_face_removed(), ...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-09style cleanupCampbell Barton
2012-12-31style cleanupCampbell Barton
2012-12-30Add BMLog for efficiently storing changes to vertices and facesNicholas Bishop