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
2018-08-04Removed redundant comment in BMeshRohan Rathi
2018-06-11Merge branch 'blender2.8' into soc-2018-bevelRohan Rathi
2018-06-04Cleanup: strip trailing space in bmesh moduleCampbell Barton
2018-05-25Applied soc-2017-normal-toolsRohan Rathi
2017-10-24Fix T53143: Knife Crash after Grid FillCampbell Barton
2017-05-06bmesh: use 'uint' instead of 'unsigned int'Campbell Barton
2016-10-31BMesh: remove redundant walker member & assignmentCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2015-12-22BMesh: store stackdepth as an indexCampbell Barton
2015-12-11Fix for invalid void* to typed pointer assignment in bmesh when used in C++ c...Lukas Tönne
2015-11-28BMesh: use typed filter callbacks (const args too)Campbell Barton
2015-08-06Cleanup: whitespace, unused varCampbell Barton
2015-04-28Fix for Clang type checkCampbell Barton
2015-04-26BMesh: BM_ELEM_CD_GET_VOID_P cast removed constCampbell Barton
2014-12-08BMesh: ensure iterator macros assign to valid typesCampbell Barton
2014-08-01Prevent macros hiding casts from `const` pointersCampbell Barton
2014-06-27BMesh: use slightly faster method of stepping over edge-disksCampbell Barton
2014-04-16Dyntopo:Antony Riakiotakis
2014-04-13Split Normals I (2/5): Add basic BMesh support of split normals.Bastien Montagne
2013-12-19Patch T19235: bmesh comments (with updates)Campbell Barton
2013-12-19Code Cleanup: remove duplicate errorstackCampbell Barton
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-09-09correct error in recent changes for building with openmp.Campbell Barton
2013-09-05code cleanup:Campbell Barton
2013-08-18improved BM_face_copy_shared to copy from more possible connected loops and a...Campbell Barton
2013-07-02bump up openmp limit for release,Campbell Barton
2013-06-19Remove paranoid null checks for editmesh EDBM_vert_at_index and friends (use ...Campbell Barton
2013-05-14bridge tool: fix for error in recent commit. missed NULL check for example face.Campbell Barton
2013-03-17- ghost-sdl builds again.Campbell Barton
2013-02-20increase openmp limit for release so low poly meshes don't use openmp threads...Campbell Barton
2013-02-11style cleanup: also some typosCampbell Barton
2013-01-14fix for own error with unwrap selection checking uvedit_have_selection() fail...Campbell Barton
2013-01-10don't store bevel weights or edge crease customdata layers in editmode unless...Campbell Barton
2013-01-07style cleanupCampbell Barton
2012-12-21fix own error in bmesh/openmp unhiding, set BM_OMP_LIMIT to 0 so we can spot ...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-11-27bmesh/py operator api:Campbell Barton
2012-11-18bmesh: lazy initialize bmesh tool flag pool, has the advantage that modifiers...Campbell Barton
2012-11-18bmesh: move internal API flags out of BMFlagLayer, into BMHeader which was be...Campbell Barton
2012-11-12BM_iter_as_arrayN() can now take an optional existing array argument, useful ...Campbell Barton
2012-10-22code cleanup: check defgroup_name_index() return value != -1, rather then che...Campbell Barton
2012-10-21bmesh decimate fixesCampbell Barton
2012-07-21remove BMO_OP_FLAG_RATIONALIZE_NORMALS option which wasnt used anywhere.Campbell Barton
2012-05-22fix [#31489] EdgeSplit modifier prevents All Edge to be work correctly since ...Campbell Barton
2012-04-07code cleanup: no functional changesCampbell Barton
2012-03-21move some bmesh headers into intern/ since they are not used externally.Campbell Barton
2012-03-20style cleanup: minor change to bmesh py repr + comment on loop radial next/pr...Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-11remove Object member from BMesh struct - was only used for undo and BMEditMes...Campbell Barton