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-11-09Asset System: New core type to represent assets (`AssetRepresenation`)Julian Eisel
2022-11-05Cleanup: use bools and typed enums for WM_job type & flagCampbell Barton
2022-11-05Cleanup: use bool instead of short for job stop & do_update argumentsCampbell Barton
2022-10-10UI: show the windowing environment in the "About" splashCampbell Barton
2022-09-26UI: add preference to disable touchpad multitouch gesturesrecht Van Lommel
2022-09-08Cleanup: remove ED_types.h & ACTIVE, DESELECT definitionsCampbell Barton
2022-08-17Fix T98462: Save Screenshot (glReadPixels) fails under WaylandCampbell Barton
2022-07-14Fix `on_drag_start` handler not getting ID when dragging from OutlinerJulian Eisel
2022-07-14WM: Remove ASCII members from wmEvent & GHOST_TEventKeyDataCampbell Barton
2022-07-04Cleanup: remove unused WM_event_is_last_mousemoveCampbell Barton
2022-06-24Cleanup: remove unused function WM_cursor_compatible_xyCampbell Barton
2022-06-14Fix T98875: Adding camera background image shows errorJulian Eisel
2022-06-05UI: show gizmo while transformingCampbell Barton
2022-06-02Expose background job info to PythonSybren A. Stüvel
2022-05-28XR: Fix controller flicker when switching action setsPeter Kim
2022-05-26UI support for showing candidates for string propertiesCampbell Barton
2022-05-24Cleanup: Use new helpers for passing IDs from drag & drop to operatorsJulian Eisel
2022-05-24Drag & drop: Invert priority of name and session UUID in ID lookupsJulian Eisel
2022-05-24Merge branch 'blender-v3.2-release'Julian Eisel
2022-05-24Fix possible lingering around of ID after asset dropping failedJulian Eisel
2022-05-23Merge branch 'blender-v3.2-release'Julian Eisel
2022-05-23Fix further issues when mixing link & append for asset drag & dropJulian Eisel
2022-05-23Cleanup: Move new utilities for ID lookup operator propertiesJulian Eisel
2022-05-20WM: return the string length from operator name conversionCampbell Barton
2022-05-13Cleanup: spelling in comments, capitalize tagsCampbell Barton
2022-04-29Cleanup: Simplify job custom data query APISergey Sharybin
2022-04-28VSE: Add precise drag and drop and strip previewsSebastian Parborg
2022-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-03-30Cleanup: use utility function to initialize SelectPick_ParamsCampbell Barton
2022-03-26Cleanup: move eFileSel_Action from DNA to WM_api.hCampbell Barton
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-03-10Cleanup: use 'WM_file_' prefix for file operationsCampbell Barton
2022-03-10Cleanup: spelling in comments & some minor clarificationsCampbell Barton
2022-03-09Event System: drag events no longer default to the drag start locationCampbell Barton
2022-03-04Cleanup: remove outdated references to tweakCampbell Barton
2022-03-03Cleanup: Remove redundant drag image size parametersJulian Eisel
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-02Merge branch 'blender-v3.1-release'Germano Cavalcante
2022-03-02Fix T95608: Mac issues with drag drop on multi-monitorGermano Cavalcante
2022-02-25Cleanup: use flags for wmEvent modifier keysCampbell Barton
2022-02-18UI: Speedup preview icon loading from hard driveJulian Eisel
2022-02-17XR: Allow variable count of action map subactionsPeter Kim
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-26Performance: Remap multiple items in UIJeroen Bakker
2022-01-25Revert "Performance: Remap multiple items in UI"Jeroen Bakker
2022-01-25Performance: Remap multiple items in UIJeroen Bakker
2022-01-24Cleanup: Grammar: its self vs. itselfHans Goudey
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault