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-09BMesh: rewrite edge split code (used by edge split modifier and rip tool)Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-08bmesh: fix for edge split allowing marked boundry edges for splitting.Campbell Barton
2012-03-08code cleanup: duplicate checks and double assignments.Campbell Barton
2012-03-08building without python works again, cleanup bmesh include paths (cmake and s...Campbell Barton
2012-03-07re: edge split with edges only connected to 2 faces (with no other faces arou...Campbell Barton
2012-03-07revert own commit r44684 it broke edges with one vertex on a boundryCampbell Barton
2012-03-07bmesh edge split - use a faster method of finding isolated split edges.Campbell Barton
2012-03-06fix for own error in edge-rotate keeping edge customdata - this was crashing ...Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-06code cleanup - give edge split more helpful var names and replace edgetag mac...Campbell Barton
2012-03-06quiet some warnings and fix build error with strict casting rules.Campbell Barton
2012-03-06fix [#30459] BMesh Edge Split Hangs.Campbell Barton
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-04* rename BM_face_other_loop --> BM_face_other_edge_loopCampbell Barton
2012-03-04switch arg order for BM_face_other_* funcs (make face come first), and add ni...Campbell Barton
2012-03-04bmesh: add back feature from 2.4x Ctrl+Shift+T subdivides quads in the altern...Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-03bmesh support for rotating multiple edges at once.Campbell Barton
2012-03-03bmesh edge rotateCampbell Barton
2012-03-03style cleanup - spelling corrections & update some incorrect comments.Campbell Barton
2012-03-02remove prints committed by accident.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-02Code Cleanup - naming consistancy for bmesh struct typesCampbell Barton
2012-03-02code cleanup:Campbell Barton
2012-03-02Code Cleanup: update to mempool, use flag rather then bool args.Campbell Barton
2012-03-02bmesh - changes to mempool allocationsCampbell Barton
2012-03-02bmmesh api - use struct rather than int[4] to initialize mesh sizes.Campbell Barton
2012-03-01bmesh api:Campbell Barton
2012-03-01Code Cleanup: remove bmesh_radial_loop_next() function,Campbell Barton
2012-03-01fix [#30399] bmesh: Extrusions adjacent to mirror plane leave stray edges.Campbell Barton
2012-03-01style cleanupCampbell Barton
2012-03-01style cleanup: bmesh - have continue on new line, also avoid unneeded loop in...Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-29Style Cleanup, no functional changes.Campbell Barton
2012-02-29fix [#30367] Face Fills CrossedCampbell Barton
2012-02-29fix for leak in bmo_edgenet_fill_exec and remove invalid comment.Campbell Barton
2012-02-28Code Cleanup:Campbell Barton
2012-02-28code cleanup:Campbell Barton
2012-02-28fix [#30374] Can't Fill Triangular FaceCampbell Barton
2012-02-27bmesh minor api edits to be a little more typesafe.Campbell Barton
2012-02-27Code Cleanup:Campbell Barton
2012-02-27style cleanupCampbell Barton
2012-02-27fix for a bmesh glitch when making a face (Fkey).Campbell 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-26change vertex dissolve not to collapse edges when its only connected to 2, ra...Campbell Barton