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-06-29Fix #31951 Subdivide with multires splits uvs.Antony Riakiotakis
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-03style cleanup: formatting and some float/double promotionCampbell Barton
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...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-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-18add missing NULL check for BM_vert_collapse_faces(), could crash in rare cases.Campbell Barton
2012-04-18bmesh: fix own bug in BM_vert_collapse_faces() with option 'kill_degenerate_f...Campbell Barton
2012-04-07code cleanup: no functional changesCampbell Barton
2012-04-04add option not to delete edges/verts when joining faces, needed so we can loo...Campbell Barton
2012-03-22code cleanup: remove BMesh * args from query functions which don't need itCampbell Barton
2012-03-21style cleanup: bmeshCampbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-16*picky* fix for edge rotateCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-09bmesh py api, new functions:Campbell Barton
2012-03-08building without python works again, cleanup bmesh include paths (cmake and s...Campbell Barton
2012-03-07fix for error in r44711, needed to update sequencer callback.Campbell Barton
2012-03-07Knifetool uses direct cutting instead of scanfill: fixes bugs 29908, 28963, 3...Howard Trickey
2012-03-06fix for own error in edge-rotate keeping edge customdata - this was crashing ...Campbell Barton
2012-03-06bmesh: speedup for deselecting all, (avoid topology loops since all get desel...Campbell Barton
2012-03-06Add BM_face_split_n which splits a face with intermediate points with given c...Howard Trickey
2012-03-05edge rotate now keeps edge properties (like seam, crease, bevel weight.. etc)Campbell Barton
2012-03-05Improvements to bmesh edge rotateCampbell Barton
2012-03-04switch arg order for BM_face_other_* funcs (make face come first), and add ni...Campbell Barton
2012-03-03fix for leak in bmesh edge split - assert when invalid args are given rather ...Campbell Barton
2012-03-03bmesh edge rotateCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-29update doxygen comments for bmesh.Campbell Barton
2012-02-28code cleanup: de-duplicate bmesh face creation code,Campbell Barton
2012-02-28Code Cleanup:Campbell Barton
2012-02-28more header re-arranging.Campbell Barton
2012-02-28Code CleanupCampbell Barton
2012-02-28Code Cleanup: bmeshCampbell Barton
2012-02-28move bmesh wiki docs into bmesh header and update doxygen.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-26replace BMESH_ERROR with BMESH_ASSERT, most areas it was used are better suit...Campbell Barton
2012-02-26replace bmesh_error with macro that gives the file/line/func the error happen...Campbell Barton
2012-02-26bmesh - remove faces with <3 sides after dissolve/collapse (most tools alread...Campbell Barton
2012-02-26fix for a bug in bmesh_jekv (and its main caller BM_vert_collapse_faces).Campbell Barton
2012-02-26fix for vertex dissolve not doing anything with a single vertex on a single f...Campbell Barton
2012-02-26bmesh code cleanupCampbell Barton
2012-02-26fix [#30352] Dissolving a vert in an edgeloop (no faces) just deletes the ver...Campbell Barton
2012-02-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-23bmesh minor api refactorCampbell Barton