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
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-26bmesh: inset tool depth used bad normals for edge verts. Campbell Barton
2012-04-24fix own error with subdivision (broke icosphere), also noticed icosphere vani...Campbell Barton
2012-04-23- fix for python freeing its own bmesh clearing the global mirror cache.Campbell Barton
2012-04-23code cleanup: bmesh subdivide code - BM_mesh_esubdivideflag() & "esubd" bmesh...Campbell Barton
2012-04-23code cleanup: better use of BLI_array_* (grow in larger steps where possible)...Campbell Barton
2012-04-23code cleanup: change C naming convention (so py and C api match), eg:Campbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-21style cleanup: correct typosCampbell Barton
2012-04-21fix [#31049] New Faces (F) always solid shadedCampbell Barton
2012-04-20code cleanup: prefer BM_face/edge/vert_select_set() over BM_elem_select_set()...Campbell Barton
2012-04-19bmesh inset: add depth option (make use of relative and even offset options)Campbell Barton
2012-04-19code cleanup: remove unused BMesh args.Campbell Barton
2012-04-19remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the mac...Campbell Barton
2012-04-19style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITERCampbell Barton
2012-04-19bmesh api function: BM_edge_face_tangent()Campbell Barton
2012-04-19Fix #31009: edge split did not split non-manifold edges correctly, it shouldBrecht Van Lommel
2012-04-18improve recent commit to copy loop data on extrudeCampbell Barton
2012-04-18fix [#30994] Extruding faces gives bad UV'sCampbell Barton
2012-04-18more replacement for BM_edge_face_count() use.Campbell Barton
2012-04-18code cleanup: replace use of BM_edge_face_count with BM_edge_is_manifold and ...Campbell Barton
2012-04-17code cleanup: remove/comment some unused code.Campbell Barton
2012-04-16bmesh todo: remove unused code.Campbell Barton
2012-04-16bmesh todos:Campbell Barton
2012-04-16make scanfill threadsafe (wasnt threadsafe before BMesh merge but before the ...Campbell Barton
2012-04-16code cleanup: avoid confusion with incorrectly named argument to BLI_edgefill...Campbell Barton
2012-04-15Fix [#30943] Crash when edge mode enabled and use the bmesh vertex slide(shif...Francisco De La Cruz
2012-04-15make ngon_perimeter into a public api function and expose to python.Campbell Barton
2012-04-13fix [#30936] Face Inset gives bad UV'sCampbell Barton
2012-04-13bmesh api changes:Campbell Barton
2012-04-09fix [#30852] Wrong Material ID applied for the new facesCampbell Barton
2012-04-08style cleanup: pep8 some C/styleCampbell Barton
2012-04-08code cleanup:Campbell Barton
2012-04-07Fix [#30855] Vertex Slide not using the active vertexFrancisco De La Cruz
2012-04-07fix for vertex slide not taking object transformation into account.Campbell Barton
2012-04-07code cleanup: no functional changesCampbell Barton
2012-04-07Added Vertex Slide: Slides a vertex along a selected and connected edge (Shif...Francisco De La Cruz
2012-04-06bmesh minor change - avoid increasing array sizes one by one and use iterator...Campbell Barton
2012-04-06code cleanup: add doxygen headers to bmesh operator files, also add own inclu...Campbell Barton
2012-04-05Small improvement to bmo icosphere primitive: instead of calling n times the ...Bastien Montagne
2012-04-05adjust limited dissolve to take face angle into account when dissolving verti...Campbell Barton
2012-04-04fix [#30809] Limited dissolve leaves edges behindCampbell Barton
2012-04-04add option not to delete edges/verts when joining faces, needed so we can loo...Campbell Barton
2012-04-03fix [#30735] bmesh: loop-cut cuts faces isolated by hidden facesCampbell Barton
2012-04-03BM_mesh_esubdivideflag was adjusting the totedgesel variable when this is han...Campbell Barton
2012-04-02adding back boundary inset support. was disabled because at one point it was ...Campbell Barton
2012-04-02code cleanup: replace inline axis angle conversion with axis_angle_to_mat3()Campbell Barton
2012-04-02fix [#30768] Project from View UV map tool includes hidden geometry r45323Campbell Barton
2012-04-02fix - extrude could create hidden faces when the only connected face to an ed...Campbell Barton
2012-04-02style cleanupCampbell Barton