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-22style cleanupCampbell Barton
2013-10-21Fix [#37160] Rotate edge direction changed between 2.64 and 2.65 (low priority)Bastien Montagne
2013-10-20fix [#37145] "Triangulate Face" crash in specific sceneDalai Felinto
2013-10-17correct BM_edge_face_pair() being called inside BLI_assert() - this needed to...Campbell Barton
2013-10-16Triangulate modifier - beauty option is backDalai Felinto
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-16fix [#37013] Mesh > bisect can't fill the cut if it lines up with two or more...Campbell Barton
2013-10-13fix [#37058] 2.69 RC1: Symmetrize directions are all reverseDalai Felinto
2013-10-13fix [#37046] Dissolve edges and vertices problem with triangulateDalai Felinto
2013-10-13fix [#37034] Triangulate modifier asserts with GHASH_FLAG_ALLOW_DUPESDalai Felinto
2013-10-11code cleanup: use const's for static arraysCampbell Barton
2013-10-10add MEM_SIZE_OPTIMAL to avoid memory fragmentation & waste lost to slop-space.Campbell Barton
2013-10-09code cleanup: redundant includes and add minor comments.Campbell Barton
2013-10-08Triangulate Modifier changes - using scanfillDalai Felinto
2013-10-08use booleans in BKE_nurb_handles_autocalc and BMO_op_vinitfCampbell Barton
2013-10-04code cleanup: warnings and minor edits.Campbell Barton
2013-10-04fix for lasso selection (in non-zbuf mode) when the line intersected its self.Campbell Barton
2013-10-03set mempool debug in the game-engine-player too. also remove redundant mempoo...Campbell Barton
2013-10-03fix crash in editmesh edge-dissolve, when 2 faces shared multiple edges, free...Campbell Barton
2013-10-03fix for crash dissolving faces, bmesh walkers were using freed mempool elements.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-03add debug mode assert if mesh-data is removed while iterating over it. (can c...Campbell Barton
2013-10-02fix [#36913] GHASH_FLAG_ALLOW_DUPES assert and crash in Edge CollapseCampbell Barton
2013-10-01fix [#36435] Crash on unwrap with specific meshCampbell Barton
2013-10-01remove assert for poly_find_ear(), added recently but its incorrect, also min...Campbell Barton
2013-09-30lots of operator descriptions were incorrectly copy/pasted.Campbell Barton
2013-09-24bmesh triangulate: skip intersection checks for degenerate geometry and just ...Campbell Barton
2013-09-24allocate bmesh data from known sizes where possible (was still using defaults...Campbell Barton
2013-09-20Let vertex bevel work on boundary verts of polys.Howard Trickey
2013-09-20correct include guards and add checks in check_style_c.py for them.Campbell Barton
2013-09-19speedup for ngon tessellation, check if the angle is an improvement before do...Campbell Barton
2013-09-19minor edits to poly_find_ear() bmesh function, no functional changes.Campbell Barton
2013-09-18style cleanupCampbell 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-12code cleanup: headers - doxy comments.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-08update bmesh doxy docs, remove double-promotion warnings in remove-strict-fla...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