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-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
2014-03-24Code Cleanup: PBVH, avoid sqrt and use bool for raycast functionsCampbell Barton
2014-03-23Change to sampling: Take biggest triangle side as detail size onAntony Riakiotakis
2014-03-23Detail sampling operatorAntony Riakiotakis
2014-03-22Flood fill for dyntopo constant detail mode.Antony Riakiotakis
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