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-04-18Add debugging info for Wintab activated by argument `--debug-wintab`.Nicholas Rishel
2022-04-15GPU: Make viewport not acquireable during renderingClément Foucault
2022-04-13WM: improve logging for handling operatorsCampbell Barton
2022-04-12Cleanup: use _NUM suffix for space/region type rangesCampbell Barton
2022-04-07Cleanup: spelling in comments, minor reformatting changesCampbell Barton
2022-04-05Refactor: Unify vertex and sculpt colors into newJoseph Eagar
2022-04-05Fix T96745: UI: Change "Inverts" to "Invert" for selection toolAlaska
2022-04-04Cleanup: use event parameters for functions that create key-map itemsCampbell Barton
2022-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-04-03Cleanup: Move interface View2D files to C++Hans Goudey
2022-03-30Cleanup: use utility function to initialize SelectPick_ParamsCampbell Barton
2022-03-29Fix T63795: Display custom properties with brackets in infoYuki Hashimoto
2022-03-29Fix T96701: RMB select fails to show gizmo on mouse button releaseCampbell Barton
2022-03-28Fix various UI messages issues.Bastien Montagne
2022-03-26Cleanup: move eFileSel_Action from DNA to WM_api.hCampbell Barton
2022-03-25XR: Fix crash on executing some action operatorsPeter Kim
2022-03-25Cleanup: spelling in comments, stringsCampbell Barton
2022-03-24Cleanup: use "filepath" instead of "filename" for full pathsCampbell Barton
2022-03-23Event System: improve handling of unknown keysCampbell Barton
2022-03-23Event System: ignore keys such as print-screen & num-lockCampbell Barton
2022-03-23Fix T96712: Debug Assert with PrintScrn & ScrollLock keysCampbell Barton
2022-03-22Metal: Initial Implementation of Metal Backend for GPU Module.Jason Fielder
2022-03-21Cleanup: add image_format.cc for functions related to ImageFormatDataBrecht Van Lommel
2022-03-21Correct error in 3dc44f8c89acc082334034982ffc8bc802f23475Campbell Barton
2022-03-21Event System: improve event printingCampbell Barton
2022-03-21Cleanup: cursor motion events now have value set to KM_NOTHINGCampbell Barton
2022-03-17View 3D: the select operator now uses the cancel flag on failureCampbell Barton
2022-03-17View 3D: support for select passthrough when picking selected itemsCampbell Barton
2022-03-17Cleanup: spelling in commentsCampbell Barton
2022-03-17Cleanup: include argument names for drop-box callbacksCampbell Barton
2022-03-15Cleanup: remove redundant 'extern StructRNA' declarationsGermano Cavalcante
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-14RNA: Generate property declerations header, solving msg-bus C++ incompatibilityJulian Eisel
2022-03-11Cleanup: fix source comment typosBrecht Van Lommel
2022-03-11Event System: limit early evaluation of drag actions to mouse buttonsCampbell Barton
2022-03-11Event System: only set press values in win->eventstateCampbell Barton
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-03-10Event System: key-press while dragging now activates drag firstCampbell Barton
2022-03-10Fix T96279: 'Emulate 3 button mouse' fails to emulate MMBCampbell Barton
2022-03-10Cleanup: de-duplicate event customdata freeing logicCampbell Barton
2022-03-10Cleanup: use 'WM_file_' prefix for file operationsCampbell Barton
2022-03-10Cleanup: spelling in comments & some minor clarificationsCampbell Barton
2022-03-09Curves: rename initial brushesJacques Lucke
2022-03-09Cleanup: use ELEM macroCampbell Barton
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