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-06code cleanup - give edge split more helpful var names and replace edgetag mac...Campbell Barton
2012-03-06bmesh: speedup for deselecting all, (avoid topology loops since all get desel...Campbell Barton
2012-03-06quiet some warnings and fix build error with strict casting rules.Campbell Barton
2012-03-06Add BM_face_split_n which splits a face with intermediate points with given c...Howard Trickey
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-04#ifdef out ngon edge-ring loop support, from r44561, this is a nice feature b...Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-03fix for leak in bmesh edge split - assert when invalid args are given rather ...Campbell 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-02fix bug [#30426] crash in bmesh python api.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-02minor edits to last commit - use fixed chunksize, rather than the number of v...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-01fast-path for BM_edge_is_manifold, BM_edge_is_boundary functions.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-29fix [#29135] NGons dont work with loop cutCampbell Barton
2012-02-29add an assert for inserting an egde with the same vertices and a BMESH_TODO f...Campbell Barton
2012-02-29use floats rather then doubles for bmesh poly functions.Campbell Barton
2012-02-29Undid part of commit 44552: can't use mathutils on doublesHoward Trickey
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-29Code cleanup, no functional change: use mathutils copyHoward Trickey
2012-02-29update doxygen comments for bmesh.Campbell 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: de-duplicate bmesh face creation code,Campbell Barton
2012-02-28Code Cleanup:Campbell Barton
2012-02-28more header re-arranging.Campbell Barton
2012-02-28bmesh: re-arrange headersCampbell Barton
2012-02-28code cleanup,Campbell Barton
2012-02-28code cleanup: make clipping enable/disable into functions (was being done inl...Campbell Barton
2012-02-28code cleanup:Campbell Barton
2012-02-28Code CleanupCampbell Barton