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-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-28bmesh: be more strict with operator string formatting, no tabs and only accep...Campbell Barton
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-28own error r45225Campbell Barton
2012-03-28code cleanup: (dont include ';' in defines), last commit also missed changes ...Campbell Barton
2012-03-28fix [#30685] Solidify tool behaves like Shrink/Fatten (editmesh functionality...Campbell Barton
2012-03-27Fix tweak for #30638: use same BMesh Face area computation functions as Mesh,Brecht Van Lommel
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-27Spelling fix, sentine -> sentinel.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-27style/name cleanup: have EDBM_* functions match our style guide and also matc...Campbell Barton
2012-03-26fix [#30257] bmesh: Rip "V" don't work on end vertexCampbell Barton
2012-03-26fix #30668 and the rest of #30638.Antony Riakiotakis
2012-03-25Comment out the projection to ngon normal plane when calculating ngon area. T...Antony Riakiotakis
2012-03-25Fix #30638 and part of #30646.Antony Riakiotakis
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-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-24code cleanup: move bmesh inline funcs to headers (avoids compiling the C files).Campbell Barton
2012-03-23fix for error with console command history not working, using previous settings.Campbell Barton
2012-03-23fix [#30632] Edge Split Modifier (creates invalid mesh)Campbell Barton
2012-03-23minor speedup to vertex split function, avoid a hash lookup when its not needed.Campbell Barton
2012-03-22code cleanup: remove BMesh * args from query functions which don't need itCampbell Barton
2012-03-22bmesh: debugging function to help resolve issues with corrupt mesh data - BM_...Campbell Barton
2012-03-22fix [#30623] user-defined render presets bugCampbell Barton
2012-03-22Fix #30504 selecting self-intersecting face loop won't work correctly.Antony Riakiotakis
2012-03-21Fix for crash on selecting loop in cases when some edges aren't connected to ...Sergey Sharybin
2012-03-21move some bmesh headers into intern/ since they are not used externally.Campbell 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-21spelling cleanup: tesselate -> tessellate (last of these found)Campbell 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-20Quiet warnings about unused functions and variables.Nicholas Bishop
2012-03-20bmesh inset: outset optionCampbell Barton
2012-03-20bmesh inset:Campbell Barton
2012-03-20style cleanup: minor change to bmesh py repr + comment on loop radial next/pr...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