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-08-05Fix [#32260] 'Select Sharp Edges' works vice versaBastien Montagne
2012-07-21add option so operators can be called with a flag, currently the only flag is...Campbell Barton
2012-07-20minor edits for bmesh apiCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-06-30rename bmesh ops since they are exposed in an api now.Campbell Barton
2012-06-25Fix for [#31900] Loop Selection on wireframe selects vertex behind.Bastien Montagne
2012-06-20Fixes [#31577] Select N-th vertex/face/edge doesnt workNicholas Rishel
2012-06-15Added option in shift-g to select verts by number of connected edges (valence).Joseph Eagar
2012-06-11Add missing/incorrect selection flushes.Nicholas Bishop
2012-05-25Modifications to the view3d.select() operator: Nathan Vegdahl
2012-05-21code cleanup: spellingCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-20Various small fixes:Bastien Montagne
2012-05-17Fix select_similar_type_itemf() enum-item-generator func to return the whole ...Bastien Montagne
2012-05-12add bevel to select similar edges operatorCampbell Barton
2012-05-07Style cleanup: displist moduleSergey Sharybin
2012-05-04code cleanup: double promotion & some style cleanupCampbell Barton
2012-04-28style cleanup: editors / mesh & objectCampbell Barton
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-25code cleanup: no functional change - had both EDBM_editselection_* and BM_edi...Campbell Barton
2012-04-22Ctrl+RMB to select an object in editmode didnt work in edge mode (which is no...Campbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-21fix [#31047] ctrl+mouse select in edit-mode does not select external objectCampbell Barton
2012-04-20code cleanup: prefer BM_face/edge/vert_select_set() over BM_elem_select_set()...Campbell Barton
2012-04-19bmesh rip: when there are selected faces call region_to_loop before ripping. ...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-19code cleanup: first step to replace BM_ITER BM_ITER_INDEX macros.Campbell Barton
2012-04-19style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITERCampbell Barton
2012-04-18more replacement for BM_edge_face_count() use.Campbell Barton
2012-04-16bmesh todo: remove unused code.Campbell Barton
2012-04-16bmesh todos:Campbell Barton
2012-04-16bmesh todo: ctrl+l now delimits by hidden faces.Campbell Barton
2012-04-15Fix #30960: various mesh operators were missing tooltip descriptions.Brecht Van Lommel
2012-04-15Fix #30949: live unwrap when marking seams did not work with bmesh.Brecht Van Lommel
2012-04-03fix [#30786] bmesh: select linked not ignoring hidden verts/edges/faces (part 2)Campbell Barton
2012-04-02Fix #30770: missing node editor redraw when changing active material by clickingBrecht Van Lommel
2012-03-30partial fix for [#30732] bmesh: loop select continues through hidden sections.Campbell Barton
2012-03-30fix [#30725] BMesh - Select Linked ignores facesCampbell Barton
2012-03-29fix [#30715] bmesh: select linked not ignoring hidden verts/edges/facesCampbell Barton
2012-03-27style/name cleanup: have EDBM_* functions match our style guide and also matc...Campbell Barton
2012-03-27fix [#30651] bpy.ops.object.mode_set(...) editmode removes faces.Campbell Barton
2012-03-26style cleanup: editors/mesh - mostly whitespace around operatorsCampbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-24code cleanup: bmesh_ source files in our editor dir, they are the same as ot...Campbell Barton