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
2019-11-28BMesh: reduce memory usage existing edit-modeCampbell Barton
2019-11-28Fix separating mesh parts breaking vertex parents & hooksCampbell Barton
2019-11-27Fix T71865: Separating mesh parts breaks shape keysCampbell Barton
2019-11-27Cleanup: bmesh conversion commentsCampbell Barton
2019-11-27Fix crash exiting edit-mode with an active basis shape keyCampbell Barton
2019-08-16Cleanup: spellingCampbell Barton
2019-07-07Cleanup: spellingCampbell Barton
2019-05-31Fix bmesh_to_mesh freeing possibly referenced verticesSergey Sharybin
2019-04-29Cleanup: comments (long lines) in bmeshCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-27Cleanup: style, use braces for bmeshCampbell Barton
2019-03-08Fix T59304: boolean modifier does not preserve UV textures.Brecht Van Lommel
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-11-20Cleanup: use const mesh arg to BM_mesh_bm_from_meCampbell Barton
2018-11-10BMesh: backport minor changes from 2.8Campbell Barton
2018-10-24Fix T57351: Deform modifiers skipped in editmodeCampbell Barton
2018-10-23Cleanup: rename 'dm' -> 'me' for 'Mesh' typesCampbell Barton
2018-10-23Fix bad origindex layers for editmode modifiersCampbell Barton
2018-10-10BMesh: simple bmesh -> mesh for evaluationCampbell Barton
2018-06-29Cleanup: remove another bunch of DM usages, includes etc.Bastien Montagne
2018-06-13Merge branch 'master' into blender2.8Bastien Montagne
2018-06-13Cleanup: get rid of last G.main in BMesh code.Bastien Montagne
2018-06-05Moved function declarations from BKE_mesh.h → BKE_mesh_runtime.hSybren A. Stüvel
2018-05-11Bmesh: Clear possible geometry saved at runtime when converting bmesh to mesh.Germano
2018-02-19Merge branch 'master' into blender2.8Campbell Barton
2018-02-19Cleanup: remove BMeshToMeshParams.calc_tessfaceCampbell Barton
2018-02-19Fix T54098: Crash existing /w dyntopo sculptCampbell Barton
2017-08-27Merge branch 'master' into blender2.8Campbell Barton
2017-08-26Missed last commitCampbell Barton
2017-08-26Fix T52515: Crash on BMesh.to_mesh()Campbell Barton
2017-08-26Merge branch 'master' into blender2.8Campbell Barton
2017-08-26Fix minor Mesh -> BMesh conversion issuesCampbell Barton
2017-05-25TexFace removal part 3Campbell Barton
2017-02-02Fix T50524: Basis shapekey editing while rendering bug.Bastien Montagne
2016-05-26BMesh: don't alloc zero sized select elem arrayCampbell Barton
2016-04-29Fix T48290: Hook fails after deleting geometryCampbell Barton
2016-04-29BMesh: when multiple vertices have the same key-index, use the firstCampbell Barton
2016-04-29Minor optimization to bmesh shape key conversionCampbell Barton
2015-11-23Cleanup: shadowing (bmesh)Campbell Barton
2015-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2014-11-17ShapeKeys: Add `BKE_keyblock_is_basis` to check whether a given keyblock is u...Bastien Montagne
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-06-23BMesh: we actually can set loop indices too while converting from Mesh to BMe...Bastien Montagne