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-12-02Bevel: add width consistency pass.Howard Trickey
2013-12-02Fix for triangulate and beauty-fillCampbell Barton
2013-12-01Fix for beauty option for triangulate (modifier and tool)Campbell Barton
2013-11-30BMesh/Mesh: replace scanfill with polyfillCampbell Barton
2013-11-29Fix own regression - adding a grid had rotated face.Campbell Barton
2013-11-27Fix for recent BMesh regression refactoring out face tessellationCampbell Barton
2013-11-27BMesh Operators: BMO_op_finish now overwrites values in debug modeCampbell Barton
2013-11-27Fix T37121: decimate works badly with flat surfacesCampbell Barton
2013-11-27Fix T37583: regression in bmesh triangulate breaking python's use of face_mapCampbell 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-22Code Cleanup: warningsCampbell Barton
2013-11-20Bevel Fix for nonplanar faces / reflex anglesHoward Trickey
2013-11-19Fix T37399: Crash with wireframe (wasn't clearing edge tag)Campbell Barton
2013-11-19Fix T36998: Bisect would operate on unselected vertices.Campbell Barton
2013-11-18Compile Fix: fix for gcc4.8 with bmesh header.Campbell Barton
2013-11-18BMesh Refactor: BKE_bmbvh_new can now be created without an EditMesh.Walid Shouman
2013-11-17Style Cleanup: whitespaceCampbell Barton
2013-11-16Fix T37476 Bevel modifier got weight from wrong edgeHoward Trickey
2013-11-15Fix Bevel artifacts bug T37053howardt
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-28Fix compile error using Visual Studio 2012.Daniel Genrich
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-10-28fix for decimator editing the data it loops over in an unsupported way.Campbell Barton
2013-10-27rename BM_vert_at_index -> BM_vert_at_index_find (since this searches the mem...Campbell Barton
2013-10-26fix for BM_faces_join_pair() making the assumption that only the 2 faces use ...Campbell Barton
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