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
2015-06-06Use threshold for selecting side-of-axisCampbell Barton
2015-05-29BMesh: select linked /w delimiters & wire edgesCampbell Barton
2015-05-16BMesh: link-select-pick now supports redoCampbell Barton
2015-05-16BMesh: add UV delimit for select-linked, dissolveCampbell Barton
2015-05-16BMesh: add sharp edge delimiterCampbell Barton
2015-05-16BMesh: select linked, support other delimitersCampbell Barton
2015-05-16Select linked seam limit, now works for pickingCampbell Barton
2015-05-15Fix T42510: Limit by seams fails in edge/vert modeCampbell Barton
2015-05-15BMesh: rename loop walker -> edgeloopCampbell Barton
2015-04-29Fix typo using interp_v3_v3v3 over float[2] variables...Bastien Montagne
2015-04-23Correct missing NULL check (own mistake)Campbell Barton
2015-04-23BMesh: mesh-data picking, edge+vert improvementCampbell Barton
2015-04-21Math Lib: handling bits handling into own fileCampbell Barton
2015-04-21Minor edit to edit-mesh selection biasCampbell Barton
2015-04-21Cleanup: minor correctionsCampbell Barton
2015-04-21BMesh: mesh-data picking, general improvementsCampbell Barton
2015-04-20Fixes for backbuf selection logicCampbell Barton
2015-04-20Cleanup: use ED_view3d_backbuf_* prefixCampbell Barton
2015-04-20Fix T44383: Select face fails in some positionsCampbell Barton
2015-04-20Editmesh select nearest fixesCampbell Barton
2015-04-20Cleanup: use macro for common view3d zbuf checkCampbell Barton
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-04-12BMesh: minor optimization counting adjacent dataCampbell Barton
2015-03-18Select nth option to skip stepsCampbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-28Fix T40930: Add a new option to select faces by smooth/flat shading.Bastien Montagne
2014-12-28Fix leak in select-similar regionsCampbell Barton
2014-11-30Cleanup: warnings & spaceCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-06Editmesh: select more/less can now step over adjacent facesCampbell Barton
2014-09-26BMesh: select similar regionsCampbell Barton
2014-07-19Editmesh: Add options for selecting manifoldCampbell Barton
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-06-13Editmesh: Replace SmallHash with GSet for MESH_OT_loop_to_regionCampbell Barton
2014-05-23Checker Deselect: keep active item selected by defaultCampbell Barton
2014-05-23Fix T40324: Checker deselect fails for edge-ringsCampbell Barton
2014-05-23BMesh Walker: rename BMW_SHELL -> BMW_VERT_SHELLCampbell Barton
2014-05-22Fix T40309: Select inner region 'bigger' failed with equal regionsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-16EditMesh: Support contracting the selection as well as extendingCampbell Barton
2014-03-11View3d: take pixelsize into account for selection distanceCampbell Barton
2014-03-07Editmesh: Toggle between all edge-loop boundaries when selectingCampbell Barton
2014-03-07Mesh: loopselect return cancelled when no selection madeCampbell Barton
2014-02-26Paint API: add BKE_paint_select_elem_test: to check on paint selectionCampbell Barton
2014-02-21Fix random select in edge/face modeCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-02BMesh: optimize loop_find_regions, reserve array sizeCampbell Barton
2014-01-13Select Random: add option to de-selectCampbell Barton