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-03-09Cleanup: rename wmEvent.prev_click_* to prev_press_*Campbell Barton
2022-03-09Event System: drag events no longer default to the drag start locationCampbell Barton
2022-03-08Event System: remove unused NDOF buttonsCampbell Barton
2022-03-08Event System: click/click-drag support for NDOF buttonsCampbell Barton
2022-03-08Event System: add ISKEYBOARD_OR_BUTTON macroCampbell Barton
2022-03-08Event System: refactor click detection into functionCampbell Barton
2022-03-08Event System: exclude cursor & NDOF motion from ISHOTKEY() macroCampbell Barton
2022-03-07Revert "Revert "Fix Crash: Switching to wireframe mode.""Campbell Barton
2022-03-07Revert "Fix Crash: Switching to wireframe mode."Campbell Barton
2022-03-04Cleanup: remove outdated references to tweakCampbell Barton
2022-03-04Cleanup: spelling in comments, function nameCampbell Barton
2022-03-03Cleanup: Remove redundant drag image size parametersJulian Eisel
2022-03-03Fix T96140: Crash on color button drag & dropJulian Eisel
2022-03-03Cleanup: comments in wm_event_system.cCampbell Barton
2022-03-03Event System: use more thoroughly tested logic for click-drag eventsCampbell Barton
2022-03-03Cleanup: remove references to key-map modifier values denoting orderCampbell Barton
2022-03-02Fix/Workaround T96120: Crash dropping from the file browserCampbell Barton
2022-03-02Fix T96123: Crash when click-dragging across the visibility iconsCampbell Barton
2022-03-02Fix modal item open/close in the outliner since removing tweak eventsCampbell Barton
2022-03-02Fix releasing modifier keys suppressing drag eventsCampbell Barton
2022-03-02Cleanup: misleading code from aa71414dfca7f301e101cce3e72551e7529290Campbell Barton
2022-03-02Docs: document the use_axis_view argumeht to view_roll_angleCampbell Barton
2022-03-02Cleanup: rename direction enum as it's part of the key-map itemCampbell Barton
2022-03-02Event System: remove tweak events in favor of click-dragCampbell Barton
2022-03-02Event System: support "Release Confirms" for click-drag eventsCampbell Barton
2022-03-02Fix click-drag events for dragging markersCampbell Barton
2022-03-02Fix ignored click-drag events when operators pass-through & finishedCampbell Barton
2022-03-02Merge branch 'blender-v3.1-release'Germano Cavalcante
2022-03-02Fix T95608: Mac issues with drag drop on multi-monitorGermano Cavalcante
2022-03-01Merge branch 'blender-v3.1-release'Campbell Barton
2022-03-01Fix T96035: Some tool settings do not workCampbell Barton
2022-03-01Fix incorrect drag-event threshold when releasing modifiers earlyCampbell Barton
2022-03-01Cleanup: remove unused codeCampbell Barton
2022-03-01Cleanup: move Event.is_repeat & is_direction_inverted to flagsCampbell Barton
2022-02-28WM: Allow drop-box polls to use context from UIJulian Eisel
2022-02-28Event System: drag events now use modifier state on drag startCampbell Barton
2022-02-25Merge branch 'blender-v3.1-release'Bastien Montagne
2022-02-25Fix T95636: Dragging Material from Asset Browser (Link mode) to Viewport empt...Bastien Montagne
2022-02-25Cleanup: use flags for wmEvent modifier keysCampbell Barton
2022-02-23Cleanup: Remove repeated word in commentsCampbell Barton
2022-02-23Merge branch 'blender-v3.1-release'Campbell Barton
2022-02-23Fix T93331: Gizmo tool options reset when switching toolsCampbell Barton
2022-02-19Fix incorrect copying of XR action pathsPeter Kim
2022-02-18UI: Speedup preview icon loading from hard driveJulian Eisel
2022-02-18Cleanup: Fix incompatible pointer types warningsPeter Kim
2022-02-18Curves: add initial edit mode supportKévin Dietrich
2022-02-18Curves: initial brush system integration for curves sculpt modeJacques Lucke
2022-02-17GPU: Remove runtime sampler texture slot assignmentClément Foucault
2022-02-17XR: Allow variable count of action map subactionsPeter Kim
2022-02-15Curves: add initial sculpt modeJacques Lucke