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-04-05Mempool: remove BLI_MEMPOOL_SYSMALLOC, MEM_* allocs are more efficient nowCampbell Barton
2014-04-03Code cleanup: strict flags for bmesh_logCampbell Barton
2014-02-12Fix Editderivedmeshes vertices normals computation.Bastien Montagne
2014-02-03Fix T38421: Vertex Parenting & Triangle Vertex Parenting causes segfaults.Sergey Sharybin
2013-10-28Fix compile error using Visual Studio 2012.Daniel Genrich
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-10-27rename BM_vert_at_index -> BM_vert_at_index_find (since this searches the mem...Campbell Barton
2013-08-25use ints for ghash/edgehash flags, since its allocated theres not much point ...Campbell Barton
2013-08-24ghash: reserve size when its known or can be guessed close enough.Campbell Barton
2013-07-10BM_mesh_clear was setting toolflags incorrectly, also no meed to calloc when ...Campbell Barton
2013-06-19Remove paranoid null checks for editmesh EDBM_vert_at_index and friends (use ...Campbell Barton
2013-05-29Make sure bool will always have the same size in C and C++Sergey Sharybin
2013-05-09fix for 2 errors introduced since releaseCampbell Barton
2013-05-08speedup for freeing bmeshes, skip calling free on everyCampbell Barton
2013-04-24fix [#34657] Smoothing will not be updated in object mode, when hiding faces ...Campbell Barton
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-14code cleanup: minor changes, clang checker option for exact size matches and ...Campbell Barton
2013-04-14minor speedup to BM_mesh_normals_update()Campbell Barton
2013-04-14bmesh operators: use operator type-flag to specify which operations require n...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-03-18style cleanupCampbell Barton
2013-03-17- ghost-sdl builds again.Campbell Barton
2013-02-06style cleanup: some warnigs & spelling.Campbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2012-12-22correct own error in openmp use for BM_mesh_elem_index_ensure().Campbell Barton
2012-12-12add threshold for bmesh & openmp so its not used with low poly meshes, BM_OMP...Campbell Barton
2012-12-12use openmp to thread some common bmesh operationsCampbell Barton
2012-12-03fix [#33392] In-dev freeway generation addon crashes on recent builds.Campbell Barton
2012-12-03use const for bm_mesh_allocsize_default, bm_mesh_chunksize_defaultCampbell Barton
2012-11-20fix for changes in own recent commit:Campbell Barton
2012-11-18bmesh: lazy initialize bmesh tool flag pool, has the advantage that modifiers...Campbell Barton
2012-10-31make use customdata typeoffset more, add an assert to ensure its to date.Campbell Barton
2012-10-24add CDDM_from_bmesh(), avoids using BMEditMesh in modifiers.Campbell Barton
2012-10-15code cleanup: define sizes of vectors for function args and use C style commentsCampbell Barton
2012-09-30style cleanupCampbell Barton
2012-09-18code cleanup: typos and set exceptional cases of zero length normals as UNLIK...Campbell Barton
2012-09-16code cleanup: quiet warnings for gcc's -Wundef, -Wmissing-declarationsCampbell Barton
2012-07-21remove BMO_OP_FLAG_RATIONALIZE_NORMALS option which wasnt used anywhere.Campbell Barton
2012-07-21add option so operators can be called with a flag, currently the only flag is...Campbell Barton
2012-06-30rename bmesh ops since they are exposed in an api now.Campbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-03style cleanup: formatting and some float/double promotionCampbell Barton
2012-05-01Fix own error in BM_mesh_remap(), forgot to remap edge pointers in disk_links...Bastien Montagne
2012-04-23- fix for python freeing its own bmesh clearing the global mirror cache.Campbell Barton
2012-04-23code cleanup: change C naming convention (so py and C api match), eg:Campbell Barton
2012-04-21style cleanup: correct typosCampbell Barton
2012-04-19code cleanup: remove unused BMesh args.Campbell Barton
2012-04-19remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the mac...Campbell Barton
2012-04-19code cleanup: first step to replace BM_ITER BM_ITER_INDEX macros.Campbell Barton
2012-04-19BMESH_TODO: xsort of vertices working again.Bastien Montagne