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-06-17Cleanup: compiler warningsBrecht Van Lommel
2022-06-16UI: Add initial "grid view"Julian Eisel
2022-06-14Fix T98715: Crash drag-dropping collection from outliner to ID propertyJulian Eisel
2022-06-13Cleanup: Move dragging code for buttons to own fileJulian Eisel
2022-06-09Cleanup: use const variables & argumentsCampbell Barton
2022-06-07IME Cleanup: Removal of BLT_lang_is_ime_supportedHarley Acheson
2022-06-07Cleanup: spelling in comments, minor formatting tweaksCampbell Barton
2022-05-23Cleanup: Early-exit in button handling code, minor cleanupsJulian Eisel
2022-05-23Merge remote-tracking branch 'origin/blender-v3.2-release'Dalai Felinto
2022-05-23Cleanup: clarify what is scene linear color space in conversion conversionBrecht Van Lommel
2022-05-20UI: Get rid of redundant UI_BUT_IMMEDIATE button flagJulian Eisel
2022-05-13Fix possible null-pointer dererence for active button dataJulian Eisel
2022-05-13Fix crash when displaying some button tooltipsJulian Eisel
2022-05-13Fix T97518: All buttons with eyedropper highlight if one is hoveredJulian Eisel
2022-05-13Fix possible null-pointer dererence for active button dataJulian Eisel
2022-05-13Fix crash when displaying some button tooltipsJulian Eisel
2022-05-13Fix T97518: All buttons with eyedropper highlight if one is hoveredJulian Eisel
2022-05-13Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-13Fix T97386: Node socket labels swallow click/drag eventsCampbell Barton
2022-05-12UI Code Quality: Use derived struct for hot-key buttonsJulian Eisel
2022-04-13Cleanup: avoid redundant float/int conversions in BLFCampbell Barton
2022-03-21Fix T96255: Node socket fails to dragCampbell Barton
2022-03-14RNA: Generate property declerations header, solving msg-bus C++ incompatibilityJulian Eisel
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-03-09Cleanup: use ELEM macroCampbell 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-04Cleanup: spelling in comments, function nameCampbell 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-01Cleanup: move Event.is_repeat & is_direction_inverted to flagsCampbell Barton
2022-02-25Cleanup: use flags for wmEvent modifier keysCampbell Barton
2022-02-22Merge branch 'blender-v3.1-release'Campbell Barton
2022-02-22Fix T93629: Reset to defaults undoes all steps when applied twiceCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-29Win IME: Ideographic Full Stop to Decimal PointHarley Acheson
2022-01-18UI: fix a precision issue with float field step size.Alexander Gavrilov
2022-01-10UI: Allow AltGr Key + C,V,X Text InputHarley Acheson
2022-01-06Cleanup: spelling in commentsCampbell Barton
2022-01-03Fix T94316: Asset catalog tree scrolls away when renaming a catalogJulian Eisel
2021-12-16UI: deduplicate code for Copy To Selected and Alt-button tweakingPhilipp Oeser
2021-12-09Fix T93519: handle prefix names in autocompletesAzeem Bande-Ali
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-12-02Fix T93410: Crash hiding a region from Python used by a popoverCampbell Barton
2021-11-25Merge branch 'blender-v3.0-release'Bastien Montagne
2021-11-25Fix T89996, T90063: bugs with multi-button reset and entering values in popupsBrecht Van Lommel
2021-11-22UI: Use a map for block name lookupsErik
2021-11-20Refactor: Port spreadsheet data set to UI tree viewHans Goudey
2021-11-17Merge branch 'blender-v3.0-release'Aaron Carlisle
2021-11-17Cleanup: Correct copy paste error in commentAaron Carlisle