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-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-17Code Cleanup: remove redundant bmesh functions & make staticCampbell Barton
2014-01-17BMesh: minor speedup for deleting faces. also remove unused delete-allCampbell Barton
2014-01-17Code Cleanup: move delete funcs out of bmesh_construct.c into own fileCampbell Barton
2014-01-16Fix T38217: Fix glitch adding Monkey with view alignCampbell Barton
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-16Code Cleanup: simplify matcaps checks and quiet warningCampbell Barton
2014-01-15Code Cleanup: float/double promotionsCampbell Barton
2014-01-14Bevel fix to clamping for percent type.Howard Trickey
2014-01-14Fix T38186: mesh inset didn't follow edge directions for flat surfacesCampbell Barton
2014-01-13Code Cleanup: spellingCampbell Barton
2014-01-12Bevel fixes for profiles: better way to calculate.Howard Trickey
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-09Code Cleanup: styleCampbell Barton
2014-01-08Code Cleanup: style edits to bevel and remove unneeded boundvert_rep_face callCampbell Barton
2014-01-08Add profile control parameter to Bevel.Howard Trickey
2014-01-07Fix to own previous commit for bevel vertex only case.Howard Trickey
2014-01-06Bevel: use stack memory for interp_vmesh()Campbell Barton
2014-01-06Bevel: change 'adj' pattern to use subdivision.Howard Trickey
2014-01-03Code Cleanup: use bool for bmesh operator boolean mapping functionsCampbell Barton
2013-12-24Fix for own recent commitCampbell Barton
2013-12-24BMesh optimize face splitting by taking loops rather then vertsCampbell Barton
2013-12-23BMesh API: optimize BM_edge_exists().Campbell Barton
2013-12-23BMesh API: make simple, low level functions inlineCampbell Barton
2013-12-22error in recent commit (this is getting ridiculous),Campbell Barton
2013-12-21EditMesh: wireframe tool, add offset and vgroup support (not used yet)Campbell Barton
2013-12-19Patch T19235: bmesh comments (with updates)Campbell Barton
2013-12-19Code Cleanup: remove duplicate errorstackCampbell Barton
2013-12-15Editmesh: skip allocating a face array for recalc-normalsCampbell Barton
2013-12-14correct error in recent commitCampbell Barton
2013-12-14Fix bmesh compiler warning with OS X / clang.Brecht Van Lommel
2013-12-14BMesh API: optionally pass fallback to BM_edge_calc_face_angle functionsCampbell Barton
2013-12-05Fix for own error in recent tessellation update.Campbell Barton
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