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
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Fix T63646: Box/Lasso select fails to de-selectCampbell Barton
2019-04-09Fix T62114: Wireframe mode selection: selects backside objects when clicking ...Sebastian Parborg
2019-03-28Fix T63015: Crash when using circle select tool in lattice edit modeJacques Lucke
2019-03-27Fix T63017: selection via lasso does not work properly in X-ray.mano-wii
2019-03-26Cleanup: style, use braces for editor/spacesCampbell Barton
2019-03-263D View: move deselect all logic into an optionCampbell Barton
2019-03-20Preferences: add threshold for cursor motionCampbell Barton
2019-03-19UI: scale cursor motion threshold by DPICampbell Barton
2019-03-16Cleanup: use return args lastCampbell Barton
2019-03-15GPU: Simplify select shaders.mano-wii
2019-03-08Cleanup: spellingCampbell Barton
2019-03-05Fix T62202: circle select does not work on hair pointsJacques Lucke
2019-03-05Tool System: use set/add/subtract for all circle select operatorsCampbell Barton
2019-03-01Cleanup: use unsigned types in 3D view editorCampbell Barton
2019-03-01Tool System: add a mode option to 3D view circle selectCampbell Barton
2019-03-013D View: avoid redundant circle select updatesCampbell Barton
2019-03-013D View: move particle circle select out of object mode loopCampbell Barton
2019-03-01Fix object mode lasso de-selectionCampbell Barton
2019-02-28Fix T61994: crash when box selecting instancesJacques Lucke
2019-02-19DNA: rename select_color -> select_idCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-24Fix T60807: Can't select when active pose object is hiddenCampbell Barton
2019-01-24Cleanup: use braces for single line if statementsCampbell Barton
2019-01-24Cleanup: Replace BASACT use w/ a variableCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2018-12-14GP: Rename CTX and OB modesAntonioya
2018-12-13Cleanup: macro hygiene, style, doxy commentsCampbell Barton
2018-12-13Armature Edit Mode: improve box/lasso selectCampbell Barton
2018-12-13Cleanup: use doxy grouping for view3d selectCampbell Barton
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-12-07Cleanup: split mixed_bones_object_selectbufferCampbell Barton
2018-12-07Fix T58911: Picking objects fails in pose modeCampbell Barton
2018-12-01Fix T58412: in weight paint + pose mode certain armature operations crash.Alexander Gavrilov
2018-12-01Texture Paint: implement efficient face selection updates.Alexander Gavrilov
2018-11-26Fix object selection in edit-modeCampbell Barton
2018-11-25Local ViewDalai Felinto
2018-11-25Fix box select of edges not working when box does not fully contain edge.Brecht Van Lommel
2018-11-23Pass viewport to BASE_ related tests, for viewport view/select restrictionsDalai Felinto
2018-11-23Add missing COW updates when selection changes in paint modes.Alexander Gavrilov
2018-11-23Fix bone selection w/ mixed wpaint & pose modeCampbell Barton
2018-11-18Fix object box select new w/o any objectsCampbell Barton
2018-11-16Cleanup: de-duplicate 3d view select itemsCampbell Barton
2018-11-09Multi-Objects Metaball: Selection refactor - fix pick and box selectionDalai Felinto
2018-10-27Fix lasso selection not working for latticesDalai Felinto
2018-10-17Cleanup: better namingJacques Lucke