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
2015-04-14BMesh: optimize BM_face_existsCampbell Barton
2015-04-13GHash: use unsigned int for ghash_sizeCampbell Barton
2015-04-12BMesh: minor optimization counting adjacent dataCampbell Barton
2015-04-12BMesh: avoid ghash realloc's making log entryCampbell Barton
2015-04-12Missed this last commit (dyntopo hashing)Campbell Barton
2015-04-11BMesh: intersect was using ptr hash for int keysCampbell Barton
2015-04-11BMesh: simplify hashing for dyntopoCampbell Barton
2015-04-07Fix for own last commitCampbell Barton
2015-04-07Fix T44258: Can't select similar regionsCampbell Barton
2015-04-07Use BKE_edgehash_ensure_p where possibleCampbell Barton
2015-04-06Use BKE_ghash_ensure_p where possibleCampbell Barton
2015-04-05Fix T44270: Similar face region crash /w wire edgeCampbell Barton
2015-03-16Correct assertCampbell Barton
2015-03-16Cleanup: warningsCampbell Barton
2015-03-16Fix T39184: Multisegment bevel profiles should curve in-plane sometimes.Howard Trickey
2015-03-11Cleanup: indentationCampbell Barton
2015-03-09Fix T43421: bisect_edges returns insufficient dataCampbell Barton
2015-03-06BMesh: Add extended BM_vert_calc_edge_angle that takes a fallback valueCampbell Barton
2015-03-05Fix T43898, correct all uv layers in bevel, not only the active oneAntony Riakiotakis
2015-03-02BMesh: BM_loop/edge_point_side_of_loop_testCampbell Barton
2015-03-02error in last commitCampbell Barton
2015-03-02Fix T43848: Wrong direction recalculating normalsCampbell Barton
2015-03-02BMesh: calc normals, use area weighted centerCampbell Barton
2015-02-24Fix T43792: Connect faces fails with ngonsCampbell Barton
2015-02-24Cleanup: use bit-shift for bmesh_elem_checkCampbell Barton
2015-02-23Fix mismatch (missing 'const' to mactch funcs declarations).Bastien Montagne
2015-02-23CustomData: const correctnessCampbell Barton
2015-02-23Edge/Vert Slide: avoid redundant loop angle callsCampbell Barton
2015-02-23Error in last commitCampbell Barton
2015-02-23Fix error in recent vert/edge-slide commitsCampbell Barton
2015-02-23CustomData: const correctness for interp()Campbell Barton
2015-02-16Vert/Edge Slide: better UV interpolationCampbell Barton
2015-02-14Refactor array_utils out of BLI_arrayCampbell Barton
2015-02-13BMesh: avoid ugly macro for loop interpolationCampbell Barton
2015-02-12Fix part 1 of T43239, multisegment vertex bevel on 2-edge vertices.Howard Trickey
2015-02-11UV Island support for vertex & edge slideCampbell Barton
2015-02-11cleanup: style/indentationCampbell Barton
2015-02-06Fix T43579: FBX Export shading issue (Broken normals?)Bastien Montagne
2015-02-05Add Custom Loop Normals.Bastien Montagne
2015-02-03BMesh: optimize selection flushingCampbell Barton
2015-02-03cleanup: inconsistent BMesh select checksCampbell Barton
2015-02-03BMesh: optimize edge selectCampbell Barton
2015-02-02cleanup: style/spellingCampbell Barton
2015-02-02minor edits to last commitCampbell Barton
2015-02-02BMesh: tool to ensure all faces are convexCampbell Barton
2015-02-02BMesh: BM_face_triangulate take edge arrayCampbell Barton
2015-02-01cleanup: use constCampbell Barton
2015-02-01BMesh: remove redundant connect-nonplanar loopCampbell Barton
2015-01-31Compiler warning: double-promotionCampbell Barton
2015-01-19Make use/computation of lnors consistant.Bastien Montagne