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
2013-10-16beautify: passing edge/face flags as argumentsDalai Felinto
2013-10-16split operators/bmo_beautify.c into tools/bmesh_beautify.cDalai Felinto
2013-10-13fix [#37058] 2.69 RC1: Symmetrize directions are all reverseDalai Felinto
2013-10-11code cleanup: use const's for static arraysCampbell Barton
2013-10-09code cleanup: redundant includes and add minor comments.Campbell 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-03overlapping faces made join-triangles fail, check for this case and silently ...Campbell Barton
2013-10-03addition to r60523 missed using BM_ITER_MESH_MUTABLE in one place.Campbell Barton
2013-10-03fix [#36923] Merge / Delete vertices crashes for some meshesCampbell Barton
2013-10-02fix [#36913] GHASH_FLAG_ALLOW_DUPES assert and crash in Edge CollapseCampbell Barton
2013-09-30lots of operator descriptions were incorrectly copy/pasted.Campbell Barton
2013-09-18fix [#36211] bridge edge loops joining vertecies that are far awayCampbell Barton
2013-09-18comments and more logical var names for bm_edge_calc_rotate_beauty(), (make i...Campbell Barton
2013-09-12code cleanup: unnecessary shadowing and some minor pep8 edits.Campbell Barton
2013-09-12bmesh wireframe operator now adds crease customdata when the crease option is...Campbell Barton
2013-09-10misc minor changesCampbell Barton
2013-09-09correct error in recent changes for building with openmp.Campbell Barton
2013-09-09code cleanup: warnings and redundant checks.Campbell Barton
2013-09-08code cleanup: quiet warningsCampbell Barton
2013-09-07use strict flags for gridfill, use unsigned ints.Campbell Barton
2013-09-07changes to grid fillCampbell Barton
2013-09-06grid-fill support for customdata, so filled areas have UV's, vertex colors et...Campbell Barton
2013-09-06sorting utility functions for simple cases - sorting pointers by float for ex...Campbell Barton
2013-09-06rename positive_mod to mod_i, make it work with nagative numbers (matching py...Campbell Barton
2013-09-05add function for rotating linked list so at item is last.Campbell Barton
2013-09-05add positive_mod() utility function.Campbell Barton
2013-09-04move timeit macros into their own include, since they are only used for testi...Campbell Barton
2013-09-02fix [#36412] Pivot of active element switches to last selected face after dup...Campbell Barton
2013-09-02bmesh: internal api change, remove BMOElemMapping, its not needed since the v...Campbell Barton
2013-08-28array modifier was adding vertices to the 'targetmap' multiple times.Campbell Barton
2013-08-28remove doubles: source/target can be swapped, check both flags.Campbell Barton
2013-08-28mesh remove doubles was adding verts into the weld_verts.targetmap multiple t...Campbell Barton
2013-08-26replace hashes with sets where possible.Campbell Barton
2013-08-23correct error in recent commit triangle-fill-dissolve, need to check if the e...Campbell Barton
2013-08-23_another_ fix for recently added bisect operator, looping over mixed geometry...Campbell Barton
2013-08-23add dissolve option to triangle fill operator, running dissolve after scanfil...Campbell Barton
2013-08-23fix for error in recetly added bisect operator, in rare cases it could attemp...Campbell Barton
2013-08-23optiona for bmesh triangle fill operator to take a normal argumentCampbell Barton
2013-08-23edits to new symmetrize toolCampbell Barton
2013-08-23move bmesh tools into their own include,Campbell Barton
2013-08-22correct own error in r59365, reported as [#36536] Extrusion detaches facesCampbell Barton
2013-08-22replace symmetrize code with calls to bmesh operators.Campbell Barton
2013-08-22new bmesh operator bisect_plane, cuts a mesh in half, takes a user defined pl...Campbell Barton
2013-08-22bmesh duplicate operator: add vertmap output slot.Campbell Barton
2013-08-21code cleanup: bmesh duplicate functionsCampbell Barton
2013-08-21mesh duplication was doing a loop & hash lookup for every loop corner, when t...Campbell Barton
2013-08-21correct error in recent commit (face customdata)Campbell Barton
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