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
2022-08-17Cleanup: Move view3d_select.c to C++Hans Goudey
2022-08-12Fix incorrect custom-data layer access for hide layersCampbell Barton
2022-08-11Mesh: Move hide flags to generic attributesHans Goudey
2022-08-11Fix T100204: RMB select (with "Select Tool") causes edit-mesh conflictCampbell Barton
2022-06-10Cleanup: Clang tidyHans Goudey
2022-06-02Fix T98552: Experimental Tweak Select: Curve handle tweak is difficultCampbell Barton
2022-05-13Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-13Fix T89909: Circle Select tool status bar doesn't match the operationsCampbell Barton
2022-05-04Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-04Fix T95165: Custom Normals tools dont update immediately.Jeroen Bakker
2022-05-04Docs: add doc-string for ED_view3d_viewcontext_init_objectCampbell Barton
2022-04-14View 3D: disable object mode selection cycling on first-clickCampbell Barton
2022-04-04Cleanup: pass selection threshold to curve pickingCampbell Barton
2022-03-30Cleanup: use utility function to initialize SelectPick_ParamsCampbell Barton
2022-03-30Keymap: "Mouse Select & Move" now uses click to de-select othersCampbell Barton
2022-03-243D View: preference to disable selection cycling on first clickCampbell Barton
2022-03-24Keymap: experimental preference always use "Mouse Select & Move"Campbell Barton
2022-03-24Cleanup: localize finding the nearest non-active object on selectionCampbell Barton
2022-03-24View 3D: Don't prioritize pose objects unless in pose-modeCampbell Barton
2022-03-243D View: order by depth when selecting cycles through objectsCampbell Barton
2022-03-23Fix outliner/selection updates when selecting in the 3D viewCampbell Barton
2022-03-23Cleanup: various improvements to ed_object_select_pickCampbell Barton
2022-03-22Cleanup: remove unused code from ed_object_select_pickCampbell Barton
2022-03-22Cleanup: refactor 3D view selection picking to early exit for menusCampbell Barton
2022-03-22Cleanup: de-duplicate object-mode locking when selectingCampbell Barton
2022-03-22Fix pose-selection from menu not activating the objectCampbell Barton
2022-03-22Fix T96663: Selecting a pose-bone doesn't activate the objectCampbell Barton
2022-03-22Fix pose-bone menu selecting before activating the menuCampbell Barton
2022-03-22Cleanup: variable names for menu selectionCampbell Barton
2022-03-17View 3D: scale object center selection penalty by the pixel sizeCampbell Barton
2022-03-17Fix unintended de-selection when selecting the object centerCampbell Barton
2022-03-17View 3D: the select operator now uses the cancel flag on failureCampbell Barton
2022-03-17View 3D: multi-object pose selection no longer de-selects objectsCampbell Barton
2022-03-17Cleanup: simplify logic for skipping object selectionCampbell Barton
2022-03-17Cleanup: minor clarifications to comments & use const variablesCampbell Barton
2022-03-17Fix 3D view movie-clip track selectionCampbell Barton
2022-03-17Cleanup: split movie clip track selection into it's own functionCampbell Barton
2022-03-17View 3D: support for select passthrough when picking selected itemsCampbell Barton
2022-03-16Fix error with pose & deselect_all with 5e5285baf621a0c225cb5fc06fceCampbell Barton
2022-03-16Cleanup: incorrect comments, use C commentsCampbell Barton
2022-03-16Cleanup: rename variables in view3d_select_execCampbell Barton
2022-03-16View 3D: move picking arguments into a struct & minor refactorCampbell Barton
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-31Cleanup: use struct for GPU the select bufferCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-12-03Cleanup: Remove unused codeHans Goudey
2021-10-27WM: de-duplicate cursor motion checks for selection pickingCampbell Barton