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-05-11WM: clear wmEvent.flag for file-select eventsCampbell Barton
2022-05-10Fix for crash opening the file selector multiple timesCampbell Barton
2022-05-10DrawManager: Hide lock acquire behind experimental feature.Jeroen Bakker
2022-05-10Fix T88570: Crash when saving after pressing ctrl+S twice.Julian Eisel
2022-05-09Merge branch 'blender-v3.2-release'Jeroen Bakker
2022-05-07Fix T97600 Regression: rendering in new window displays flickersClément Foucault
2022-05-07XR: Expose the OpenXR user paths in the event data for XR eventsShashank Shekhar
2022-05-06Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-06WM: suppress assertion when switching toolsCampbell Barton
2022-05-05Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-05Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-05Fix T97874: Python exception after undo with image space visibleCampbell Barton
2022-05-05Fix WM_toolsystem_refresh_screen_all failing to refresh toolsCampbell Barton
2022-05-03Merge branch 'blender-v3.2-release'Richard Antalik
2022-05-03Fix T97547: Stereo rendering crash.Jeroen Bakker
2022-05-03Cleanup: spelling in commentsCampbell Barton
2022-05-03Fix use after free error when exiting a temp screenCampbell Barton
2022-05-02GPUShader: Port dashed line shaders to use shaderCreateInfoClément Foucault
2022-04-30XR: Add object extras, object types visibility session optionsPeter Kim
2022-04-29Fix (unreported) library relocating code making indirectly linked IDs direct.Bastien Montagne
2022-04-29Cleanup: Simplify job custom data query APISergey Sharybin
2022-04-29Fix T97120: Gizmo fails to select in orthographic viewCampbell Barton
2022-04-29Fix T97124: Area light size gizmo unselectableCampbell Barton
2022-04-28VSE: Add precise drag and drop and strip previewsSebastian Parborg
2022-04-28Fix T97627: Revert Window Redraw When SavingHarley Acheson
2022-04-26WM: disable redraw timer in background modeCampbell Barton
2022-04-22Cleanup: spelling in commentsCampbell Barton
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