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-05-02Cleanup: bmesh src/dst order in API argsCampbell Barton
2015-05-02Cleanup: use function attrs for BMesh inline funcsCampbell Barton
2015-05-01Fix T44560: Merge Collapse tool - UVs operator panel option ignored with Coll...Bastien Montagne
2015-04-30BMesh: correct bmesh_edge_vert_swapCampbell Barton
2015-04-30BMesh: add bmesh_disk_vert_replaceCampbell Barton
2015-04-29BMesh: add BM_face_loop_separate_multiCampbell Barton
2015-04-29BMesh: simplify/optimize loop splitting logicCampbell Barton
2015-04-29BMesh: refactor edge-vert swapping into API callCampbell Barton
2015-04-29BMesh: minor change to swap-vert apiCampbell Barton
2015-04-29Add macro BLI_SMALLSTACK_AS_TABLECampbell Barton
2015-04-29Correct commentCampbell Barton
2015-04-29BMesh: optimize edge splitCampbell Barton
2015-04-29BMesh: replace smallhash flag for checking doublesCampbell Barton
2015-04-29BMesh: avoid over-counting vert-edgesCampbell Barton
2015-04-28Cleanup: const correctnessCampbell Barton
2015-04-28Cleanup: redundant checksCampbell Barton
2015-04-26Add inverse-square falloff to bmesh, mask & compo.Campbell Barton
2015-04-26BMesh: use const for API callsCampbell Barton
2015-04-25correct own error in recent ngon creation editCampbell Barton
2015-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2015-04-25BMesh: simplify BM_face_create_ngonCampbell Barton
2015-04-20Editmesh select nearest fixesCampbell Barton
2015-04-17Cleanup: redundant castsCampbell Barton
2015-04-17Dyntopo: save 4 bytes per BMLogVertCampbell Barton
2015-04-17Dyntopo: avoid redundant lookup on original dataCampbell Barton
2015-04-15Cleanup: warnings, wsCampbell Barton
2015-04-15BMesh: Missed normal from example /w skip-cd flagCampbell Barton
2015-04-14initialize members in-orderCampbell Barton
2015-04-14BMesh: optimize BM_face_existsCampbell 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: simplify hashing for dyntopoCampbell Barton
2015-04-07Use BKE_edgehash_ensure_p where possibleCampbell Barton
2015-04-06Use BKE_ghash_ensure_p where possibleCampbell Barton
2015-03-16Correct assertCampbell Barton
2015-03-06BMesh: Add extended BM_vert_calc_edge_angle that takes a fallback valueCampbell Barton
2015-03-02BMesh: BM_loop/edge_point_side_of_loop_testCampbell 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-13BMesh: avoid ugly macro for loop interpolationCampbell Barton
2015-02-11UV Island support for vertex & edge slideCampbell Barton
2015-02-06Fix T43579: FBX Export shading issue (Broken normals?)Bastien Montagne
2015-02-05Add Custom Loop Normals.Bastien Montagne