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-08-26Fix T41568: Dissolve & Tear Boundary Keeps VertsCampbell Barton
2014-07-24Correction to recent rip-tearCampbell Barton
2014-07-23Editmesh: Add option to tear boundary vertices when dissolvingCampbell Barton
2014-06-27BMesh: more edits to vertex dissolve, handle mixing wire edges with faces betterCampbell Barton
2014-06-27BMesh: tweaks to dissolve, remove wire edges before other calculationsCampbell Barton
2014-06-27BMesh: add BM_vert_is_edge_pair(), faster then checking (BM_vert_edge_count(v...Campbell Barton
2014-06-27BMesh: add ability not to delete vertex when collapsingCampbell Barton
2014-06-26Fix T40813: Dissolve verts with adjacent regions, removes the dividing edgeCampbell Barton
2014-06-26Fix for dissolve faces iterating over verts while removingCampbell Barton
2014-02-17Mesh Tool: removes degenerate edges, faces and face ears.Campbell Barton
2013-12-24BMesh optimize face splitting by taking loops rather then vertsCampbell Barton
2013-11-22Fix T37559: Crash dissolving vertices in some situationsCampbell Barton
2013-10-03fix crash in editmesh edge-dissolve, when 2 faces shared multiple edges, free...Campbell Barton
2013-10-03yet another instance dissolve deletes verts it loops over.Campbell Barton
2013-10-03fix [#36923] Merge / Delete vertices crashes for some meshesCampbell Barton
2013-08-23move bmesh tools into their own include,Campbell Barton
2013-08-17style cleanupCampbell Barton
2013-07-28bmesh: skip error checks when building in release mode (minor speedup),Campbell Barton
2013-07-25correct problem with limited-dissolve not leaving the selection correctly (ca...Campbell Barton
2013-06-14remove 'dissolve_edge_loop' bmesh operator, edgeloop dissolve replaces this now.Campbell Barton
2013-06-14bmesh edge dissolve: add option use_face_split (matching vertex dissolve opti...Campbell Barton
2013-06-03fix [#35311] Planar Decimate / Limited Dissolve fails to merge some adjacent ...Campbell Barton
2013-05-09fix for 2 errors introduced since releaseCampbell Barton
2013-05-08code cleanup: dissolve - use iterator macros, remove unused function.Campbell Barton
2013-05-08mesh dissolve vertices: option to split off corners of surrounding faces, mak...Campbell Barton
2013-04-07Fix for [#34898] Typo in error message of mathutils.VectorThomas Dinges
2013-03-30code comments: bmesh operator doxy header descriptions.Campbell Barton
2013-03-26code cleanup: operator headersCampbell Barton
2013-03-12bmesh: dissolve, avoid unnecessary loop in test_extra_verts(), also minor cod...Campbell Barton
2013-03-12bmesh: maintain active face when dissolving.Campbell Barton
2013-03-08style cleanupCampbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2013-01-14code cleanup: use BMW_begin insode for loops body.Campbell Barton
2012-11-20code cleanup: make bmesh operator names more consistant since python has acce...Campbell Barton
2012-11-20bmesh operator api edits, add macros and NULL the buffer if BMO_slot_buffer_a...Campbell Barton
2012-11-19use input and output slots for bmesh operators, needed for the python api to ...Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-23add option to planar decimator to collapse all verts that define face boundri...Campbell Barton
2012-10-23add limited dissolve as a decimation type to the decimate modifier.Campbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-07-21add option so operators can be called with a flag, currently the only flag is...Campbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-06-30rename bmesh ops since they are exposed in an api now.Campbell Barton
2012-05-06fix for limited dissolve (after sine intended fixes - not cleaning up before ...Campbell Barton
2012-05-04fix [#31235] Limited Dissolve problemsCampbell Barton
2012-04-23code cleanup: change C naming convention (so py and C api match), eg:Campbell Barton
2012-04-22style cleanup: commentsCampbell 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