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
2016-03-05Cleanup: quiet -Wcomma, cast to void where neededCampbell Barton
2016-01-28cleanup: spelling / typosMike Erwin
2016-01-14Cleanup: use BM_mesh_* prefix for BMesh functionsCampbell Barton
2016-01-12Fix T47164: [Scene.raycast] - True result when it should be False.Bastien Montagne
2016-01-09Cleanup: warning/spellingCampbell Barton
2015-12-27BMesh: BM_loop_share_edge_check utility funcCampbell Barton
2015-12-26BMesh: add checks for duplicates in a faceCampbell Barton
2015-12-26BMesh: check at least 2 edges in each loops vertCampbell Barton
2015-12-24Cleanup: use enum for bmesh_elem_checkCampbell Barton
2015-12-24BMesh: BM_verts_from_edges utility functionCampbell Barton
2015-12-23Fix weld edges into faces - eternal loopCampbell Barton
2015-12-23Add BM_vert_edge_pair utility functionCampbell Barton
2015-12-23Fix error in BM_vert_is_edge_pairCampbell Barton
2015-12-22BMesh: store stackdepth as an indexCampbell Barton
2015-12-17BMesh: add BM_face_share_vert_check/countCampbell Barton
2015-12-17BMesh: partial-connection could make duplicate edgesCampbell Barton
2015-12-16BMesh: support connecting single-edge island linksCampbell Barton
2015-12-16BMesh: utility function to split off wire edgesCampbell Barton
2015-12-12Correct error in last boolean commitCampbell Barton
2015-12-11BMesh: Add option to use BMesh boolean modifierCampbell Barton
2015-12-11BMesh: Boolean as an edit-mode toolCampbell Barton
2015-12-11Correct error in recent commit w/ hole-fillingCampbell Barton
2015-12-11BMesh: hole support for intersect toolCampbell Barton
2015-12-11BMesh: Add BM_face_kill_looseCampbell Barton
2015-12-09BMesh: move BM_face_split_edgenet to its own fileCampbell Barton
2015-12-05Fix T37879: Default UV generation for mesh primitives.Bastien Montagne
2015-11-28BMesh: pass loops instead of edges/verts to filter funcsCampbell Barton
2015-11-28BMesh: use typed filter callbacks (const args too)Campbell Barton
2015-11-27BMesh: Add API call BM_face_calc_point_in_faceCampbell Barton
2015-11-25Fix error in recent check for duplicate trisCampbell Barton
2015-11-23Cleanup: shadowing (bmesh)Campbell Barton
2015-11-20Cleanup: variable names, ascii diagramCampbell Barton
2015-11-20Recent change to bmesh_jekv caused assertCampbell Barton
2015-11-20Fix T46804: Crash using triangulate modifier on a specific mesh.Bastien Montagne
2015-11-19Fix related to T46804 - BMesh validate code would use invalid pointers after ...Bastien Montagne
2015-11-19BMesh: support splitting edge-loops when expandingCampbell Barton
2015-11-19BMesh: new API call to collapse an edgeCampbell Barton
2015-11-19BMesh: bmesh_jekv check for degenerate facesCampbell Barton
2015-11-19Cleanup: remove unused bmesh iteratorCampbell Barton
2015-11-05Cleanup: comments/styleCampbell Barton
2015-11-05Fix T46692: Triangulate creates duplicate facesCampbell Barton
2015-11-05Error in last commitCampbell Barton
2015-11-05Fix face creation using incorrect loop-custom-dataCampbell Barton
2015-11-05Fix BMesh memory leak w/ multires dataCampbell Barton
2015-11-05BMesh: triangulate & poke - multires data supportCampbell Barton
2015-11-05BMesh: generalize logic for quad/ngon triangulateCampbell Barton
2015-11-04Add missing check for multires interpolationCampbell Barton
2015-11-03Cleanup: de-duplicate quad_coord & resolve_quad_uv_v2Campbell Barton
2015-11-03Correct error in recent commitCampbell Barton
2015-11-03Edge/Vert slide: improve multires interpolationCampbell Barton