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-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-02-03Scanfill: skip checks for loose edges when they can't occurCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-02-02BMesh: optimize lookups for triangle fillCampbell Barton
2014-02-02Smallhash: add reserve option to avoid resizing when size is knownCampbell Barton
2014-01-22BMesh: collapse_uvs - avoid clearing and flagging for every cd-layerCampbell Barton
2014-01-17Code Cleanup: spellingCampbell Barton
2014-01-17BMesh: minor optimization for remove doublesCampbell Barton
2014-01-17BMesh: add bmesh delete functions that dont depend on operator flagsCampbell Barton
2014-01-16Fix T38217: Fix glitch adding Monkey with view alignCampbell Barton
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-14Fix T38186: mesh inset didn't follow edge directions for flat surfacesCampbell Barton
2014-01-08Add profile control parameter to Bevel.Howard Trickey
2013-12-24Fix for own recent commitCampbell Barton
2013-12-24BMesh optimize face splitting by taking loops rather then vertsCampbell Barton
2013-12-21EditMesh: wireframe tool, add offset and vgroup support (not used yet)Campbell Barton
2013-12-15Editmesh: skip allocating a face array for recalc-normalsCampbell Barton
2013-12-02Fix for triangulate and beauty-fillCampbell Barton
2013-11-29Fix own regression - adding a grid had rotated face.Campbell Barton
2013-11-26Correct fix for T37617, (own recent regression)Campbell Barton
2013-11-26Fix T37617: "Add plane" was adding a 2*2 gridBastien Montagne
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-25Fix T37573: Adding grid primitive slow for many subdivisionsCampbell Barton
2013-11-25CMake Build: option to compile without opennl/superlu.Campbell Barton
2013-11-24Code Cleanup: use math functions and reduce View3d axis drawing into a loopCampbell Barton
2013-11-22Fix T37559: Crash dissolving vertices in some situationsCampbell Barton
2013-11-19Fix T37399: Crash with wireframe (wasn't clearing edge tag)Campbell Barton
2013-11-11Fix [#37388] Grid fill crashes blender in specific situation.Bastien Montagne
2013-11-10Added options for how bevel amount is measured.Howard Trickey
2013-11-03code cleanup: warningsCampbell Barton
2013-10-29Triangulate Modifier: using different ngon and quad methodsDalai Felinto
2013-10-22style cleanupCampbell Barton
2013-10-16fix [#37100] Segfault when I rotate an edgeCampbell Barton
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