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-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
2012-04-01Reverting some style changes from r45305.Nicholas Bishop
2012-03-31Minor code cleanups for bmo_dupe.c.Nicholas Bishop
2012-03-30For BMesh functions that test flags, add enabled/disabled variants.Nicholas Bishop
2012-03-29fix [#30715] bmesh: select linked not ignoring hidden verts/edges/facesCampbell Barton
2012-03-29Partial fix for array modifier vertex merge (bug 30195).Nicholas Bishop
2012-03-28print error if rip does nothing (rather then grabbing the unripped verts as i...Campbell Barton
2012-03-28fix [#30701] bmesh: segfault when ripping partially connected verticesCampbell Barton
2012-03-28fix [#30685] Solidify tool behaves like Shrink/Fatten (editmesh functionality...Campbell Barton
2012-03-27Partial fix for bug 30695, "Array broke crease, weird visibility and slowdown"Nicholas Bishop
2012-03-27Fix more truncated comments.Nicholas Bishop
2012-03-27Fix bug 30696, circular mesh objects had wrong orientation.Nicholas Bishop
2012-03-27Fix bug 29123, subdivide smooth distorts shape with numcuts > 1.Nicholas Bishop
2012-03-26fix [#30257] bmesh: Rip "V" don't work on end vertexCampbell Barton
2012-03-25Fix bug #30673, "Crash: Bridge a pair of edges."Nicholas Bishop
2012-03-25bmesh inset: another small improvement - use the shared edge vector rather th...Campbell Barton
2012-03-25inset tool now works better when insetting around corners - the 2 faces norma...Campbell Barton
2012-03-24style cleanup: pep8, indentationCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24code cleanup: move bmesh inline funcs to headers (avoids compiling the C files).Campbell Barton
2012-03-22code cleanup: remove BMesh * args from query functions which don't need itCampbell Barton
2012-03-21fix [#30613] B-mesh - inset created invalid meshCampbell Barton
2012-03-21partial fix for bug [#30613], inset creating invalid meshes, however its stil...Campbell Barton
2012-03-21style cleanup: bmeshCampbell Barton
2012-03-20Fix #30600: extrude in vertex select mode did not copy attributes like smooth...Brecht Van Lommel
2012-03-20rename define BM_INLINE -> BLI_INLINE to avoid confusion with bmesh defines.Campbell Barton
2012-03-20style cleanupCampbell Barton
2012-03-20bmesh inset: outset optionCampbell Barton
2012-03-20bmesh inset:Campbell Barton
2012-03-19bmesh inset:Campbell Barton
2012-03-19style cleanup: + some spelling errors for insetCampbell Barton
2012-03-19code cleanup: bmesh api - make arg order consistent - htype before hflag or o...Campbell Barton
2012-03-19bmesh inset:Campbell Barton
2012-03-19bmesh: inset tool, access from face menu (Ctrl+F)Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-17fix for own silly mistake with face creation (wasnt checking more then 1 vert...Campbell Barton