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-17Fix 30562: bevel was infinite looping when adjacent faces had incompatible no...Howard Trickey
2012-03-16bmesh: being back bevel modifier from 2.62 stable.Campbell Barton
2012-03-13style cleanupCampbell Barton
2012-03-08building without python works again, cleanup bmesh include paths (cmake and s...Campbell Barton
2012-03-06fix for own error in edge-rotate keeping edge customdata - this was crashing ...Campbell Barton
2012-03-05edge rotate now keeps edge properties (like seam, crease, bevel weight.. etc)Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-02bmmesh api - use struct rather than int[4] to initialize mesh sizes.Campbell Barton
2012-03-01Code Cleanup: remove bmesh_radial_loop_next() function,Campbell Barton
2012-02-29add an assert for inserting an egde with the same vertices and a BMESH_TODO f...Campbell Barton
2012-02-28code cleanup: de-duplicate bmesh face creation code,Campbell Barton
2012-02-28Code Cleanup:Campbell Barton
2012-02-27minor bmesh api naming edits.Campbell Barton
2012-02-27Code Cleanup:Campbell Barton
2012-02-27style cleanupCampbell Barton
2012-02-26bmesh api name change, add _count suffix for BM_*_share functions.Campbell Barton
2012-02-26bmesh - remove faces with <3 sides after dissolve/collapse (most tools alread...Campbell Barton
2012-02-26change vertex dissolve not to collapse edges when its only connected to 2, ra...Campbell Barton
2012-02-26fix for a bug in bmesh_jekv (and its main caller BM_vert_collapse_faces).Campbell Barton
2012-02-25bmesh api:Campbell Barton
2012-02-23bmesh minor api refactorCampbell Barton
2012-02-23swap arg order for BM_edge_split(), makes sense to have edge as firstCampbell Barton
2012-02-23code style cleanup, no functional changes.Campbell Barton
2012-02-19remove more unused files.Campbell Barton
2012-02-19copying bmesh dir on its own from bmesh branchCampbell Barton